Skip to content

Commit a51f755

Browse files
authored
fix: update test_user_buffers_mm_add_prologue atol (#3711) (#3713)
Signed-off-by: Jin Li <[email protected]>
1 parent 6f7f262 commit a51f755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/multi_gpu/test_user_buffers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def run_single_rank_ub_mm_add_pass(tensor_parallel_size, num_tokens,
771771
if rank == 0:
772772
torch.testing.assert_close(output_fused,
773773
output_ref,
774-
atol=5e-1,
774+
atol=6e-1,
775775
rtol=1e-2)
776776
except Exception:
777777
traceback.print_exc()

0 commit comments

Comments
 (0)