autoround format
Browse filesSigned-off-by: wenhuach <[email protected]>
- config.json +4 -5
config.json
CHANGED
@@ -39,11 +39,11 @@
|
|
39 |
"quantization_config": {
|
40 |
"amp": true,
|
41 |
"autoround_version": "0.4.3",
|
|
|
42 |
"batch_size": 2,
|
43 |
"bits": 4,
|
44 |
-
"damp_percent": 0.01,
|
45 |
"data_type": "int",
|
46 |
-
"
|
47 |
"enable_minmax_tuning": true,
|
48 |
"enable_norm_bias_tuning": false,
|
49 |
"enable_quanted_input": true,
|
@@ -54,12 +54,11 @@
|
|
54 |
"lr": 0.005,
|
55 |
"minmax_lr": 0.005,
|
56 |
"nsamples": 128,
|
57 |
-
"quant_method": "
|
58 |
"scale_dtype": "torch.float16",
|
59 |
"seqlen": 2048,
|
60 |
"sym": true,
|
61 |
-
"to_quant_block_names": null
|
62 |
-
"true_sequential": false
|
63 |
},
|
64 |
"rms_norm_eps": 1e-06,
|
65 |
"rope_scaling": {
|
|
|
39 |
"quantization_config": {
|
40 |
"amp": true,
|
41 |
"autoround_version": "0.4.3",
|
42 |
+
"backend": "auto_round:gptq:exllamav2",
|
43 |
"batch_size": 2,
|
44 |
"bits": 4,
|
|
|
45 |
"data_type": "int",
|
46 |
+
"dataset": "NeelNanda/pile-10k",
|
47 |
"enable_minmax_tuning": true,
|
48 |
"enable_norm_bias_tuning": false,
|
49 |
"enable_quanted_input": true,
|
|
|
54 |
"lr": 0.005,
|
55 |
"minmax_lr": 0.005,
|
56 |
"nsamples": 128,
|
57 |
+
"quant_method": "intel/auto-round",
|
58 |
"scale_dtype": "torch.float16",
|
59 |
"seqlen": 2048,
|
60 |
"sym": true,
|
61 |
+
"to_quant_block_names": null
|
|
|
62 |
},
|
63 |
"rms_norm_eps": 1e-06,
|
64 |
"rope_scaling": {
|