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
I'm developing a feature that requires Whisper to be fairly responsive. It would be nice if I could use my GPU instead of CPU, but as far as I can tell this feature isn't implemented for anything but Windows. Are there any plans to change this?
The text was updated successfully, but these errors were encountered:
Indeed, the runtimes are currently only built for Windows with Cublas / OpenBlas
Also, CoreML is used for Apple devices, but currently there is no whisper.net runtime on linux.
However, if someone builds it from the original whisper.cpp, it should work with the whisper.net which is just a wrapper around that.
Indeed, the preferred solution would be to have the runtime for linux as well, but unfortunately, I didn't have time for it yet.
I'm developing a feature that requires Whisper to be fairly responsive. It would be nice if I could use my GPU instead of CPU, but as far as I can tell this feature isn't implemented for anything but Windows. Are there any plans to change this?
The text was updated successfully, but these errors were encountered: