Change config.json to set disable_exllama=false
Browse files- config.json +1 -1
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"block_name_to_quantize": "model.layers",
|
23 |
"damp_percent": 0.1,
|
24 |
"desc_act": true,
|
25 |
-
"disable_exllama":
|
26 |
"group_size": 128,
|
27 |
"max_input_length": null,
|
28 |
"model_seqlen": 32768,
|
|
|
22 |
"block_name_to_quantize": "model.layers",
|
23 |
"damp_percent": 0.1,
|
24 |
"desc_act": true,
|
25 |
+
"disable_exllama": false,
|
26 |
"group_size": 128,
|
27 |
"max_input_length": null,
|
28 |
"model_seqlen": 32768,
|