Skip to content

Can I use multi GPU? #283

Answered by Purfview
crummenauerca asked this question in Q&A
Jul 17, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Can I use multi GPU to transcribe a single audio file?

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@crummenauerca
Comment options

@Purfview
Comment options

Answer selected by Purfview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants