|
|
|
|
|
by coder543
951 days ago
|
|
v3 only comes in one flavor: large. I don’t think you’re going to have a good time running the large model on a Pi of any kind. The large models are 32x slower than the tiny models, roughly.[0] I just tested, and whisper.cpp on my Pi 4 can transcribe the 30-second a13.wav sample (“make samples” to fetch it) in 18.5 seconds. You can do the math… 32x = 10 minutes transcribe 30 seconds of audio with the large model. Not a good time for most people. The Pi 5 could be 2x to 3x faster. [0]: https://github.com/openai/whisper/blob/main/README.md#availa... |
|