Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hub/models-downloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ you can increase your download speed with [`hf_transfer`](https://github.com/hug
a Rust-based library developed to speed up file transfers with the Hub.

```bash
pip install huggingface_hub[hf_transfer]
pip install "huggingface_hub[hf_transfer]"
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download ...
```

Expand Down
Loading