autoround format
Browse filesSigned-off-by: wenhuach <[email protected]>
config.json
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
"quantization_config": {
|
20 |
"amp": true,
|
21 |
"autoround_version": "0.4.2.dev",
|
|
|
22 |
"batch_size": 8,
|
23 |
"bits": 4,
|
24 |
-
"damp_percent": 0.01,
|
25 |
"data_type": "int",
|
26 |
-
"
|
27 |
"enable_minmax_tuning": true,
|
28 |
"enable_norm_bias_tuning": false,
|
29 |
"enable_quanted_input": true,
|
@@ -34,7 +34,7 @@
|
|
34 |
"lr": 0.001,
|
35 |
"minmax_lr": 0.001,
|
36 |
"nsamples": 512,
|
37 |
-
"quant_method": "
|
38 |
"scale_dtype": "torch.float16",
|
39 |
"seqlen": 2048,
|
40 |
"sym": true,
|
@@ -73,8 +73,7 @@
|
|
73 |
"model.layers.30",
|
74 |
"model.layers.31"
|
75 |
]
|
76 |
-
]
|
77 |
-
"true_sequential": false
|
78 |
},
|
79 |
"rms_norm_eps": 1e-06,
|
80 |
"rope_scaling": null,
|
|
|
19 |
"quantization_config": {
|
20 |
"amp": true,
|
21 |
"autoround_version": "0.4.2.dev",
|
22 |
+
"backend": "auto_round:gptq:exllamav2",
|
23 |
"batch_size": 8,
|
24 |
"bits": 4,
|
|
|
25 |
"data_type": "int",
|
26 |
+
"dataset": "NeelNanda/pile-10k",
|
27 |
"enable_minmax_tuning": true,
|
28 |
"enable_norm_bias_tuning": false,
|
29 |
"enable_quanted_input": true,
|
|
|
34 |
"lr": 0.001,
|
35 |
"minmax_lr": 0.001,
|
36 |
"nsamples": 512,
|
37 |
+
"quant_method": "intel/auto-round",
|
38 |
"scale_dtype": "torch.float16",
|
39 |
"seqlen": 2048,
|
40 |
"sym": true,
|
|
|
73 |
"model.layers.30",
|
74 |
"model.layers.31"
|
75 |
]
|
76 |
+
]
|
|
|
77 |
},
|
78 |
"rms_norm_eps": 1e-06,
|
79 |
"rope_scaling": null,
|
quantize_config.json → quantization_config.json
RENAMED
@@ -52,9 +52,8 @@
|
|
52 |
]
|
53 |
],
|
54 |
"enable_norm_bias_tuning": false,
|
|
|
55 |
"autoround_version": "0.4.2.dev",
|
56 |
-
"quant_method": "
|
57 |
-
"
|
58 |
-
"true_sequential": false,
|
59 |
-
"damp_percent": 0.01
|
60 |
}
|
|
|
52 |
]
|
53 |
],
|
54 |
"enable_norm_bias_tuning": false,
|
55 |
+
"dataset": "NeelNanda/pile-10k",
|
56 |
"autoround_version": "0.4.2.dev",
|
57 |
+
"quant_method": "intel/auto-round",
|
58 |
+
"backend": "auto_round:gptq:exllamav2"
|
|
|
|
|
59 |
}
|