Upload Gemma2ForCausalLM
Browse files- config.json +1 -1
config.json
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
"quantization_config": {
|
29 |
"_load_in_4bit": true,
|
30 |
"_load_in_8bit": false,
|
31 |
-
"bnb_4bit_compute_dtype": "
|
32 |
"bnb_4bit_quant_storage": "uint8",
|
33 |
"bnb_4bit_quant_type": "fp4",
|
34 |
"bnb_4bit_use_double_quant": false,
|
|
|
28 |
"quantization_config": {
|
29 |
"_load_in_4bit": true,
|
30 |
"_load_in_8bit": false,
|
31 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
32 |
"bnb_4bit_quant_storage": "uint8",
|
33 |
"bnb_4bit_quant_type": "fp4",
|
34 |
"bnb_4bit_use_double_quant": false,
|