NVIDIA 5060 incompatibility #7721
Replies: 1 comment
-
|
RTX 5060 is Blackwell (compute capability 12.0), and most pre-built wheels for PyTorch and DeepSpeed don't include sm_120 yet. So the GPU exists but the CUDA extensions can't target it. First thing to check: does XTTS actually require DeepSpeed or does it just use it if available? You can usually disable it in the TTS config or by setting If you specifically need full DeepSpeed acceleration, you'd have to build PyTorch from source with Start with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a workflow at n8n ussing OLLAMA & XTTS which uses deepspeed, but it make me an incompatibility with my drivers and more problems with deepspeed & other libraries, should I use this in my PC with python, Im using all the enviroment at Docker.
Beta Was this translation helpful? Give feedback.
All reactions