Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would Whisper require M1 GPU support? #2

Open
scottleibrand opened this issue Dec 20, 2022 · 2 comments
Open

Would Whisper require M1 GPU support? #2

scottleibrand opened this issue Dec 20, 2022 · 2 comments

Comments

@scottleibrand
Copy link

To use Whisper for an app like this, I think we’d first want it to add M1 GPU support, as running even the tiny model on CPU is barely above 1x speed for transcription.

openai/whisper#382 isn’t yet merged, and it’s unclear to me what is required to get it working.

Thoughts?

@scottleibrand
Copy link
Author

scottleibrand commented Dec 20, 2022

Maybe not, in light of #1 ?

@pavanagrawal123
Copy link

@scottleibrand, Yeah, I believe with the smaller models the whisper.cpp implementation is good at running at real-time speed. I ran it on CPU only and got pretty good performance, I believe this is very doable without GPU support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants