Upload CodeGenForCausalLM
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"quantization_config": {
|
| 22 |
"_load_in_4bit": true,
|
| 23 |
"_load_in_8bit": false,
|
| 24 |
-
"bnb_4bit_compute_dtype": "
|
| 25 |
"bnb_4bit_quant_storage": "uint8",
|
| 26 |
"bnb_4bit_quant_type": "nf4",
|
| 27 |
"bnb_4bit_use_double_quant": true,
|
|
|
|
| 21 |
"quantization_config": {
|
| 22 |
"_load_in_4bit": true,
|
| 23 |
"_load_in_8bit": false,
|
| 24 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 25 |
"bnb_4bit_quant_storage": "uint8",
|
| 26 |
"bnb_4bit_quant_type": "nf4",
|
| 27 |
"bnb_4bit_use_double_quant": true,
|