Uh oh!
There was an error while loading. Please reload this page.
make deps_table_update to fix CI tests - #9720
Conversation
HuggingFaceDocBuilderDev
commented
Oct 19, 2024
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. |
a-r-r-o-w
commented
Oct 19, 2024
@sayakpaul, seems like capping the torch version in diffusers to |
sayakpaul
commented
Oct 20, 2024
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. |
sayakpaul
commented
Oct 20, 2024
* update * dummy change to trigger CI; will revert * no deps peft * np deps * todo --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
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