Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -26,8 +26,8 @@
|
|
| 26 |
"quantization_config": {
|
| 27 |
"quant_method": "awq",
|
| 28 |
"zero_point": true,
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
"version": "GEMM",
|
| 32 |
"backend": "autoawq"
|
| 33 |
}
|
|
|
|
| 26 |
"quantization_config": {
|
| 27 |
"quant_method": "awq",
|
| 28 |
"zero_point": true,
|
| 29 |
+
"group_size": 128,
|
| 30 |
+
"bits": 4,
|
| 31 |
"version": "GEMM",
|
| 32 |
"backend": "autoawq"
|
| 33 |
}
|