GPTQ model commit
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"pretraining_tp": 1,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
"quantization_config": {
|
| 29 |
-
"bits":
|
| 30 |
"group_size": 128,
|
| 31 |
"damp_percent": 0.1,
|
| 32 |
"desc_act": true,
|
|
|
|
| 26 |
"pretraining_tp": 1,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
"quantization_config": {
|
| 29 |
+
"bits": 8,
|
| 30 |
"group_size": 128,
|
| 31 |
"damp_percent": 0.1,
|
| 32 |
"desc_act": true,
|