Can I use multi GPU? #283
Answered
by
Purfview
crummenauerca
asked this question in
Q&A
-
Can I use multi GPU to transcribe a single audio file? Something like this: |
Beta Was this translation helpful? Give feedback.
Answered by
Purfview
Jul 17, 2024
Replies: 1 comment 2 replies
-
Single you can't.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Purfview
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Single you can't.
But you can try running 4 files or different folders at once like that:
./whisper-faster audio_1.mp3 --device cuda:0
./whisper-faster audio_2.mp3 --device cuda:1
./whisper-faster audio_3.mp3 --device cuda:2
./whisper-faster audio_4.mp3 --device cuda:3