Skip to content
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

Prebuilt cuda wheel has a GLIBC version mismatch on Ubuntu 20.04. #1840

Open
Moon-404 opened this issue Nov 25, 2024 · 0 comments
Open

Prebuilt cuda wheel has a GLIBC version mismatch on Ubuntu 20.04. #1840

Moon-404 opened this issue Nov 25, 2024 · 0 comments

Comments

@Moon-404
Copy link

Moon-404 commented Nov 25, 2024

I use pip to install this wheel successfully: https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.90-cu124/llama_cpp_python-0.2.90-cp312-cp312-linux_x86_64.whl

When running, it says RuntimeError: Failed to load shared library '/usr/local/anaconda3/envs/py312cuda124/lib/python3.12/site-packages/llama_cpp/lib/libllama.so': /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by /usr/local/anaconda3/envs/py312cuda124/lib/python3.12/site-packages/llama_cpp/lib/libllama.so)

After searching, my ubuntu 20.04 only has GLIBC 2.31. Is this wheel built in a higher ubuntu version? Which wheel is built in 20.04?

@Moon-404 Moon-404 changed the title Prebuilt cuda wheel has a GLIBC version mismatch. Prebuilt cuda wheel has a GLIBC version mismatch on Ubuntu 20.04. Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant