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
Currently, all RUNPATH properties of the commands are set to /home/runner/work/llama.cpp/llama.cpp/build/bin:. This practice results in error while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory errors in various contexts (such as issues #9416, #11123, and #11267).
First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered:
Name and Version
All Versions.
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
No response
Command line
Problem description & steps to reproduce
Currently, all
RUNPATH
properties of the commands are set to/home/runner/work/llama.cpp/llama.cpp/build/bin:
. This practice results inerror while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory
errors in various contexts (such as issues #9416, #11123, and #11267).First Bad Commit
No response
Relevant log output
The text was updated successfully, but these errors were encountered: