-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Linux Wheels: Remove triton dependency python < 3.13 constraint #143162
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/143162
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 559e3f4 with merge base 9f5ebf3 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchmergebot merge -f "lint is green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot cherry-pick --onto release/2.6 -c critical |
) We do build pytorch-triton package for python 3.13 : https://github.com/pytorch/pytorch/actions/runs/12304476674/job/34344764271 Hence constraint is no longer needed. This stack enabled torch.compile for Python 3.13 : #141264 Pull Request resolved: #143162 Approved by: https://github.com/kit1980 (cherry picked from commit 04bb82f)
Cherry picking #143162The cherry pick PR is at #143199 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
) Linux Wheels: Remove triton dependency python < 3.13 constraint (#143162) We do build pytorch-triton package for python 3.13 : https://github.com/pytorch/pytorch/actions/runs/12304476674/job/34344764271 Hence constraint is no longer needed. This stack enabled torch.compile for Python 3.13 : #141264 Pull Request resolved: #143162 Approved by: https://github.com/kit1980 (cherry picked from commit 04bb82f) Co-authored-by: Andrey Talman <[email protected]>
Follow up after #143162 Pull Request resolved: #143207 Approved by: https://github.com/atalman, https://github.com/ZainRizvi
Follow up after #143162 Include triton only for 3.13 packages not 3.13t Pull Request resolved: #143218 Approved by: https://github.com/kit1980
Follow up after #143162 Pull Request resolved: #143207 Approved by: https://github.com/atalman, https://github.com/ZainRizvi (cherry picked from commit 625b4ed)
Follow up after #143162 Include triton only for 3.13 packages not 3.13t Pull Request resolved: #143218 Approved by: https://github.com/kit1980 (cherry picked from commit 3bfdf6f)
[CD] Test torch.compile on 3.13 (#143207) Follow up after #143162 Pull Request resolved: #143207 Approved by: https://github.com/atalman, https://github.com/ZainRizvi (cherry picked from commit 625b4ed) Co-authored-by: Nikita Shulga <[email protected]>
Exclude py 31.3t triton package from PyTorch 3.13t wheel (#143218) Follow up after #143162 Include triton only for 3.13 packages not 3.13t Pull Request resolved: #143218 Approved by: https://github.com/kit1980 (cherry picked from commit 3bfdf6f) Co-authored-by: atalman <[email protected]>
We do build pytorch-triton package for python 3.13 : https://github.com/pytorch/pytorch/actions/runs/12304476674/job/34344764271
Hence constraint is no longer needed.
This stack enabled torch.compile for Python 3.13 : #141264