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