change to auto-round format
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -20,13 +20,10 @@
|
|
| 20 |
"quantization_config": {
|
| 21 |
"autoround_version": "0.5.1",
|
| 22 |
"bits": 4,
|
| 23 |
-
"damp_percent": 0.01,
|
| 24 |
"data_type": "int",
|
| 25 |
-
"desc_act": false,
|
| 26 |
"group_size": 128,
|
| 27 |
-
"quant_method": "
|
| 28 |
"sym": true,
|
| 29 |
-
"true_sequential": false
|
| 30 |
},
|
| 31 |
"rms_norm_eps": 1e-06,
|
| 32 |
"rope_scaling": {
|
|
|
|
| 20 |
"quantization_config": {
|
| 21 |
"autoround_version": "0.5.1",
|
| 22 |
"bits": 4,
|
|
|
|
| 23 |
"data_type": "int",
|
|
|
|
| 24 |
"group_size": 128,
|
| 25 |
+
"quant_method": "auto-round",
|
| 26 |
"sym": true,
|
|
|
|
| 27 |
},
|
| 28 |
"rms_norm_eps": 1e-06,
|
| 29 |
"rope_scaling": {
|