-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Bug: llama.cpp binaries are compiled dynamically and the library is missing! #8161
Comments
Confirmed. #8006 breaks the github release builds. |
bug still present. |
Fixed in #8170 |
I still get an error after building. I checked 10 minutes ago. |
@slaren It seems that the problem remains in MacOS (at least). I'm not able to build the dynamic link libraries. |
The macOS releases are no longer built with dynamic libraries. If you are experiencing a different problem, please open a new issue and explain it in detail. |
I'm having the libllama.so missing while trying to build and run the llama-server-vulkan.Dockerfile image on Linux. |
I can confirm this. I am getting the same error. |
I also have the same problem on linux system with 76614f3 :/ Commands used:
Result:
|
What happened?
$ ./build/bin/llama-quantize -h
./build/bin/llama-quantize: error while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory
Name and Version
latest
What operating system are you seeing the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: