Troubles running Rootpainter on a Blackwell Nvidia GPU #172
-
Hey I recently bought a new NVIDIA GeForce RTX 5070, and am trying to run the trainer server locally on Windows. While I can run the trainer server on it, it runs really slowly with a batch size of 3. To get it to run at full speed with a Blackwell GPU, I think I need to run CUDA 12.8 and a Pytorch that supports CUDA 12.8. Is it possible to run rootpainter on an updated python, pytorch and Cuda? This is the following warning I got when starting the trainer in powershell
William |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey William, It should be. If you just install the updated cuda version, the latest pytorch version and then the other dependencies and then start the RootPainter server is should work. Let me know if you run into any deprecated functions or other issues. Also let me know if you need any help with this if you get stuck with it yourself. When you say 'really slow' , what exactly are you referring to? and could you give me some numbers i.e time in seconds or minutes? Although a 5070 is modern, 12GB of VRAM is still not optimal for RootPainter - but it should work OK. Kind regards, |
Beta Was this translation helpful? Give feedback.
Hey William,
It should be. If you just install the updated cuda version, the latest pytorch version and then the other dependencies and then start the RootPainter server is should work. Let me know if you run into any deprecated functions or other issues.
Also let me know if you need any help with this if you get stuck with it yourself.
When you say 'really slow' , what exactly are you referring to? and could you give me some numbers i.e time in seconds or minutes?
Although a 5070 is modern, 12GB of VRAM is still not optimal for RootPainter - but it should work OK.
Kind regards,
Abraham