Replies: 4 comments 1 reply
-
|
Ok, it seems even passing tons of stuff to CPU before GPU doesn't work. CUDA sm_120 is a must. Maybe in the future someone compiles PyTorch for it. |
Beta Was this translation helpful? Give feedback.
-
|
There is already *now Pytorch 2.7.0, which has option for CUDA 12.8 (which is AFAIK required for 50 series RTX GPUs). I've installed these torch packages, but so far I haven't had luck getting all the requirements installed, install fails and then there are dependencies with conflicting requirements. |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm Tortoise working with the RTX5090. Required some additional tweaking (mostly updating other packages), but the main thing is that it's working. Some features can't be used, like cvvp-amount, but the basics is functional. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I created the following dockerfile that drops the conda dependency, and adds support for Cuda 12.8. This is working well with my Nvidia RTX 5070 Ti. Dockerfile: You can build it with: Then run the container like so: Hope this is helpful for others! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I ran Tortoise with RTX4090, upgraded to RTX5090, but I can't get my head around how to get Tortoise to work. I installed PyTorch nightly, no luck. Using CPU works, but really slow as expected. Any hints appriciated.
Beta Was this translation helpful? Give feedback.
All reactions