Upload folder using huggingface_hub
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"num_hidden_layers": 28,
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"quantization_config": {
|
| 21 |
-
"
|
| 22 |
"load_in_8bit": true,
|
| 23 |
"llm_int8_threshold": 6.0
|
| 24 |
},
|
|
|
|
| 18 |
"num_hidden_layers": 28,
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"quantization_config": {
|
| 21 |
+
"quant_method": "bitsandbytes",
|
| 22 |
"load_in_8bit": true,
|
| 23 |
"llm_int8_threshold": 6.0
|
| 24 |
},
|