You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opened #31007 to fix this. Looks like an overlook on my side, sorry about that.
Though the OSError is triggered by pytest because of CI config, not happening to all users.
The hugginface-hub FutureWarning about resume_download makes transformers raise an OSError.
See: https://github.com/huggingface/datasets/actions/runs/8973676702/job/25330013267
The error can be avoided by filtering the warning out. See: huggingface/datasets@889a48d#diff-6d4f609754165d567fd0edfc980788464067245d6220097b4c76a5120238dd2cR91-R93
Reproduction
To reproduce the bug locally, you must first remove the model from the "hub" cache:
rm -fr ~/.cache/huggingface/hub/models--bert-base-uncased
Follows:
Maybe related to:
CC: @Wauplin
The text was updated successfully, but these errors were encountered: