Skip to content

Commit 0fd7ea8

Browse files
xin3heyiliu30
andauthored
fix bug
Co-authored-by: Yi30 <106061964+yiliu30@users.noreply.github.com>
1 parent 73dc12c commit 0fd7ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/3x/torch/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_quantize_rtn_from_dict_beginner(self):
5757
from neural_compressor.torch import quantize
5858

5959
quant_config = {
60-
"RTN": {
60+
"rtn": {
6161
"weight_dtype": "nf4",
6262
"weight_bits": 4,
6363
"weight_group_size": 32,

0 commit comments

Comments
 (0)