Skip to content
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

GPU mode consumes half of available CPUs #201

Closed
zucher opened this issue Apr 8, 2024 · 1 comment · Fixed by #215
Closed

GPU mode consumes half of available CPUs #201

zucher opened this issue Apr 8, 2024 · 1 comment · Fixed by #215

Comments

@zucher
Copy link

zucher commented Apr 8, 2024

on the version 0.4.1, CPU transcription consume less cpu than GPU +CPU.

with:
docker run -it -p 9090:9090 ghcr.io/collabora/whisperlive-cpu:latest

image

With GPU:
docker run -it --gpus all -p 9090:9090 ghcr.io/collabora/whisperlive-gpu:latest

image

image

The called model was french / small
So I don't understand why ? And with such results why still using GPU ;-)

so seriously seems threads not sleeping correctly during GPU processing.

@zucher zucher changed the title GPU mode consume half of available CPU GPU mode consumes half of available CPUs Apr 8, 2024
@Asma-droid
Copy link

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants