Closed k-ye closed 10 months ago
hf_hub_download() suports this local_files_only arg to avoid networking: https://huggingface.co/docs/huggingface_hub/v0.20.3/en/package_reference/file_download#huggingface_hub.hf_hub_download.local_files_only. Could you consider patching this in? Thanks!
hf_hub_download()
local_files_only
Actually HF_HUB_OFFLINE does the trick.
HF_HUB_OFFLINE
Thanks! It's a nice addition
hf_hub_download()
suports thislocal_files_only
arg to avoid networking: https://huggingface.co/docs/huggingface_hub/v0.20.3/en/package_reference/file_download#huggingface_hub.hf_hub_download.local_files_only. Could you consider patching this in? Thanks!