Upload quantize_config.json with huggingface_hub
Browse files- quantize_config.json +25 -0
quantize_config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bits": 4,
|
| 3 |
+
"group_size": 128,
|
| 4 |
+
"sym": true,
|
| 5 |
+
"data_type": "int",
|
| 6 |
+
"enable_quanted_input": true,
|
| 7 |
+
"enable_minmax_tuning": true,
|
| 8 |
+
"seqlen": 2048,
|
| 9 |
+
"batch_size": 8,
|
| 10 |
+
"scale_dtype": "torch.float16",
|
| 11 |
+
"lr": 0.005,
|
| 12 |
+
"minmax_lr": 0.005,
|
| 13 |
+
"gradient_accumulate_steps": 1,
|
| 14 |
+
"iters": 200,
|
| 15 |
+
"amp": true,
|
| 16 |
+
"nsamples": 128,
|
| 17 |
+
"low_gpu_mem_usage": false,
|
| 18 |
+
"to_quant_block_names": null,
|
| 19 |
+
"enable_norm_bias_tuning": false,
|
| 20 |
+
"autoround_version": "0.4.6",
|
| 21 |
+
"quant_method": "gptq",
|
| 22 |
+
"desc_act": false,
|
| 23 |
+
"true_sequential": false,
|
| 24 |
+
"damp_percent": 0.01
|
| 25 |
+
}
|