-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Use official xformers-0.0.33 built for PT 2.9 #28600
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
Conversation
Signed-off-by: Huy Do <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the xformers dependency to the official 0.0.33 release for PyTorch 2.9, replacing a custom-built version. This is an excellent change that improves maintainability and stability by relying on an official package. The modification is straightforward and correct. I have reviewed the changes and found no issues.
houseroad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
finally :-)
ywang96
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR is now good to be force-merged. All failed tests are not related to this dependency change but we should address them separately.
Signed-off-by: Huy Do <[email protected]> Co-authored-by: Roger Wang <[email protected]> Signed-off-by: George D. Torres <[email protected]>
Signed-off-by: Huy Do <[email protected]> Co-authored-by: Roger Wang <[email protected]> (cherry picked from commit c33b87e)
Signed-off-by: Huy Do <[email protected]> Co-authored-by: Roger Wang <[email protected]> Signed-off-by: Bram Wasti <[email protected]>
Signed-off-by: Huy Do <[email protected]> Co-authored-by: Roger Wang <[email protected]>
Purpose
xformers-0.0.33has been released today for PyTorch 2.9 https://pypi.org/project/xformers/#history, and we can finally switch to that version instead of the custom one we build on PyTorchFIX #27880 #27851
Test Plan
CI
cc @simon-mo @ywang96 @ProExpertProg