Closed hirowa closed 6 months ago
Hi @hirowa,
WhisperX
known to have so many issues.
But it seems that this issue is related to the 4090 GPU and cuda, did you check this: bug-ubuntu-on-wsl2-rtx4090-related-cufft-runtime-error
Can you please try the WhisperX
package separately and see if it works ?
I've tried multiple fixes without avail :( Nor WhisperX or Subsai run if I install it via CLI Subsai works on Docker (no diarize), but I'm not that code savvy, so I don't know what's happening.
Yes in your case it is better to install the project manually to try different settings. But if Docker works and based on the article I sent you above and I can give some suggestion if you want to try ?
Suggestions are always welcome! Thank you :)
OK. I think the first thing is to try a different version of cuda, to do this:
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
to another version from the docker hub, maybe try 11.8 :
pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime
and then rebuild the docker file as you did before.
And see how if that will solve the issue ?
Hey! I applied this and it worked flawlessly. Thank you very much! Amazing work :)
Hi, I'm getting the following error when trying to run WhisperX Large v3 on the WebUI and a 4090. Trying to run it with speaker labels enabled. I've accepted all the HF permissions. Everything runs fine, until I enable that option.
Installed in Win11 Docker.
Hope someone can help me.