Replies: 2 comments
-
Accuracy comparable? I'm running whisper, but model not loading on android 10 galaxy s9 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi guys! Maybe now we can try to apply the bitnet quantization for whisper.cpp? |
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.
-
There's another Android port using TensorFlow Lite by @nyadla-sys (openai/whisper#506), which runs about twice as fast as whisper.cpp on my device using the tiny model while still using the CPU. My thoughts are the speed difference might be due to:
Using TensorFlow lite or working with the models directly is currently beyond me, so I thought I'd just open the discussion for tracking purposes.
Beta Was this translation helpful? Give feedback.
All reactions