Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -27,7 +27,8 @@
|
|
27 |
"modules_in_block_to_quantize": null,
|
28 |
"quant_method": "gptq",
|
29 |
"sym": true,
|
30 |
-
"true_sequential": true
|
|
|
31 |
},
|
32 |
"rms_norm_eps": 1e-05,
|
33 |
"rope_scaling": null,
|
|
|
27 |
"modules_in_block_to_quantize": null,
|
28 |
"quant_method": "gptq",
|
29 |
"sym": true,
|
30 |
+
"true_sequential": true,
|
31 |
+
"disable_exllama": true
|
32 |
},
|
33 |
"rms_norm_eps": 1e-05,
|
34 |
"rope_scaling": null,
|