Text Generation
MLX
English
mistral
zephyr
alvarobartt HF staff commited on
Commit
127516c
1 Parent(s): 19afbf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-4-bit mlx-community/zephyr-7b-beta-4-bit
30
 
31
  # Run example
32
- python llms/mistral/mistral.py --model-path zephyr-7b-beta-4-bit --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 β.
 
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 β.