cicdatopea commited on
Commit
384f2e6
·
verified ·
1 Parent(s): 8c14a41

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -11,7 +11,6 @@
11
  "quantization_config": {
12
  "amp": true,
13
  "autoround_version": "0.4.2.dev",
14
- "backend": "auto_round:gptq:exllamav2",
15
  "batch_size": 8,
16
  "bits": 4,
17
  "data_type": "int",
@@ -26,7 +25,7 @@
26
  "lr": 0.001,
27
  "minmax_lr": 0.001,
28
  "nsamples": 512,
29
- "quant_method": "intel/auto-round",
30
  "scale_dtype": "torch.float16",
31
  "seqlen": 2048,
32
  "sym": true,
 
11
  "quantization_config": {
12
  "amp": true,
13
  "autoround_version": "0.4.2.dev",
 
14
  "batch_size": 8,
15
  "bits": 4,
16
  "data_type": "int",
 
25
  "lr": 0.001,
26
  "minmax_lr": 0.001,
27
  "nsamples": 512,
28
+ "quant_method": "auto-round",
29
  "scale_dtype": "torch.float16",
30
  "seqlen": 2048,
31
  "sym": true,