Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
| 22 |
"bits": 4,
|
| 23 |
"data_type": "int",
|
| 24 |
"group_size": 128,
|
|
|
|
| 25 |
"quant_method": "auto-round",
|
| 26 |
"sym": true
|
| 27 |
},
|
|
|
|
| 22 |
"bits": 4,
|
| 23 |
"data_type": "int",
|
| 24 |
"group_size": 128,
|
| 25 |
+
"packing_format": "auto_round:auto_gptq",
|
| 26 |
"quant_method": "auto-round",
|
| 27 |
"sym": true
|
| 28 |
},
|