Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
@@ -27,9 +27,9 @@
|
|
27 |
"quantization_config": {
|
28 |
"_load_in_4bit": true,
|
29 |
"_load_in_8bit": false,
|
30 |
-
"bnb_4bit_compute_dtype": "
|
31 |
"bnb_4bit_quant_storage": "uint8",
|
32 |
-
"bnb_4bit_quant_type": "
|
33 |
"bnb_4bit_use_double_quant": false,
|
34 |
"llm_int8_enable_fp32_cpu_offload": false,
|
35 |
"llm_int8_has_fp16_weight": false,
|
|
|
27 |
"quantization_config": {
|
28 |
"_load_in_4bit": true,
|
29 |
"_load_in_8bit": false,
|
30 |
+
"bnb_4bit_compute_dtype": "float16",
|
31 |
"bnb_4bit_quant_storage": "uint8",
|
32 |
+
"bnb_4bit_quant_type": "nf4",
|
33 |
"bnb_4bit_use_double_quant": false,
|
34 |
"llm_int8_enable_fp32_cpu_offload": false,
|
35 |
"llm_int8_has_fp16_weight": false,
|