-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Diarization process in Whisperx does not utilize GPU #542
Comments
See here: #499 |
yeah, I've checked that before making an issue, thank you for pointing this out. Maybe I didn't get the idea, but the author is talking there about 3.0.0 version that doesn't work on the GPU. But the problem is still exists. |
Hi, thanks for bringing this up. I'm having the same issue. Was hoping the update would resolve, but still stuck using the CPU. |
Assuming cuda and cudnn installed in PC. Before installing whisperx, install pytorch for your cuda version installed in your pc. Then install whisperX post install, confirm cuda by running below code.
|
I thought about it too, as an example I've built with cuda official example applications (deviceQuery), I was able to build and run it. |
I have updated the package to the latest version with the merged 3.0.1 version of pyannite audio.
However, I am still experiencing slow diarization processing times.
After checking the Task Manager, I noticed that only 1-2% of GPU usage is observed (I am using a 4080 GPU).
In the same time transcription process takes almost 98% so I'm sure that the setup is correct.
Do you have any ideas on how to resolve this issue?
The text was updated successfully, but these errors were encountered: