Skip to content

Commit

Permalink
Reset threshold in test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostScreaming committed Aug 15, 2023
1 parent 97b6180 commit e84c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/collective/fleet/hybrid_parallel_mp_broadcast_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_mp_model_async_allreduce(self):
loss_b = self.train_batch(batch, model_b, optimizer_b, False)

np.testing.assert_allclose(
loss_a.numpy(), loss_b.numpy(), rtol=1e-6
loss_a.numpy(), loss_b.numpy(), rtol=1e-4
)


Expand Down

0 comments on commit e84c04f

Please sign in to comment.