n1ck-guo commited on
Commit
1bfb497
1 Parent(s): 1839199

upload auto_round format

Browse files

Signed-off-by: n1ck-guo <heng.guo@intel.com>

config.json CHANGED
@@ -24,11 +24,11 @@
24
  "quantization_config": {
25
  "amp": true,
26
  "autoround_version": "0.4.2",
 
27
  "batch_size": 8,
28
  "bits": 4,
29
- "damp_percent": 0.01,
30
  "data_type": "int",
31
- "desc_act": false,
32
  "enable_minmax_tuning": true,
33
  "enable_norm_bias_tuning": false,
34
  "enable_quanted_input": true,
@@ -39,12 +39,11 @@
39
  "lr": 0.0005,
40
  "minmax_lr": 0.0005,
41
  "nsamples": 512,
42
- "quant_method": "gptq",
43
  "scale_dtype": "torch.float16",
44
  "seqlen": 2048,
45
  "sym": true,
46
- "to_quant_block_names": null,
47
- "true_sequential": false
48
  },
49
  "rms_norm_eps": 1e-06,
50
  "rope_scaling": null,
 
24
  "quantization_config": {
25
  "amp": true,
26
  "autoround_version": "0.4.2",
27
+ "backend": "auto_round:gptq:exllamav2",
28
  "batch_size": 8,
29
  "bits": 4,
 
30
  "data_type": "int",
31
+ "dataset": "NeelNanda/pile-10k",
32
  "enable_minmax_tuning": true,
33
  "enable_norm_bias_tuning": false,
34
  "enable_quanted_input": true,
 
39
  "lr": 0.0005,
40
  "minmax_lr": 0.0005,
41
  "nsamples": 512,
42
+ "quant_method": "intel/auto-round",
43
  "scale_dtype": "torch.float16",
44
  "seqlen": 2048,
45
  "sym": true,
46
+ "to_quant_block_names": null
 
47
  },
48
  "rms_norm_eps": 1e-06,
49
  "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
  }