Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"num_hidden_layers": 12,
|
24 |
"pad_token_id": 1,
|
25 |
"prefix": "</s>",
|
26 |
-
"
|
27 |
"backend": "auto-awq",
|
28 |
"q_group_size": 128,
|
29 |
"quant_method": "awq",
|
|
|
23 |
"num_hidden_layers": 12,
|
24 |
"pad_token_id": 1,
|
25 |
"prefix": "</s>",
|
26 |
+
"quantization_config": {
|
27 |
"backend": "auto-awq",
|
28 |
"q_group_size": 128,
|
29 |
"quant_method": "awq",
|