-
-
Notifications
You must be signed in to change notification settings - Fork 75
bump whisper cpp ver #199
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
base: master
Are you sure you want to change the base?
bump whisper cpp ver #199
Conversation
|
When testing this PR on Ubuntu 24.04 and NVIDIA, I'm getting a symbol lookup error after building the plugin with vulkan acceleration: Somehow it builds on this system, but it seems to be somehow missing linkage to vulkan, unless it's dynamically linked or something? |
Whisper's GGML libs link dynamically to their dependencies. I've been messing around with getting acceleration working on Linux and found that I needed to include the dependencies in the I think to fix this the following might work:
|
…ings and logging" This reverts commit ffd1fc5.
…es and related code
308e68c to
a94a6f9
Compare
No description provided.