Skip to content
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

[release-only] Add manylinux2014_x86_64 for PyTorch release 2.6 #5414

Merged
merged 12 commits into from
Dec 13, 2024

Conversation

atalman
Copy link
Collaborator

@atalman atalman commented Dec 12, 2024

Add manylinux2014_x86_64 for PyTorch release 2.6
Add ability to upload build wheels to github

@atalman atalman requested a review from ptillet as a code owner December 12, 2024 15:52
atalman added a commit to pytorch/pytorch that referenced this pull request Dec 12, 2024
This is temporary change, release only. Until we switch to use binaries build by this workflow: triton-lang/triton#5414
#export CIBW_MANYLINUX_PYPY_X86_64_IMAGE="quay.io/pypa/manylinux2014_x86_64:latest"
export CIBW_BEFORE_BUILD="pip install cmake;"
export CIBW_SKIP="cp{35,36,37,38}-*"
export CIBW_BUILD="cp3{9,10,11,12,13}-manylinux_x86_64"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we want to build py3.9-py3.13 however for some reason I still see only 3.9-3.12 here: https://github.com/triton-lang/triton/actions/runs/12306361669/job/34347921449?pr=5414#step:6:393

@atalman atalman merged commit 8af9311 into triton-lang:release/3.2.x Dec 13, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants