Closed sloganking closed 1 year ago
I think the model is currently run on a single CPU thread. Which is significantly slower than real time.
The underlying whisper.cpp library doesn't provide GPU support. If this changes in the future, I'll add it to the Rust version as well.
I think the model is currently run on a single CPU thread. Which is significantly slower than real time.