huggingface_hub.utils._errors.HfHubHTTPError: 416 Client Error: Range Not Satisfiable for url
#2
by
Loie
- opened
hi, thank you for this amazing work.
However, I met this error, 'huggingface_hub.utils._errors.HfHubHTTPError: 416 Client Error: Range Not Satisfiable for url:https://....' suddenly, after downloading half of this dataset.
Could you please help me solve this problem? Thank you in advance!
Hi thanks for your interest in hest,
It seems like your cache might be corrupted because I added a few files about 16 hours ago, you probably launched the download before I upload these files.
- First I suggest relaunching
snapshot_download(repo_id="MahmoodLab/hest", repo_type='dataset', local_dir=local_dir)
- If it still doesn't work, here they suggest passing
force_download=True
tosnapshot_download
, let me know if that works, otherwise it might be necessary to remove thehest_data
folder entirely and start the download from scratch.
Thanks for your help!
I redownload this dataset referring to downloading code in README.md, and it works.
pauldoucet
changed discussion status to
closed