Strange problem with huggingface-cli

Thanks for the command! Sorry, should’ve seen that was provided earlier; my apologies.

Few additional details that would be helpful:

  • pip freeze output
  • Environment info about where you are downloading to (i.e., what operating system you’re using any any information about network speeds and disk type)
  • Do you have any HF_XET environment variables set?
  • When the download progress stops, is there any network or CPU activity?

From your last comment, I’m wondering is if the issue is the chunk cache in the xet directory (present under the huggingface cache). If you clear the chunk cache (rm -rf ~/<cache_dir>/xet where <cache_dir> is the location of the Hugging Face cache) and then run export HF_XET_CHUNK_CACHE_SIZE_BYTES=0 that may help.

And of course, let me know if you are able to download via HTTP - thank you! :smile:

1 Like