Create manylinux 2.28 cuda 12.6 image#139909
Closed
afrittoli wants to merge 1 commit intopytorch:mainfrom
Closed
Conversation
Add a version of the manylinux 2.28 image with cuda 12.6. Once this is done, cuda 12.6 can be enable for the new magma non-conda distribution provided by pytorch#139888 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139909
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 23ae73f with merge base 6ed237e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Contributor
|
@pytorchmergebot merge |
|
This PR needs to be approved by an authorized maintainer before merge. |
atalman
approved these changes
Nov 7, 2024
Contributor
|
@pytorchmergebot merge |
Collaborator
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
frances720
pushed a commit
to Promptless/pytorch-test
that referenced
this pull request
Nov 8, 2024
Add a version of the manylinux 2.28 image with cuda 12.6. Once this is done, cuda 12.6 can be enable for the new magma non-conda distribution provided by pytorch#139888 Partially-fixes pytorch#139397 Pull Request resolved: pytorch#139909 Approved by: https://github.com/atalman
afrittoli
added a commit
to afrittoli/pytorch
that referenced
this pull request
Nov 9, 2024
Now that manylinux 2.28 is available with cuda 1.26 pytorch#139909 we can build the magma tarball for cuda 1.26. Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
pytorchmergebot
pushed a commit
that referenced
this pull request
Nov 12, 2024
Now that manylinux 2.28 is available with cuda 1.26 #139909 we can build the magma tarball for cuda 1.26. Fixes #139397 Pull Request resolved: #140143 Approved by: https://github.com/atalman
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this pull request
Dec 5, 2024
Add a version of the manylinux 2.28 image with cuda 12.6. Once this is done, cuda 12.6 can be enable for the new magma non-conda distribution provided by pytorch#139888 Partially-fixes pytorch#139397 Pull Request resolved: pytorch#139909 Approved by: https://github.com/atalman
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this pull request
Dec 5, 2024
Now that manylinux 2.28 is available with cuda 1.26 pytorch#139909 we can build the magma tarball for cuda 1.26. Fixes pytorch#139397 Pull Request resolved: pytorch#140143 Approved by: https://github.com/atalman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a version of the manylinux 2.28 image with cuda 12.6.
Once this is done, cuda 12.6 can be enable for the new magma non-conda distribution provided by #139888
Partially-fixes #139397