Skip to content

Commit a1db771

Browse files
committed
Revert precision threshold changes
1 parent 0b5f6d4 commit a1db771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ def test_gemv_4bit(self, device, dim, dtype, storage_type, double_quant, kind):
11441144
},
11451145
torch.float32: {
11461146
"le512": {"err1": (2e-8, 2e-9), "relerr1": (8e-7, 1.2e-6), "maxerr1": (6e-8, 2e-8)},
1147-
"gt512": {"err1": (1e-8, 5e-9), "relerr1": (5e-7, 1.6e-7), "maxerr1": (1e-7, 3e-8)},
1147+
"gt512": {"err1": (1e-8, 2e-9), "relerr1": (5e-7, 1.6e-7), "maxerr1": (4e-8, 1e-8)},
11481148
},
11491149
torch.bfloat16: {
11501150
"le512": {"err1": (0.00042, 0.000059), "relerr1": (0.0041, 0.01153), "maxerr1": (0.0037, 0.000556)},

0 commit comments

Comments
 (0)