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
Hi @pablogps, thanks for reporting. The issue doesn't come from from_pretrained_fastai but from a bug between huggingface_hub and google colab integration. A fix has been implemented in #1953 and released in huggingface_hub==0.20.2. However the default version in google colab is 0.20.1 (with the bug). The default version will soon be upgraded but in the meantime you can fix your problem by running !pip install -U huggingface_hub. More details in #1953 (comment).
I'm therefore closing this issue. Sorry for the inconvenience, hopefully solved very soon :)
Describe the bug
Trying to load a learner from Hugging Face does not get all or any files (the process stalls).
Reproduction
Results in
Fetching 4 files: 0% 0/4 [00:00<?, ?it/s]
model.pkl: 100% 87.5M/87.5M [00:02<00:00, 33.9MB/s]
(I sometimes get one file, sometimes none, but the first progress bar never moves from 0%.)
Logs
There's no error message (the cell never finishes execution).
System info
The text was updated successfully, but these errors were encountered: