Skip to content

Commit

Permalink
fix: zsh no matches found error
Browse files Browse the repository at this point in the history
  • Loading branch information
p13rr0m committed Oct 25, 2024
1 parent dcd8b8c commit 1333af6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1333af6

Please sign in to comment.