Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -19,7 +19,8 @@
|
|
19 |
"linear_class": "bitlinear",
|
20 |
"quant_method": "bitnet",
|
21 |
"quantization_mode": "offline",
|
22 |
-
"with_rms_norm": true
|
|
|
23 |
},
|
24 |
"rms_norm_eps": 1e-05,
|
25 |
"rope_scaling": null,
|
|
|
19 |
"linear_class": "bitlinear",
|
20 |
"quant_method": "bitnet",
|
21 |
"quantization_mode": "offline",
|
22 |
+
"with_rms_norm": true,
|
23 |
+
"modules_to_not_convert": []
|
24 |
},
|
25 |
"rms_norm_eps": 1e-05,
|
26 |
"rope_scaling": null,
|