tazz4843/whisper-rs

whisper-rs-sys is likely compiled without AVX support

Closed this issue · 4 comments

The fix is proposed here: ggerganov/whisper.cpp#1174

Given how long it's been since an upstream release I'm probably just going to end up picking the latest git master and making a new release.

Strangely enough, I looked more closely into this, and even though whisper.cpp itself was compiled without AVX, I can't reproduce it with whisper-rs. Would it make some sense to add AVX detection into the tests (with an informative error message that "if your hardware doesn't support AVX, disable the test"?)

whisper-rs currently doesn't have any tests for much functionality since bundling a model with every test is somewhat painful for what's just a thin wrapper. If you wanted to add some though, by all means feel free to do so.

See #85