Remove `--model_path` as the default is fine after download
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ export HF_HUB_ENABLE_HF_TRANSFER=1
|
|
27 |
huggingface-cli download --local-dir-use-symlinks False --local-dir mistral-7B-v0.1 mlx-community/mistral-7B-v0.1
|
28 |
|
29 |
# Run example
|
30 |
-
python mlx-examples/mistral/mistral.py --prompt "My name is"
|
31 |
```
|
32 |
|
33 |
Please, refer to the [original model card](https://huggingface.co/mistralai/Mistral-7B-v0.1) for more details on Mistral-7B-v0.1.
|
|
|
27 |
huggingface-cli download --local-dir-use-symlinks False --local-dir mistral-7B-v0.1 mlx-community/mistral-7B-v0.1
|
28 |
|
29 |
# Run example
|
30 |
+
python mlx-examples/mistral/mistral.py --prompt "My name is"
|
31 |
```
|
32 |
|
33 |
Please, refer to the [original model card](https://huggingface.co/mistralai/Mistral-7B-v0.1) for more details on Mistral-7B-v0.1.
|