How do I use my GPU instead of CPU for Whisper on an M2 Mac? #2504
Closed
mdjamilkashemporosh
started this conversation in
General
Replies: 1 comment
-
Try Some people use this derivative project, which is ported to Apple silicon ...or the Hugging Face implementation More information on the MPS backend |
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
-
I am working with Whisper for speech-to-text transcription on an M2 Mac, and I'd like to utilize the GPU for faster processing instead of relying solely on the CPU. I'm aware that the M2 chip supports GPU acceleration through the Metal API, but I'm unsure how to configure whisper to leverage the GPU.
Beta Was this translation helpful? Give feedback.
All reactions