Skip to content

Commit ad44138

Browse files
update values
1 parent 2b27016 commit ad44138

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_functional.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ def test_4bit_quant(self, device, dtype, quant_type, blocksize):
11221122
error_dict["fp4"] = dict()
11231123
error_dict["nf4"] = dict()
11241124
error_dict["fp4"]["err"] = {
1125-
32: 0.092737,
1125+
32: 0.088918,
11261126
64: 0.096545,
11271127
128: 0.102947,
11281128
256: 0.108685,
@@ -1132,7 +1132,7 @@ def test_4bit_quant(self, device, dtype, quant_type, blocksize):
11321132
4096: 0.129573,
11331133
}
11341134
error_dict["fp4"]["rel_err"] = {
1135-
32: 0.251279,
1135+
32: 0.242380,
11361136
64: 0.260130,
11371137
128: 0.275734,
11381138
256: 0.289842,
@@ -1143,7 +1143,7 @@ def test_4bit_quant(self, device, dtype, quant_type, blocksize):
11431143
}
11441144

11451145
error_dict["nf4"]["err"] = {
1146-
32: 0.070270,
1146+
32: 0.067745,
11471147
64: 0.072792,
11481148
128: 0.076835,
11491149
256: 0.080326,
@@ -1153,7 +1153,7 @@ def test_4bit_quant(self, device, dtype, quant_type, blocksize):
11531153
4096: 0.092537,
11541154
}
11551155
error_dict["nf4"]["rel_err"] = {
1156-
32: 0.196508,
1156+
32: 0.189700,
11571157
64: 0.203299,
11581158
128: 0.215252,
11591159
256: 0.226044,

0 commit comments

Comments
 (0)