Instructions to use mlx-community/deepseek-coder-33b-instruct-hf-4bit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/deepseek-coder-33b-instruct-hf-4bit-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir deepseek-coder-33b-instruct-hf-4bit-mlx mlx-community/deepseek-coder-33b-instruct-hf-4bit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,9 @@ license_name: deepseek
|
|
| 6 |
license_link: LICENSE
|
| 7 |
---
|
| 8 |
|
| 9 |
-
# deepseek-coder-
|
| 10 |
-
This model was converted to MLX format from [`deepseek-ai/deepseek-coder-
|
| 11 |
-
Refer to the [original model card](https://huggingface.co/deepseek-ai/deepseek-coder-
|
| 12 |
## Use with mlx
|
| 13 |
```bash
|
| 14 |
pip install mlx
|
|
|
|
| 6 |
license_link: LICENSE
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# deepseek-coder-33b-instruct-hf-4bit-mlx
|
| 10 |
+
This model was converted to MLX format from [`deepseek-ai/deepseek-coder-33b-instruct`]().
|
| 11 |
+
Refer to the [original model card](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct) for more details on the model.
|
| 12 |
## Use with mlx
|
| 13 |
```bash
|
| 14 |
pip install mlx
|