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