Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -22,7 +22,8 @@
|
|
22 |
"linear_class": "autobitlinear",
|
23 |
"modules_to_not_convert": [],
|
24 |
"quantization_mode": "online",
|
25 |
-
"quant_method": "
|
|
|
26 |
"with_rms_norm": true
|
27 |
},
|
28 |
"rms_norm_eps": 1e-05,
|
|
|
22 |
"linear_class": "autobitlinear",
|
23 |
"modules_to_not_convert": [],
|
24 |
"quantization_mode": "online",
|
25 |
+
"quant_method": "bitnet",
|
26 |
+
"pre_quantized": false,
|
27 |
"with_rms_norm": true
|
28 |
},
|
29 |
"rms_norm_eps": 1e-05,
|