-
Notifications
You must be signed in to change notification settings - Fork 72
Build custom_rasterizer for torch 2.8.0 cuda12.8 #182
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: main
Are you sure you want to change the base?
Build custom_rasterizer for torch 2.8.0 cuda12.8 #182
Conversation
|
The current setup works well with PyTorch 2.6 + Cuda 12.6 on an RTX 3090. Well done, and thank you. When trying on an RTX 5090, I ran into complications. The PyTorch 2.6 + Cuda 12.6 combination does not seem to work on the 5090 (which requires sm_120 support). When trying to update to PyTorch 2.8 + Cuda 12.8, I hit a dead end (per pull request). Are there plans to update for PyTorch 2.8 + Cuda 12.8 ? |
Disregard, I found a solution:
Thank you @DaniilVdovin ! |
|
I tried @GilHacco's steps, installing CUDA 12.8, and pytorch 2.8.0, but I get the following error when trying to install @DaniilVdovin's .whl:
Does anyone know what to try next, please? |
Are you using Python 3.12 ? Might also try: |
|
@dangerousmrd @GilHacco |
|
Thanks a lot for helping me sense check this, it looks though I didn't check Python version - I was running 3.10. Can confirm wheel working with this environment: ComfyUI Desktop Thanks again! @GilHacco @DaniilVdovin |
|
@DaniilVdovin, thx! could u please re-build the wheel for torch 2.9+cuda 13.0+python 3.13? :) |
@vvhitevvzad Unfortunately, I don't have any hardware that will work correctly on 2.9+cuda, as I understand it, this is a series of 50 cards. |
whl was build and test on:
Win11 x64
Python 3.12.9
CUDA 12.8
PyTorch 2.8.0