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

Consider switching to whisper.cpp #10

Open
djmaze opened this issue Feb 6, 2023 · 5 comments
Open

Consider switching to whisper.cpp #10

djmaze opened this issue Feb 6, 2023 · 5 comments
Labels
wontfix This will not be worked on

Comments

@djmaze
Copy link

djmaze commented Feb 6, 2023

Whisper.cpp is a high-performance alternative to the original implementation. There is also an Android example included. Might make sense to switch to it?

@MichaelMcCulloch
Copy link
Owner

Amazed I didnt see this before. Thank you.

@djmaze
Copy link
Author

djmaze commented Feb 6, 2023

Mhh.. Does whisper.cpp really deprecate this? AFAICS there is no voice keyboard application using whisper.cpp yet, and this would be really nice to have.

@MichaelMcCulloch
Copy link
Owner

Hey that's a good point. Sorry, that was a knee-jerk reaction. I've only just cloned whisper.cpp and I'm looking into integrating it.

@MichaelMcCulloch
Copy link
Owner

The tiny and base models cant understand my friend say 'Burt Reynolds'. The medium comes close, but it takes a minute and a half, instead of seconds. I would want to use the medium or, ideally large models on the GPU. But the repo intentionally doesn't support GPU, however there's an entry point mentioned in the FAQ.

@MichaelMcCulloch
Copy link
Owner

Given that whisper.cpp intentionally does not support GPU and was built for CPU with a 'bespoke' 'tensorflow' implementation, it would require more effort on my part to get it working with the GPU, than to modify the existing model to work with the GPU or NNAPI.

Unless someone with expertise in android GPU or NNAPI hardware would be willing to pair on this solution path, I'm going to mark this as wontfix

@MichaelMcCulloch MichaelMcCulloch added the wontfix This will not be worked on label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants