We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99c4b4 commit bf84032Copy full SHA for bf84032
tests/test_shardformer/test_model/test_shard_t5.py
@@ -79,7 +79,7 @@ def check_forward_backward(model_fn, data_gen_fn, output_transform_fn, loss_fn,
79
# TODO he precision in weight checking is too significant.
80
atol, rtol = 1e-3, 1e-3
81
else:
82
- atol, rtol = 5e-3, 5e-3
+ atol, rtol = 6e-3, 0
83
if stage_manager is None or stage_manager.is_first_stage():
84
check_weight(
85
t5,
0 commit comments