-
Notifications
You must be signed in to change notification settings - Fork 772
{ai}[foss/2024a] PyTorch v2.6.0 w/ CUDA 12.6.0 #23433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
{ai}[foss/2024a] PyTorch v2.6.0 w/ CUDA 12.6.0 #23433
Conversation
Updated software
|
|
WIP based on #22824 with cuda bits added. No tests were run so this should be treated only as a baseline. I need it to proceed with building some other tools ... |
|
I'm working on the CUDA version which isn't as easy as this PR because e.g. Triton is required. I'm using PyTorch 2.7 currently for my tests to avoid conflicting requirements. |
Are you saying a PyTorch 2.6 with CUDA using |
Not fully sure. 2.6 and 2.7 require different Triton versions so I'm working on the latter. Can't remember anymore if it really was incompatible but wanted to focus my efforts on one version anyway. |
That means we'll end up with a situation where we have PyTorch 2.6 CPU-only and PyTorch 2.7 w/ CUDA? Focusing on PyTorch 2.7 makes more sense of course, but then we should also have that CPU-only... |
Maybe. I asked before if we should have a module titled "[software] with strong GPU acceleration" that has no GPU support and just install the CUDA version only. |
|
it's missing the info depends on: |
(created using
eb --new-pr)