Spaces:
Running
Running
Update README.md
Browse files
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:
|