Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
| 27 |
"quant_method": "gptq",
|
| 28 |
"bits": 2,
|
| 29 |
"group_size": -1,
|
|
|
|
| 30 |
"quantization_mode": "offline",
|
| 31 |
"use_rms_norm": true
|
| 32 |
},
|
|
|
|
| 27 |
"quant_method": "gptq",
|
| 28 |
"bits": 2,
|
| 29 |
"group_size": -1,
|
| 30 |
+
"desc_act": false,
|
| 31 |
"quantization_mode": "offline",
|
| 32 |
"use_rms_norm": true
|
| 33 |
},
|