Commit ·
127516c
1
Parent(s): 19afbf3
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,10 +26,10 @@ cd mlx-examples
|
|
| 26 |
|
| 27 |
# Download model
|
| 28 |
export HF_HUB_ENABLE_HF_TRANSFER=1
|
| 29 |
-
huggingface-cli download --local-dir-use-symlinks False --local-dir zephyr-7b-beta-
|
| 30 |
|
| 31 |
# Run example
|
| 32 |
-
python llms/mistral/mistral.py --model-path zephyr-7b-beta-
|
| 33 |
```
|
| 34 |
|
| 35 |
Please, refer to the [original model card](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) for more details on Zephyr 7B β.
|
|
|
|
| 26 |
|
| 27 |
# Download model
|
| 28 |
export HF_HUB_ENABLE_HF_TRANSFER=1
|
| 29 |
+
huggingface-cli download --local-dir-use-symlinks False --local-dir zephyr-7b-beta-4bit mlx-community/zephyr-7b-beta-4bit
|
| 30 |
|
| 31 |
# Run example
|
| 32 |
+
python llms/mistral/mistral.py --model-path zephyr-7b-beta-4bit --prompt "My name is"
|
| 33 |
```
|
| 34 |
|
| 35 |
Please, refer to the [original model card](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) for more details on Zephyr 7B β.
|