Skip to content

Commit a846c7e

Browse files
author
Mark Saroufim
committed
Tighten moe-mxfp4 tolerance to rtol=2e-2, atol=2e-2
1 parent c0684d1 commit a846c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

problems/amd_202602/moe-mxfp4/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@ def ref_kernel(data: input_t) -> output_t:
296296

297297

298298

299-
check_implementation = make_match_reference(ref_kernel, rtol=5e-2, atol=5e-2)
299+
check_implementation = make_match_reference(ref_kernel, rtol=2e-2, atol=2e-2)

0 commit comments

Comments
 (0)