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 |
```
|