-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
make deps_table_update
to fix CI tests
#9720
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@sayakpaul, seems like capping the torch version in diffusers to |
I am not sure if that is the case because from the logs of that action, I don't see any reinstallations of PyTorch, though. To confirm things, I would try print the PyTorch version just after the container is initialized. After this line:
If it's 2.5.0, then there's something wrong. |
Hmm I am pretty sure that the updated Torch is coming from
So, we need to:
Just pinning in the setup.py file won't cut it and my bad it went unnoticed. |
What does this PR do?
We missed this step (I did not know we had to do it) in #9709. Also contains a dummy change for now to trigger CI fast tests
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@sayakpaul @DN6