-
Notifications
You must be signed in to change notification settings - Fork 570
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
userdata.get('HF_TOKEN')
hangs forever on Google Colab
#1952
Comments
Hi @prhbrt, thanks for reporting this issue. I'm sorry you are facing it. It might be due to the fact that
Thanks in advance for your answers. I will try to investigate on my side and also contact the google colab team to check how we can fix/avoid this. |
Yes
None other than
Yes
I tried a few times, also deleting the runtime, and the issue persisted Just checked different browsers, considering your other question, and 'now' (a few hours later) I can't reproduce the issue in any of them (Brave, Chrome, Firefox)
Brave.
It's not a blocker for me, I'm only reporting in the hopes it helps others and improves the lib. |
Thanks for taking the time @prhbrt! This is definitely helpful to know 👍 |
We are facing a similar issue, but without HF_TOKEN, but for downloading the model. Here is a reproducible example This tries to load a Whisper v3 model. This code was working till 29th Dec. Clicking on the executor at bottom:
Unfortunately, this is a breaking change for our team. @Wauplin Do you think this is related? |
I am facing the same issue here. |
Thanks for reporting @iUnknownAdorn @JhonDan1999 and sorry for the inconvenience. I have been able to reproduce the issue and created PR #1953 to fix it. The plan is to make a hot-fix release once it's merged and make it the default in google colab. In the meantime, a temporary solution is to install a different version of |
Update: |
Describe the bug
hangs indefinitely on Google Colab.
This is quick-fixed by
Reproduction
Run the code in Google Colab.
Logs
No response
System info
The text was updated successfully, but these errors were encountered: