You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently whisper.cpp provides a way to disable these instructions only at compile time
I would like to enable / disable them conditionally based on what the cpu support - cpp / rust provides easy ways to check if the cpu support them.
Many people experience crashing in apps which uses whisper.cpp just because their cpu doesn't support one of that instructions.
Can we add it to whisper.cpp?
Thanks!