Update config.json
Browse filesAdded bits=4 in quantization_config
- 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,
|