mzbac commited on
Commit
04267df
·
1 Parent(s): b722cb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 "My name is"
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
  ```