wenhuach commited on
Commit
2a9d75b
·
1 Parent(s): 16af7a2

autoround format

Browse files

Signed-off-by: wenhuach <[email protected]>

Files changed (1) hide show
  1. 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
- "desc_act": false,
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": "gptq",
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": {