tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update whisper.cpp

thewh1teagle opened this issue · comments

Can we update whisper-rs to use the latest whisper.cpp version (v1.6.0)?
The new release has some fixes such as loading the model with non utf-8 path.
You can check it out here: whisper.cpp v1.6.0.

Hi, I've updated my previous pr from 1.5.5 to 1.6.0, you can check it here #142

Hi, I've updated my previous pr from 1.5.5 to 1.6.0, you can check it here #142

Thanks! I hope it will be merged soon.

Just a heads-up, it seems like some CI checks failed in your PR. To potentially save time on rechecks, you might want to consider running cargo fmt and cargo clippy locally.