pcuenq HF staff mohanchinnappan commited on
Commit
62a2396
1 Parent(s): 652411e

fixing type for model-path (#6)

Browse files

- fixing type for model-path (bde7b3283f0cdae3d21b1291bb1ebde1d9e76066)


Co-authored-by: chinnappan <mohanchinnappan@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ export HF_HUB_ENABLE_HF_TRANSFER=1
29
  huggingface-cli download --local-dir-use-symlinks False --local-dir zephyr-7b-beta mlx-community/zephyr-7b-beta
30
 
31
  # Run example
32
- python llms/mistral/mistral.py --model_path zephyr-7b-beta --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 β.
 
29
  huggingface-cli download --local-dir-use-symlinks False --local-dir zephyr-7b-beta mlx-community/zephyr-7b-beta
30
 
31
  # Run example
32
+ python llms/mistral/mistral.py --model-path zephyr-7b-beta --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 β.