Upload quantize_config.json with huggingface_hub
Browse files- quantize_config.json +32 -0
quantize_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bits": 4,
|
3 |
+
"group_size": 128,
|
4 |
+
"sym": false,
|
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.001,
|
12 |
+
"minmax_lr": 0.001,
|
13 |
+
"gradient_accumulate_steps": 1,
|
14 |
+
"iters": 1000,
|
15 |
+
"amp": true,
|
16 |
+
"nsamples": 512,
|
17 |
+
"low_gpu_mem_usage": true,
|
18 |
+
"to_quant_block_names": null,
|
19 |
+
"enable_norm_bias_tuning": false,
|
20 |
+
"act_bits": 16,
|
21 |
+
"act_group_size": 128,
|
22 |
+
"act_sym": false,
|
23 |
+
"act_dynamic": true,
|
24 |
+
"act_data_type": "int",
|
25 |
+
"super_bits": null,
|
26 |
+
"super_group_size": null,
|
27 |
+
"autoround_version": "0.4.7",
|
28 |
+
"quant_method": "gptq",
|
29 |
+
"desc_act": false,
|
30 |
+
"true_sequential": false,
|
31 |
+
"damp_percent": 0.01
|
32 |
+
}
|