-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lock acquisiton fails on download #2543
Comments
Hi @AlpinDale, sorry for the inconvenience. What type of hard-drive is it? (quite classic or a special mounted drive?). Asking because filelock doesn't always work properly on some filesystems. Independently from that, you can try to kill all huggingface_hub/hf_transfer processes and then run |
Same issue here. Tried to delete the EG: huggingface-cli download stabilityai/stable-diffusion-3.5-medium --max-workers 2 This is without using hf_transfer, and for a different model. In my case this did not hinder performance, but I imagine that varies much on your network speed. EDIT: Spoke too soon. Didn't solve however reduced the frequency at least. |
@JakubCzarlinski sorry for the long delay. I suppose that setting To help investigating this, could you share more details about your issue/setup? :
from huggingface_hub import logging, snapshot_download
logging.set_verbosity_debug()
snapshot_download("stabilityai/stable-diffusion-3.5-medium", force_download=True, max_workers=10) (max workers 10 should trigger the error more easily) Thanks in advance! |
Describe the bug
I've been trying to download
NousResearch/Meta-Llama-3.1-8B-Instruct
with and withouthf-transfer
, but it consistently hangs at the 10GB point (2 shards with hf-transfer, half of each without), with this message being repeated every few seconds:Reproduction
Logs
System info
The text was updated successfully, but these errors were encountered: