Optimizing Multi-GPU Performance for Video Transcription Tasks #2250
Unanswered
CatherineXX
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have two A5500 GPUs for video transcription tasks and have set up two video queues, each corresponding to a GPU. However, while GPU0 performs well, GPU1 is much slower and not performing to its full potential.
I am facing the same issue even when executing directly using two command lines.
Here is an example command:
whisper 0.mp4 --language English --model medium --device cuda:0
whisper 1.mp4 --language English --model medium --device cuda:1
Beta Was this translation helpful? Give feedback.
All reactions