-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Support CUDA 12.8, RTX 50xx gpus #10142
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
Comments
I tried to run current version of PyG available via pip (torch-2.5.0+cu124) with CUDA 12.8 and RTX 5080.
Is there a way to compile PyG from source on a device, will it solve an issue? |
Yes, there is a way to build from source. Feel free to refer to https://github.com/pyg-team/pyg-lib#from-master. We will release wheels built with CUDA 12.8 once PyTorch 2.7 is released on 23rd April, 2025. |
Fro |
For Linux, nightly https://github.com/pyg-team/pyg-lib#form-nightly For note, if you encounter an error like this one, you'll need to use a newer Ubuntu version (2104 or later) until we can make them manylinux compatible through pyg-team/pyg-lib#447 or pyg-team/pyg-lib#435.
|
Keeping this issue open until |
Thank you for your attention and efforts on this issue! Currently, when I need to |
🚀 The feature, motivation and pitch
I'm learning and deploying deep learning projects on an RTX5070Ti. The nightly version is currently available for pytorch based on cuda 12.8 (about latest pytorch). Can we use pyg with cuda 12.8 and latest pytorch version In the future?
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: