OPEA
/

Safetensors
llama
2-bit
intel/auto-round
wenhuach commited on
Commit
192d2db
·
1 Parent(s): 3ba7fab

autoround format

Browse files

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

config.json CHANGED
@@ -26,11 +26,11 @@
26
  "quantization_config": {
27
  "amp": true,
28
  "autoround_version": "0.4.2",
 
29
  "batch_size": 8,
30
  "bits": 2,
31
- "damp_percent": 0.01,
32
  "data_type": "int",
33
- "desc_act": false,
34
  "enable_minmax_tuning": true,
35
  "enable_norm_bias_tuning": true,
36
  "enable_quanted_input": true,
@@ -41,12 +41,11 @@
41
  "lr": 0.0005,
42
  "minmax_lr": 0.0005,
43
  "nsamples": 1024,
44
- "quant_method": "gptq",
45
  "scale_dtype": "torch.float16",
46
  "seqlen": 2048,
47
  "sym": true,
48
- "to_quant_block_names": null,
49
- "true_sequential": false
50
  },
51
  "rms_norm_eps": 1e-05,
52
  "rope_scaling": {
 
26
  "quantization_config": {
27
  "amp": true,
28
  "autoround_version": "0.4.2",
29
+ "backend": "auto_round:gptq:exllamav2",
30
  "batch_size": 8,
31
  "bits": 2,
 
32
  "data_type": "int",
33
+ "dataset": "NeelNanda/pile-10k",
34
  "enable_minmax_tuning": true,
35
  "enable_norm_bias_tuning": true,
36
  "enable_quanted_input": true,
 
41
  "lr": 0.0005,
42
  "minmax_lr": 0.0005,
43
  "nsamples": 1024,
44
+ "quant_method": "intel/auto-round",
45
  "scale_dtype": "torch.float16",
46
  "seqlen": 2048,
47
  "sym": true,
48
+ "to_quant_block_names": null
 
49
  },
50
  "rms_norm_eps": 1e-05,
51
  "rope_scaling": {
quantize_config.json → quantization_config.json RENAMED
@@ -17,9 +17,8 @@
17
  "low_gpu_mem_usage": true,
18
  "to_quant_block_names": null,
19
  "enable_norm_bias_tuning": true,
 
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": true,
18
  "to_quant_block_names": null,
19
  "enable_norm_bias_tuning": true,
20
+ "dataset": "NeelNanda/pile-10k",
21
  "autoround_version": "0.4.2",
22
+ "quant_method": "intel/auto-round",
23
+ "backend": "auto_round:gptq:exllamav2"
 
 
24
  }