Unsure if using GPU or not during transcription #1469
Unanswered
vitthal-bhandari
asked this question in
Q&A
Replies: 1 comment
-
try |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have written a very simple barebones code to transcribe audio segments using whisper. The code can be accessed here.
I am running the code on my jupyter notebook and my laptop has a GPU. (for sharing I have changed it to a colab file)
I am unsure if the underlying whisper model utilizes my GPU or not. Transcribing a 16-minute audio took a couple of minutes and I also see the warning message below -
running the
!nvidia-smi
command gives the below output -If the model is not using my GPU, how can I ensure that it does so?
Beta Was this translation helpful? Give feedback.
All reactions