mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
The shared grpc-server CMakeLists hardcoded `llama-common`, the post-rename target name in upstream llama.cpp. The turboquant fork branched before that rename and still exposes the helpers library as `common`, so the name silently degraded to a plain `-llama-common` link flag, the PUBLIC include directory was never propagated, and tools/server/server-task.h failed to find common.h during turboquant-<flavor> builds. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| grpc-server.cpp | ||
| Makefile | ||
| package.sh | ||
| prepare.sh | ||
| run.sh | ||