ggerganov / ggml

Tensor library for machine learning
MIT License
11.26k stars 1.05k forks source link

Build fails on Alpine Linux #903

Closed EZForever closed 3 months ago

EZForever commented 3 months ago

https://github.com/ggerganov/ggml/commit/8a7be58d9f6c79c79025a3e396a14b8dc9669a5f 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

slaren commented 3 months ago

Feel free to open a PR to disable this functionality on Alpine.

EZForever commented 3 months ago

Fixed in llama.cpp by ggerganov/llama.cpp#8783.