Skip to content

Commit a8b4dd3

Browse files
committed
relax tolerance
1 parent 08a95ac commit a8b4dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_fp6_matmul_correctness(self, BS, OC, IC, splitK):
133133

134134
error = (results_fp6 - results_fp16).abs()
135135
relative_error = error / results_fp16.abs()
136-
assert relative_error.mean() < 1e-3
136+
assert relative_error.mean() < 1e-2
137137

138138

139139
if __name__ == "__main__":

0 commit comments

Comments
 (0)