justinkarlin
commited on
Commit
•
e1ea302
1
Parent(s):
4907cba
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"qk_layer_norms": true,
|
35 |
"quantization_config": {
|
36 |
"_load_in_4bit": false,
|
37 |
-
"_load_in_8bit":
|
38 |
"bnb_4bit_compute_dtype": "float16",
|
39 |
"bnb_4bit_quant_storage": "uint8",
|
40 |
"bnb_4bit_quant_type": "nf4",
|
@@ -48,7 +48,7 @@
|
|
48 |
"llm_int8_threshold": 6.0,
|
49 |
"load_in_4bit": false,
|
50 |
"load_in_8bit": false,
|
51 |
-
"quant_method": "
|
52 |
},
|
53 |
"rms_norm_eps": 1e-06,
|
54 |
"tie_word_embeddings": false,
|
|
|
34 |
"qk_layer_norms": true,
|
35 |
"quantization_config": {
|
36 |
"_load_in_4bit": false,
|
37 |
+
"_load_in_8bit": false,
|
38 |
"bnb_4bit_compute_dtype": "float16",
|
39 |
"bnb_4bit_quant_storage": "uint8",
|
40 |
"bnb_4bit_quant_type": "nf4",
|
|
|
48 |
"llm_int8_threshold": 6.0,
|
49 |
"load_in_4bit": false,
|
50 |
"load_in_8bit": false,
|
51 |
+
"quant_method": "bitsandbytes_8bit"
|
52 |
},
|
53 |
"rms_norm_eps": 1e-06,
|
54 |
"tie_word_embeddings": false,
|