Text Generation
MLX
mistral
pcuenq HF staff commited on
Commit
94359dc
1 Parent(s): 1e7907f

Remove `--model_path` as the default is fine after download

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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" --model_path mistral-7B-v0.1
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.