Wauplin HF staff commited on
Commit
e69762a
1 Parent(s): e367712

Fix pip install instruction in README

Browse files

Rename `huggingface_transfer` to `hf_transfer`.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ How to use with [MLX](https://github.com/ml-explore/mlx).
21
 
22
  # Install mlx, mlx-examples, huggingface-cli
23
  pip install mlx
24
- pip install huggingface_hub huggingface_transfer
25
  git clone https://github.com/ml-explore/mlx-examples.git
26
 
27
  # Download model
 
21
 
22
  # Install mlx, mlx-examples, huggingface-cli
23
  pip install mlx
24
+ pip install huggingface_hub hf_transfer
25
  git clone https://github.com/ml-explore/mlx-examples.git
26
 
27
  # Download model