weiweiz1 commited on
Commit
99602f3
1 Parent(s): a10e358

auto_round format

Browse files

Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>

config.json CHANGED
@@ -22,11 +22,11 @@
22
  "quantization_config": {
23
  "amp": true,
24
  "autoround_version": "0.4.2",
 
25
  "batch_size": 8,
26
  "bits": 4,
27
- "damp_percent": 0.01,
28
  "data_type": "int",
29
- "desc_act": false,
30
  "enable_minmax_tuning": true,
31
  "enable_norm_bias_tuning": false,
32
  "enable_quanted_input": true,
@@ -37,12 +37,11 @@
37
  "lr": 0.001,
38
  "minmax_lr": 0.001,
39
  "nsamples": 512,
40
- "quant_method": "gptq",
41
  "scale_dtype": "torch.float16",
42
  "seqlen": 2048,
43
  "sym": true,
44
- "to_quant_block_names": null,
45
- "true_sequential": false
46
  },
47
  "rms_norm_eps": 1e-06,
48
  "rope_scaling": null,
 
22
  "quantization_config": {
23
  "amp": true,
24
  "autoround_version": "0.4.2",
25
+ "backend": "auto_round:gptq:exllamav2",
26
  "batch_size": 8,
27
  "bits": 4,
 
28
  "data_type": "int",
29
+ "dataset": "NeelNanda/pile-10k",
30
  "enable_minmax_tuning": true,
31
  "enable_norm_bias_tuning": false,
32
  "enable_quanted_input": true,
 
37
  "lr": 0.001,
38
  "minmax_lr": 0.001,
39
  "nsamples": 512,
40
+ "quant_method": "intel/auto-round",
41
  "scale_dtype": "torch.float16",
42
  "seqlen": 2048,
43
  "sym": true,
44
+ "to_quant_block_names": null
 
45
  },
46
  "rms_norm_eps": 1e-06,
47
  "rope_scaling": null,
quantize_config.json → quantization_config.json RENAMED
@@ -17,9 +17,8 @@
17
  "low_gpu_mem_usage": false,
18
  "to_quant_block_names": null,
19
  "enable_norm_bias_tuning": false,
 
20
  "autoround_version": "0.4.2",
21
- "quant_method": "gptq",
22
- "desc_act": false,
23
- "true_sequential": false,
24
- "damp_percent": 0.01
25
  }
 
17
  "low_gpu_mem_usage": false,
18
  "to_quant_block_names": null,
19
  "enable_norm_bias_tuning": false,
20
+ "dataset": "NeelNanda/pile-10k",
21
  "autoround_version": "0.4.2",
22
+ "quant_method": "intel/auto-round",
23
+ "backend": "auto_round:gptq:exllamav2"
 
 
24
  }