File size: 705 Bytes
7ac55fb 2f818c7 7ac55fb d73facc 46703f3 d73facc 7ac55fb 2f818c7 7ac55fb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: other
tags:
- mlx
license_name: deepseek
license_link: LICENSE
---
# deepseek-coder-33b-instruct-hf-4bit-mlx
This model was converted to MLX format from [`deepseek-ai/deepseek-coder-33b-instruct`](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct).
Refer to the [original model card](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct) for more details on the model.
## Use with mlx
```bash
pip install mlx
git clone https://github.com/ml-explore/mlx-examples.git
cd mlx-examples/llms/hf_llm
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"
```
|