-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Update release pipeline for PyTorch 2.9.0 #27303
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
Update release pipeline for PyTorch 2.9.0 #27303
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 release pipeline to support PyTorch 2.9.0. The changes include adding a new build for CUDA 13.0, updating the x86 release image to use CUDA 12.9, and adjusting comments to reflect these updates. The changes are well-aligned with the stated purpose. I have one suggestion to improve the maintainability of the wheel upload script by addressing duplicated logic.
Signed-off-by: Huy Do <[email protected]>
|
I'm seeing this issue pytorch/pytorch#165812 showing up in |
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]> Signed-off-by: Alberto Perdomo <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]> Signed-off-by: 0xrushi <[email protected]>
Signed-off-by: Huy Do <[email protected]> Signed-off-by: 0xrushi <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Signed-off-by: Huy Do <[email protected]>
Purpose
With #24994 merged, we can update the release pipeline to unblock
0.11.1. Both x86 and arm64 builds are on 12.9.I also add cu130 x86 build. The corresponding aarch64 build depends on facebookresearch/xformers#1344, so I will pick it up later.
Test Plan
CI
Test Result
cc @simon-mo @aarnphm