Moon-404
Moon-404
### Reminder - [x] I have read the above rules and searched the existing issues. ### System Info - `llamafactory` version: 0.9.2.dev0 - Platform: Linux-5.15.0-127-generic-x86_64-with-glibc2.35 - Python version: 3.10.15 -...
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,...