Update quantize_config.json
Browse files- quantize_config.json +1 -4
quantize_config.json
CHANGED
|
@@ -3,11 +3,8 @@
|
|
| 3 |
"group_size": 128,
|
| 4 |
"damp_percent": 0.01,
|
| 5 |
"desc_act": false,
|
| 6 |
-
"static_groups": false,
|
| 7 |
"sym": true,
|
| 8 |
"true_sequential": true,
|
| 9 |
"model_name_or_path": null,
|
| 10 |
-
"model_file_base_name":
|
| 11 |
-
"is_marlin_format": false,
|
| 12 |
-
"quant_method": "gptq"
|
| 13 |
}
|
|
|
|
| 3 |
"group_size": 128,
|
| 4 |
"damp_percent": 0.01,
|
| 5 |
"desc_act": false,
|
|
|
|
| 6 |
"sym": true,
|
| 7 |
"true_sequential": true,
|
| 8 |
"model_name_or_path": null,
|
| 9 |
+
"model_file_base_name": "model"
|
|
|
|
|
|
|
| 10 |
}
|