Fix pip install instruction in README (#3)
Browse files- Fix pip install instruction in README (e69762a643c2a72c5a4d09217201c6c5e25560c9)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
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
|
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
|