Install magma from a tarball#140417
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/140417
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (4 Unrelated Failures)As of commit cb46b69 with merge base 9012e7a ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
68d0d77 to
1bb97ee
Compare
aad2e03 to
a132112
Compare
6f707b7 to
e2b9fa0
Compare
This is a test PR to validate the images produced by installing magma from tarball (instead of conda), introduced by pytorch#140417 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
|
@atalman Tested at #141584. |
|
@pytorchmergebot merge -f "Failures are not related" |
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 |
|
@pytorchmergebot revert -c nosignal -m "Caused failures in calculate docker image" |
|
@pytorchbot successfully started a revert job. Check the current status here. |
This reverts commit 30ab102. Reverted #140417 on behalf of https://github.com/atalman due to Caused failures in calculate docker image ([comment](#140417 (comment)))
|
@afrittoli your PR has been successfully reverted. |
This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.
|
@afrittoli sorry for revert. Will try to reland this tomorrow. Looks like the issue after landing this PR was caused by CI flakiness, not PR itself |
|
@pytorchmergebot rebase -b main |
|
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
|
Rebase failed due to Raised by https://github.com/pytorch/pytorch/actions/runs/12070880702 |
e2b9fa0 to
f068b7d
Compare
Magma is built for specific CUDA versions and stored in the ossci-linux bucket. Install it from there rather than the deprecated conda package. There are two places where magma is installed today: - install_conda.sh: extract the magma package in the same exact location where conda would install it, using a dedicated install_magma_conda.sh script - install_magma.sh: this script already uses a tarball. Use the new tarball instead of the tarball from the conda package. The format of the new tarball is compatible with the old one, so changes here are minimal:wq Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
f068b7d to
cb46b69
Compare
Magma is built for specific CUDA versions and stored in the ossci-linux bucket. Install it from there rather than the deprecated conda package. There are two places where magma is installed today: - `install_conda.sh`: extract the magma package in the same exact location where conda would install it, using a dedicated `install_magma_conda.sh` script. The new script is included in the relevant Dockerfiles where CUDA+magma is needed - `install_magma.sh`: this script already uses a tarball. Use the new tarball instead of the tarball from the conda package. The format of the new tarball is compatible with the old one, so changes here are minimal:wq Fixes pytorch#140538 Test PR: pytorch#141584 Pull Request resolved: pytorch#140417 Approved by: https://github.com/atalman
This reverts commit 30ab102. Reverted pytorch#140417 on behalf of https://github.com/atalman due to Caused failures in calculate docker image ([comment](pytorch#140417 (comment)))
|
@pytorchmergebot merge -f "All required 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 |
Magma is built for specific CUDA versions and stored in the ossci-linux bucket. Install it from there rather than the deprecated conda package. There are two places where magma is installed today: - `install_conda.sh`: extract the magma package in the same exact location where conda would install it, using a dedicated `install_magma_conda.sh` script. The new script is included in the relevant Dockerfiles where CUDA+magma is needed - `install_magma.sh`: this script already uses a tarball. Use the new tarball instead of the tarball from the conda package. The format of the new tarball is compatible with the old one, so changes here are minimal:wq Fixes pytorch#140538 Test PR: pytorch#141584 Pull Request resolved: pytorch#140417 Approved by: https://github.com/atalman
…ll (#147476) Related to: #138506 we migrated magma-cuda build from anaconda to aws Last version of magma-cuda published was 12.6 https://anaconda.org/pytorch/magma-cuda126 Here is the PR that moved from anaconda to tarball: #140417 Pull Request resolved: #147476 Approved by: https://github.com/albanD
Magma is built for specific CUDA versions and stored in the ossci-linux bucket. Install it from there rather than the deprecated conda package.
There are two places where magma is installed today:
install_conda.sh: extract the magma package in the same exact location where conda would install it, using a dedicatedinstall_magma_conda.shscript. The new script is included in the relevant Dockerfiles where CUDA+magma is neededinstall_magma.sh: this script already uses a tarball. Use the new tarball instead of the tarball from the conda package. The format of the new tarball is compatible with the old one, so changes here are minimal:wqFixes #140538
Test PR: #141584