Fixes the manylinux_2_28 docker image to build PyTorch on Aarch64#137696
Fixes the manylinux_2_28 docker image to build PyTorch on Aarch64#137696gausah01 wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/137696
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit dc2f3bc with merge base 575f260 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
|
|
@pytorchbot merge -f "Required fix, all jobs are 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 |
…torch#137696) This change provides the openblas support to the Docker image manylinux_2_28. - It allows us to build pytorch using manylinux_2_28. - Using this image in PyTorch builds provides the major perf improvements when tested torch bench models. Pull Request resolved: pytorch#137696 Approved by: https://github.com/snadampal, https://github.com/atalman
This change provides the openblas support to the Docker image manylinux_2_28.