glibc 2.29 is not found on linux 8 #1846
Unanswered
mohsayed99
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Linux RHEL 8, while using lama_cpp_python to run llama model, I got the following error
OSError: /lib64/libm.so.6: version GLIBC_2.29' not found (required by /d01/miniconda3/envs/textgen/lib/python3.11/site-packages/llama_cpp/lib/libllama.so)
glibc_2.28 is the latest for Linux 8, and cannot be upgraded.
I decided to use lower version of lama_cpp that requires lower glibc, but don't know which version should I use
Beta Was this translation helpful? Give feedback.
All reactions