Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -28,7 +28,8 @@
|
|
28 |
"quant_method": "gptq",
|
29 |
"static_groups": false,
|
30 |
"sym": true,
|
31 |
-
"true_sequential": true
|
|
|
32 |
},
|
33 |
"rms_norm_eps": 1e-05,
|
34 |
"rope_theta": 10000.0,
|
|
|
28 |
"quant_method": "gptq",
|
29 |
"static_groups": false,
|
30 |
"sym": true,
|
31 |
+
"true_sequential": true,
|
32 |
+
"disable_exllama" : true
|
33 |
},
|
34 |
"rms_norm_eps": 1e-05,
|
35 |
"rope_theta": 10000.0,
|