awni commited on
Commit
af347f8
·
1 Parent(s): ee17529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,11 +27,12 @@ Install the requirements:
27
  ```
28
  cd mlx-examples/hf_llm
29
  pip install -r requirements.txt
 
30
 
31
  Generate:
32
 
33
  ```
34
- python generate.py --hf-path mistralai/Mistral-7B-v0.1
35
  ```
36
 
37
  To upload a new model (for example a 4-bit quantized Mistral-7B), do:
 
27
  ```
28
  cd mlx-examples/hf_llm
29
  pip install -r requirements.txt
30
+ ```
31
 
32
  Generate:
33
 
34
  ```
35
+ python generate.py --hf-path mistralai/Mistral-7B-v0.1 --prompt "hello"
36
  ```
37
 
38
  To upload a new model (for example a 4-bit quantized Mistral-7B), do: