whisper-rs-sys published to crates.io is out-of-date
jac3km4 opened this issue · 2 comments
jac3km4 commented
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"
tazz4843 commented
Oh this explains why some users are still running into issues.
Thanks for catching this, I'll do a release ASAP.
tazz4843 commented
Will come with the update to whisper.cpp v1.3.0.