Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"autoround_version": "0.5.1",
|
19 |
"batch_size": 1,
|
20 |
"bits": 4,
|
21 |
-
"block_name_to_quantize": "model.language_model.layers",
|
22 |
"damp_percent": 0.01,
|
23 |
"data_type": "int",
|
24 |
"desc_act": false,
|
|
|
18 |
"autoround_version": "0.5.1",
|
19 |
"batch_size": 1,
|
20 |
"bits": 4,
|
21 |
+
"block_name_to_quantize": "model.language_model.layers,language_model.model.layers",
|
22 |
"damp_percent": 0.01,
|
23 |
"data_type": "int",
|
24 |
"desc_act": false,
|