ggerganov / ggml

Tensor library for machine learning
MIT License
11.17k stars 1.03k forks source link

ggml-cpu.h is missing from public headers #1008

Closed colintoal closed 4 hours ago

colintoal commented 4 hours ago

Trying to use llama.cpp as a dependency in my project, and ggml-cpu.h is not included in the public headers in ggml/CMakelists.txt. This may be intentional, but I am not at all sure why.

slaren commented 4 hours ago

Should be fixed in the next sync after https://github.com/ggerganov/llama.cpp/pull/10204 is merged.