Strange problem with huggingface-cli

Hi @jacek2024 thanks for the report and for following up on the GitHub issue as well.

Just a few questions to help troubleshoot this a bit more; could you answer a few questions/provide some more details:

  • Provide the output of pip freeze
  • Which repository you are downloading from? From the looks of the screenshots it is mradermacher/Skywork-SWE-32B-GGUF · Hugging Face is that correct?
  • What is the full command you are using?
  • Any details about the target environment (most notably what operating system you’re using any any information about network speeds and disk type)
  • Do you have any HF_XET environment variables set? (env | grep HF_XET should output them if they exist)

As a quick test, you might try to fall back to a HTTP download. You can do this through:

export HF_HUB_DISABLE_XET=1

And then rerunning your download commands. This might help unblock your current download while we troubleshoot the issue.

1 Like