We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f3a06 commit 88ffdc5Copy full SHA for 88ffdc5
docs/hub/models-downloading.md
@@ -50,7 +50,7 @@ you can increase your download speed with [`hf_transfer`](https://github.com/hug
50
a Rust-based library developed to speed up file transfers with the Hub.
51
52
```bash
53
-pip install huggingface_hub[hf_transfer]
+pip install "huggingface_hub[hf_transfer]"
54
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download ...
55
```
56
0 commit comments