OPEA
/

Safetensors
olmo2
4-bit precision
auto-round
cicdatopea commited on
Commit
881f575
·
verified ·
1 Parent(s): 00c4481

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.dev",
22
- "backend": "auto_round:gptq:exllamav2",
23
  "batch_size": 8,
24
  "bits": 4,
25
  "data_type": "int",
@@ -34,7 +33,7 @@
34
  "lr": 0.001,
35
  "minmax_lr": 0.001,
36
  "nsamples": 512,
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.dev",
 
22
  "batch_size": 8,
23
  "bits": 4,
24
  "data_type": "int",
 
33
  "lr": 0.001,
34
  "minmax_lr": 0.001,
35
  "nsamples": 512,
36
+ "quant_method": "auto-round",
37
  "scale_dtype": "torch.float16",
38
  "seqlen": 2048,
39
  "sym": true,