-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Problem downloading huggingface models. #19
Comments
Unfortunately I'm not using the docker container and I haven't built this part so I'm not quite sure why it stopped downloading the models here. That part didn't really change. |
This problem is probably to do with recent changes to the huggingface libraries and the fact that the container run as the root user (i.e., I suggest trying setting |
Thanks, that helped a lot. Instead of |
OK cool, I'll see if I can adjust the examples and the doc |
Sounds good. Sorry I can't help, this stuff is over my head. Another thing to note is while things are working, the logs say Edit: I set both |
After updating to the most recent version of the docker container, the container constantly crashes/restarts/crashes/restarts. Logs as follows:
I'm not sure how to directly access the container since it doesn't run for very long. I can usually access containers using something like
docker exec -it "container name" /bin/bash
, but it crashes almost immediately.I've been able to run this using CPU and no GPU, so maybe something changed on my host machine, too.
The text was updated successfully, but these errors were encountered: