cicdatopea commited on
Commit
f3250fb
·
verified ·
1 Parent(s): 463668b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -8,7 +8,6 @@
8
  "quantization_config": {
9
  "amp": true,
10
  "autoround_version": "0.4.0.dev",
11
- "backend": "auto_round:gptq:exllamav2",
12
  "batch_size": 1,
13
  "bits": 4,
14
  "data_type": "int",
@@ -23,7 +22,7 @@
23
  "lr": 0.005,
24
  "minmax_lr": 0.005,
25
  "nsamples": 128,
26
- "quant_method": "intel/auto-round",
27
  "scale_dtype": "torch.float16",
28
  "seqlen": 512,
29
  "sym": true,
 
8
  "quantization_config": {
9
  "amp": true,
10
  "autoround_version": "0.4.0.dev",
 
11
  "batch_size": 1,
12
  "bits": 4,
13
  "data_type": "int",
 
22
  "lr": 0.005,
23
  "minmax_lr": 0.005,
24
  "nsamples": 128,
25
+ "quant_method": "auto-round",
26
  "scale_dtype": "torch.float16",
27
  "seqlen": 512,
28
  "sym": true,