Linux Wheels: Remove triton dependency python < 3.13 constraint#143162
Linux Wheels: Remove triton dependency python < 3.13 constraint#143162atalman wants to merge 1 commit into
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 <atalman@fb.com>
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 <2453524+malfet@users.noreply.github.com>
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 <atalman@fb.com>
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