tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
607 stars 105 forks source link

Update whisper.cpp #149

Open thewh1teagle opened 1 month ago

thewh1teagle commented 1 month ago

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.

arizhih commented 1 month ago

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

thewh1teagle commented 1 month ago

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.