-
Notifications
You must be signed in to change notification settings - Fork 451
Use cuda 12.8 #4409
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?
Use cuda 12.8 #4409
Conversation
Signed-off-by: Ashwin Vaidya <[email protected]>
Signed-off-by: Ashwin Vaidya <[email protected]>
Signed-off-by: Ashwin Vaidya <[email protected]>
Signed-off-by: Ashwin Vaidya <[email protected]>
Signed-off-by: Ashwin Vaidya <[email protected]>
Signed-off-by: Ashwin Vaidya <[email protected]>
@@ -68,6 +67,12 @@ dev = [ | |||
"onnxruntime==1.21.1", | |||
] | |||
|
|||
cuda = ["torch==2.7.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having introduced a new installation target, we need to update install instructions in the docs accordingly
Just tested torch+cu12_8 installation locally: it works for slightly outdated drivers (built for CUDA12.6). It looks like the PR doesn't brake at least CUDA12.x compatibility |
Summary
uv pip install -e .[cuda]
oruv pip install -e .[xpu]
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.