tazz4843 / whisper-rs

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

Documentation for 0.10.0 on docs.rs is broken #120

Closed ClementTsang closed 2 months ago

ClementTsang commented 3 months ago

Was trying to use this and look up the documentation on docs.rs, and noticed that it's broken with an error:

image

Looking at the build logs points to something being broken with simd? I can submit a PR to try and fix it if that's of interest.

ClementTsang commented 3 months ago

Ah, I just actually saw https://github.com/tazz4843/whisper-rs/commit/249b7321c99e2578c47364c9982ff5b0e57f3605 - that might end up fixing it by proxy. Feel free to close.

tazz4843 commented 3 months ago

Will publish 0.11 to fix this hopefully now that the SIMD fns are removed.

elpiel commented 3 months ago

Awesome! Would be great to have the docs.rs

tazz4843 commented 2 months ago

0.11 published, did a oopsie while removing SIMD and republished 0.11.1 which fixes this.