Qubitium commited on
Commit
04fa8e9
1 Parent(s): 88c66d0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -29,8 +29,8 @@
29
  "iters": 400,
30
  "lr": 0.0025,
31
  "minmax_lr": 0.0025,
32
- "packer": "gptqmodel:0.9.0",
33
- "quantizer": "intel/auto-round:0.1",
34
  "scale_dtype": "torch.float16",
35
  "use_quant_input": false
36
  },
 
29
  "iters": 400,
30
  "lr": 0.0025,
31
  "minmax_lr": 0.0025,
32
+ "quantizer": "gptqmodel:0.9.0",
33
+ "auto_round": "0.1",
34
  "scale_dtype": "torch.float16",
35
  "use_quant_input": false
36
  },