-
Notifications
You must be signed in to change notification settings - Fork 55
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
Metadata download error - OSError: Consistency check failed #33
Comments
Hi @ch-shin, do you also get this error with |
Oh, I found they fixed the |
Hi @ch-shin sorry you're experiencing this issue. Maintainer of |
@Wauplin Hi! Thank you for the follow-up on this. I updated it to
from https://github.com/huggingface/huggingface_hub/blob/2940a65b22e9552b0dd40f0b61f502f66896d46d/src/huggingface_hub/file_download.py#L1253 |
@ch-shin Thanks for your feedback. Would you have time for another test? If possible, can you install huggingface_hub from this PR (huggingface/huggingface_hub#1561). It will not solve the error but the stacktrace will be more furnished. To install it:
Then retry your failing script (btw, which file from which repo are you downloading?) and copy-paste the full error stacktrace printed in your terminal. Both with and without |
@Wauplin Sorry that I missed your comment 😓. Actually, I just upgraded my internet (25mbps --> 500mbps) and the problem has gone. |
we are also experiencing this bug in our company and have huggingface_hub 0.16.4 installed |
Hi, team!
I am trying to download the medium-scale dataset of the filtering track, but I keep failing with the following error.
It seems related to this issue huggingface/huggingface_hub#1498
Is there any bypass for downloading metadata, without using huggingface_hub?
Thanks.
The text was updated successfully, but these errors were encountered: