tazz4843/whisper-rs

Update whisper.cpp

Opened this issue · 2 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.