shreyask commited on
Commit
7ecf3fc
1 Parent(s): 16ae8a3

Update README.md to download the model at the right location

Browse files

this downloads the model at the right location to be used as prescribed in the example.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ cd mlx-examples
30
 
31
  # Download model
32
  export HF_HUB_ENABLE_HF_TRANSFER=1
33
- huggingface-cli download --local-dir-use-symlinks False --local-dir phi-2 mlx-community/phi-2
34
 
35
  # Run example
36
  python llms/phi2/phi2.py --prompt "My name is"
 
30
 
31
  # Download model
32
  export HF_HUB_ENABLE_HF_TRANSFER=1
33
+ huggingface-cli download --local-dir-use-symlinks False --local-dir llms/phi2 mlx-community/phi-2
34
 
35
  # Run example
36
  python llms/phi2/phi2.py --prompt "My name is"