Akirami commited on
Commit
32ce35b
·
verified ·
1 Parent(s): 5585c8c

Update config.json

Browse files

Added bits=4 in quantization_config

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -30,7 +30,8 @@
30
  "llm_int8_threshold": 6.0,
31
  "load_in_4bit": true,
32
  "load_in_8bit": false,
33
- "quant_method": "bitsandbytes"
 
34
  },
35
  "rms_norm_eps": 1e-05,
36
  "rope_scaling": null,
 
30
  "llm_int8_threshold": 6.0,
31
  "load_in_4bit": true,
32
  "load_in_8bit": false,
33
+ "quant_method": "bitsandbytes",
34
+ "bits": 4
35
  },
36
  "rms_norm_eps": 1e-05,
37
  "rope_scaling": null,