Instructions to use thorraq/Skyfall-31B-v4-mlx-8Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use thorraq/Skyfall-31B-v4-mlx-8Bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Skyfall-31B-v4-mlx-8Bit thorraq/Skyfall-31B-v4-mlx-8Bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload generation_config.json with huggingface_hub
Browse files- generation_config.json +8 -0
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"transformers_version": "4.55.3",
|
| 7 |
+
"use_cache": false
|
| 8 |
+
}
|