OPEA
/

Safetensors
qwen2
2-bit
auto-round
cicdatopea commited on
Commit
af44338
·
verified ·
1 Parent(s): 83c7418

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -19,7 +19,6 @@
19
  "quantization_config": {
20
  "amp": true,
21
  "autoround_version": "0.4.2",
22
- "backend": "auto_round:gptq:exllamav2",
23
  "batch_size": 8,
24
  "bits": 2,
25
  "data_type": "int",
@@ -34,7 +33,7 @@
34
  "lr": 0.0005,
35
  "minmax_lr": 0.0005,
36
  "nsamples": 1024,
37
- "quant_method": "intel/auto-round",
38
  "scale_dtype": "torch.float16",
39
  "seqlen": 2048,
40
  "sym": true,
 
19
  "quantization_config": {
20
  "amp": true,
21
  "autoround_version": "0.4.2",
 
22
  "batch_size": 8,
23
  "bits": 2,
24
  "data_type": "int",
 
33
  "lr": 0.0005,
34
  "minmax_lr": 0.0005,
35
  "nsamples": 1024,
36
+ "quant_method": "auto-round",
37
  "scale_dtype": "torch.float16",
38
  "seqlen": 2048,
39
  "sym": true,