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.