tazz4843/whisper-rs

whisper-rs-sys published to crates.io is out-of-date

Closed this issue · 2 comments

Hi,
I've been trying to use this as a dependency on Windows (MSVC), but it appears that the latest version of the sys crate published to crates.io is out-of-date and doesn't build.
The master branch of this repository contains a fix (6f03b92), which appears to work, but it hasn't been published (latest version in crates.io is older than the commit).

As a workaround it's possible to use this as a git dependency:

[dependencies.whisper-rs]
git = "https://github.com/tazz4843/whisper-rs"

Oh this explains why some users are still running into issues.

Thanks for catching this, I'll do a release ASAP.

Will come with the update to whisper.cpp v1.3.0.