[Manylinux 2.28] Correct Linux aarch64 cuda binaries wheel name#150786
[Manylinux 2.28] Correct Linux aarch64 cuda binaries wheel name#150786atalman wants to merge 2 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/150786
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 28 PendingAs of commit c829d90 with merge base f8b53f4 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
malfet
left a comment
There was a problem hiding this comment.
This is probably fine, but I don't see a reason why we should not rename the wheel for CPU version as well...
|
@pytorchmergebot merge -f "lint is green and all required tests" |
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.7 -c critical |
) Related to: #149044 (comment) For CPU binaries we run auditwheel however for cuda binaries auditwheel produces invalid results . Hence we need to rename the file. Pull Request resolved: #150786 Approved by: https://github.com/malfet (cherry picked from commit 836955b)
Cherry picking #150786The cherry pick PR is at #150820 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 |
) [Manylinux 2.28] Correct Linux aarch64 cuda binaries wheel name (#150786) Related to: #149044 (comment) For CPU binaries we run auditwheel however for cuda binaries auditwheel produces invalid results . Hence we need to rename the file. Pull Request resolved: #150786 Approved by: https://github.com/malfet (cherry picked from commit 836955b) Co-authored-by: atalman <atalman@fb.com>
…rch#150786) Related to: pytorch#149044 (comment) For CPU binaries we run auditwheel however for cuda binaries auditwheel produces invalid results . Hence we need to rename the file. Pull Request resolved: pytorch#150786 Approved by: https://github.com/malfet
…rch#150786) Related to: pytorch#149044 (comment) For CPU binaries we run auditwheel however for cuda binaries auditwheel produces invalid results . Hence we need to rename the file. Pull Request resolved: pytorch#150786 Approved by: https://github.com/malfet
Same as pytorch/pytorch#150786 Wheel filename should be: linux_aarch64 -> manylinux_2_28_aarch64 linux_x86_64 -> manylinux_2_28_x86_64 Test in CI
Same as pytorch/pytorch#150786 Wheel filename should be: linux_aarch64 -> manylinux_2_28_aarch64 linux_x86_64 -> manylinux_2_28_x86_64 Test in CI
Related to: #149044 (comment)
For CPU binaries we run auditwheel however for cuda binaries auditwheel produces invalid results . Hence we need to rename the file.