license: other | |
tags: | |
- mlx | |
license_name: deepseek-license | |
license_link: LICENSE | |
# deepseek-coder-1.3b-base-mlx | |
This model was converted to MLX format from [`deepseek-ai/deepseek-coder-1.3b-base`](). | |
Refer to the [original model card](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base) 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-1.3b-base-mlx --prompt "My name is" | |
``` | |