wenhuach commited on
Commit
1b14e5b
·
verified ·
1 Parent(s): 6c31e4f

change to auto-round format

Browse files
Files changed (1) hide show
  1. config.json +1 -4
config.json CHANGED
@@ -20,13 +20,10 @@
20
  "quantization_config": {
21
  "autoround_version": "0.5.1",
22
  "bits": 4,
23
- "damp_percent": 0.01,
24
  "data_type": "int",
25
- "desc_act": false,
26
  "group_size": 128,
27
- "quant_method": "gptq",
28
  "sym": true,
29
- "true_sequential": false
30
  },
31
  "rms_norm_eps": 1e-06,
32
  "rope_scaling": {
 
20
  "quantization_config": {
21
  "autoround_version": "0.5.1",
22
  "bits": 4,
 
23
  "data_type": "int",
 
24
  "group_size": 128,
25
+ "quant_method": "auto-round",
26
  "sym": true,
 
27
  },
28
  "rms_norm_eps": 1e-06,
29
  "rope_scaling": {