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 searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
Currently libggml.so is bundled with llama-cpp, but there are other projects that can use libggml.so, for example whisper.cpp
It would be more logical if libggml.so would be in its own project and llama-cpp, whisper.cpp and other projects would depend on libggml.so rather than they would require llama-cpp to be installed.