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
Which llama.cpp modules do you know to be affected?
No response
Command line
Problem description & steps to reproduce
I'm trying to install both llama.cpp and whisper.cpp and find that they install different version of ggml files to the same location.
Maybe libggml should be separated out as a standalone project?
For now you can build the two projects with 2 different install paths: -DCMAKE_INSTALL_PREFIX=/usr/local/llama.cpp and -DCMAKE_INSTALL_PREFIX=/usr/local/whisper.cpp so that the binaries do not clash with each other.
The proper solution longer term would be to start versioning ggml and allow the llama.cpp and whisper.cpp projects to use an external build. No ETA for now. See ggerganov/ggml#1066 (reply in thread) for more info.
Name and Version
llama-cpp git commit: 92bc493
whisper-cpp git commit: 7a423f1c008c1d7efdee91e1ce2f8ae22f42f43b
Operating systems
No response
Which llama.cpp modules do you know to be affected?
No response
Command line
Problem description & steps to reproduce
I'm trying to install both llama.cpp and whisper.cpp and find that they install different version of ggml files to the same location.
Maybe libggml should be separated out as a standalone project?
Conflict files are:
/usr/include/ggml*.h
/usr/include/gguf.h
/usr/lib64/libggml*.so
First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered: