We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
8a7be58 introduces a dependency on execinfo.h, which is not available (or rather, removed) on Alpine Linux. This causes ggml and llama.cpp builds on Alpine to fail, as can be seen here: https://github.com/EZForever/llama.cpp-static/actions/runs/10128910987/job/28008339939
execinfo.h
The text was updated successfully, but these errors were encountered:
Feel free to open a PR to disable this functionality on Alpine.
Sorry, something went wrong.
Fixed in llama.cpp by ggerganov/llama.cpp#8783.
No branches or pull requests
8a7be58 introduces a dependency on
execinfo.h
, which is not available (or rather, removed) on Alpine Linux. This causes ggml and llama.cpp builds on Alpine to fail, as can be seen here: https://github.com/EZForever/llama.cpp-static/actions/runs/10128910987/job/28008339939The text was updated successfully, but these errors were encountered: