cicdatopea commited on
Commit
d33cf06
·
verified ·
1 Parent(s): f97d350

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -24,7 +24,6 @@
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",
@@ -39,7 +38,7 @@
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,
 
24
  "quantization_config": {
25
  "amp": true,
26
  "autoround_version": "0.4.2",
 
27
  "batch_size": 8,
28
  "bits": 4,
29
  "data_type": "int",
 
38
  "lr": 0.0005,
39
  "minmax_lr": 0.0005,
40
  "nsamples": 512,
41
+ "quant_method": "auto-round",
42
  "scale_dtype": "torch.float16",
43
  "seqlen": 2048,
44
  "sym": true,