m1guelpf / whisper-cli-rs

A Whisper CLI, built with Rust.
MIT License
97 stars 13 forks source link

GPU support #1

Closed sloganking closed 1 year ago

sloganking commented 1 year ago

I think the model is currently run on a single CPU thread. Which is significantly slower than real time.

m1guelpf commented 1 year ago

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.