Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"num_key_value_heads": 8,
|
24 |
"pad_token_id": 0,
|
25 |
"quantization_config": {
|
26 |
-
"_load_in_4bit":
|
27 |
"_load_in_8bit": false,
|
28 |
"bnb_4bit_compute_dtype": "bfloat16",
|
29 |
"bnb_4bit_quant_storage": "uint8",
|
|
|
23 |
"num_key_value_heads": 8,
|
24 |
"pad_token_id": 0,
|
25 |
"quantization_config": {
|
26 |
+
"_load_in_4bit": false,
|
27 |
"_load_in_8bit": false,
|
28 |
"bnb_4bit_compute_dtype": "bfloat16",
|
29 |
"bnb_4bit_quant_storage": "uint8",
|