Text Generation
MLX
mistral
Akashsingh commited on
Commit
2d6db8c
1 Parent(s): a8d73c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ git clone https://github.com/ml-explore/mlx-examples.git
25
 
26
  # Download model
27
  export HF_HUB_ENABLE_HF_TRANSFER=1
28
- huggingface-cli download --local-dir-use-symlinks False --local-dir mlx_model mlx-community/Mistral-7B-Instruct-v0.2
29
 
30
  # Run example
31
  python mlx-examples/mistral/mistral.py --prompt "My name is"
 
25
 
26
  # Download model
27
  export HF_HUB_ENABLE_HF_TRANSFER=1
28
+ huggingface-cli download --local-dir-use-symlinks False --local-dir mlx_model mmlx-community/Mistral-7B-Instruct-v0.2-4-bit
29
 
30
  # Run example
31
  python mlx-examples/mistral/mistral.py --prompt "My name is"