Upload MistralForCausalLM
Browse files- config.json +1 -1
config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
"quantization_config": {
|
19 |
-
"bnb_4bit_compute_dtype": "
|
20 |
"bnb_4bit_quant_type": "nf4",
|
21 |
"bnb_4bit_use_double_quant": true,
|
22 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
"quantization_config": {
|
19 |
+
"bnb_4bit_compute_dtype": "float16",
|
20 |
"bnb_4bit_quant_type": "nf4",
|
21 |
"bnb_4bit_use_double_quant": true,
|
22 |
"llm_int8_enable_fp32_cpu_offload": false,
|