-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support M1/2 - With GPU / Neural Engine acceleration #21
Comments
Hi @100tomer, Currently, whisper kernel does not support the GPU acceleration library for Apple, which is far beyond my capabilities. As an alternative solution, I will release a light-weight version(#19) that will achieve satisfactory results by compressed audio and through OpenAI API integration. |
Thanks, sounds great |
it is actually not faster with GPU. there is a cpp version of Whisper which is also on GitHub. The author tested the GPU vs CPU and found it is close in terms of performence . his guess was the bandwidth is the limitation. |
Oh that's the ram bandwidth? Or the SSD bandwidth? Also does it use GPU only or the Neural Engine too? |
I don't know if it's even possible, but it would be cool and efficient to have it run on M1/2 with GPU or Neural Engine
The text was updated successfully, but these errors were encountered: