From 1333af62cac39322c1979b4040ff75c24f9ca346 Mon Sep 17 00:00:00 2001 From: p13rr0m <16443611+p13rr0m@users.noreply.github.com> Date: Fri, 25 Oct 2024 02:31:13 +0200 Subject: [PATCH] fix: zsh no matches found error --- docs/hub/models-downloading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/models-downloading.md b/docs/hub/models-downloading.md index 0c429520f..307ae8ca3 100644 --- a/docs/hub/models-downloading.md +++ b/docs/hub/models-downloading.md @@ -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 ... ```