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