-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
Is it presently possible to dynamically link against a system-installed instance of ggml? I think there isn't because the cmake option isn't set anywhere, but wanted to make sure I'm not missing something.
Context: I'm hoping to build something that uses both this library and whisper-rs. This isn't possible when both libraries statically link ggml, because the symbols conflict. I'm hoping it'll be possible with dynamic linking, and am separately experimenting with adding system ggml support in whisper-rs.
Metadata
Metadata
Assignees
Labels
No labels