From 563a584992755a2bf7193fd1160fd27532632092 Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Tue, 9 Jul 2024 10:04:21 -0400 Subject: [PATCH] Update docs/hub/models-downloading.md Co-authored-by: Lucain --- docs/hub/models-downloading.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/hub/models-downloading.md b/docs/hub/models-downloading.md index 14247f1b7..fd02c5e32 100644 --- a/docs/hub/models-downloading.md +++ b/docs/hub/models-downloading.md @@ -52,6 +52,14 @@ mainly relevent if you have a machine with high bandwidth. pip install huggingface_hub[hf_transfer] HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download ... ``` -To learn more, check out the documentation [here](https://huggingface.co/docs/huggingface_hub/guides/download#faster-downloads) + + + +`hf_transfer` is a power user tool! +It is tested and production-ready, +but it lacks user-friendly features like advanced error handling or proxies. +For more details, please take a look at this [guide](https://huggingface.co/docs/huggingface_hub/hf_transfer). + +