Instructions to use mlx-community/deepseek-coder-6.7b-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-6.7b-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-6.7b-instruct-hf-4bit-mlx mlx-community/deepseek-coder-6.7b-instruct-hf-4bit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,5 +14,5 @@ Refer to the [original model card](https://huggingface.co/deepseek-ai/deepseek-c
|
|
| 14 |
pip install mlx
|
| 15 |
git clone https://github.com/ml-explore/mlx-examples.git
|
| 16 |
cd mlx-examples/llms/hf_llm
|
| 17 |
-
python generate.py --model mlx-community/deepseek-coder-6.7b-instruct-hf-4bit-mlx --prompt "
|
| 18 |
```
|
|
|
|
| 14 |
pip install mlx
|
| 15 |
git clone https://github.com/ml-explore/mlx-examples.git
|
| 16 |
cd mlx-examples/llms/hf_llm
|
| 17 |
+
python generate.py --model mlx-community/deepseek-coder-6.7b-instruct-hf-4bit-mlx --prompt "### Instruction: \nwrite a quick sort algorithm in python.\n### Response: \n"
|
| 18 |
```
|