mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
Signed-off-by: Jin Li <59594262+liji-nv@users.noreply.github.com>
This commit is contained in:
parent
6f7f262779
commit
a51f7559a3
@ -771,7 +771,7 @@ def run_single_rank_ub_mm_add_pass(tensor_parallel_size, num_tokens,
|
||||
if rank == 0:
|
||||
torch.testing.assert_close(output_fused,
|
||||
output_ref,
|
||||
atol=5e-1,
|
||||
atol=6e-1,
|
||||
rtol=1e-2)
|
||||
except Exception:
|
||||
traceback.print_exc()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user