Conversation
Member
Author
|
Hi @ysiraichi , I updated to |
Collaborator
|
Could you add a PR description with more details on what's the problem it's solving? And why this works? |
ManfeiBai
reviewed
Mar 31, 2025
| "nightly": ["11.8", "12.1", "12.6", "12.8"], | ||
| "r2.7": ["11.8", "12.6", "12.8"] # align with PyTorch 2.7 release | ||
| "r2.7": ["11.8", "12.1", "12.6", "12.8"] # PyTorch 2.7 release only needs 11.8, 12.6, 12.8 | ||
| } |
Member
Author
There was a problem hiding this comment.
Our XLML test and torchbench is using the 12.1. Added in the build in case those test needs it.
3aeafe7 to
2925e80
Compare
Member
Author
|
I think I will revert to debian11 for now. Update to debian12 is too risky not to mention the dependency is still failing. |
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.
We are trying to align with PyTorch to support CUDA 11.8, 12.6 and 12.8 for 2.7 release.
However, 12.8 only shows up in debian12: https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/. Originally we use debian11 for docker image the and here is the support list: https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/.
This PR update the docker image to debian12 and the corresponding CUDA library.