-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whisper-rs-sys is likely compiled without AVX support #78
Comments
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 |
The fix is proposed here: ggerganov/whisper.cpp#1174
The text was updated successfully, but these errors were encountered: