ybelkada HF staff commited on
Commit
a436462
1 Parent(s): 74a5357

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -26,8 +26,8 @@
26
  "quantization_config": {
27
  "quant_method": "awq",
28
  "zero_point": true,
29
- "q_group_size": 128,
30
- "w_bit": 4,
31
  "version": "GEMM",
32
  "backend": "autoawq"
33
  }
 
26
  "quantization_config": {
27
  "quant_method": "awq",
28
  "zero_point": true,
29
+ "group_size": 128,
30
+ "bits": 4,
31
  "version": "GEMM",
32
  "backend": "autoawq"
33
  }