Use cuda 12.6 wheels with Manylinux 2.28. Use Manylinux2014 for CPU, CUDA11.8, CUDA12.4#141565
Use cuda 12.6 wheels with Manylinux 2.28. Use Manylinux2014 for CPU, CUDA11.8, CUDA12.4#141565atalman wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/141565
Note: Links to docs will display an error until the docs builds have been completed. ❌ 18 New FailuresAs of commit 0dcd8bd with merge base 4742080 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| # favor of GPU_ARCH_VERSION | ||
| DESIRED_CUDA: cpu | ||
| GPU_ARCH_TYPE: cpu | ||
| DOCKER_IMAGE: pytorch/manylinux2_28-builder:cpu-main |
There was a problem hiding this comment.
I believe docker images are not used for MacOS builds. TODO: Refactor code to remove this parameter since its confusing.
|
@pytorchmergebot merge -f "All required builds are passing and lint as well" |
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 |
pytorch/test-infra#5986 and pytorch/pytorch#141565 changed back to manylinux 2014 for versions of cuda/cpu, testing that this fixes the issue since hte actual error seems to be occuring in the Build the wheel step before hte post script gets run: https://github.com/pytorch/ao/actions/runs/12041427944/job/33573281510
…CUDA11.8, CUDA12.4 (pytorch#141565) For release 2.6 we will be using only CUDA 12.6 binaries on Manylinux 2.28. Issue: pytorch#123649 Pull Request resolved: pytorch#141565 Approved by: https://github.com/Skylion007, https://github.com/huydhn, https://github.com/malfet
For release 2.6 we will be using only CUDA 12.6 binaries on Manylinux 2.28.
Issue: #123649