Instructions to use theroadnotbacon/BLS-Mini-Code-1.0-Q4-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use theroadnotbacon/BLS-Mini-Code-1.0-Q4-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir BLS-Mini-Code-1.0-Q4-MLX theroadnotbacon/BLS-Mini-Code-1.0-Q4-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,4 @@ python -m mlx_lm.convert \
|
|
| 19 |
--mlx-path ./cohere-mlx-q4
|
| 20 |
```
|
| 21 |
|
| 22 |
-
Requires this fork of mlx_lm to run (main doesn't include support for cohere2_moe yet):
|
|
|
|
| 19 |
--mlx-path ./cohere-mlx-q4
|
| 20 |
```
|
| 21 |
|
| 22 |
+
Requires this fork of mlx_lm to run (main doesn't include support for cohere2_moe yet): https://github.com/eauchs/mlx-lm/tree/add-cohere2-moe
|