llama-cli reports a commit hash that is not in llama.cpp. It belongs to whatever repository you unpacked the source inside.
This story is from 2026-09-05. It is preserved in the archive; the latest stories are on the live feed.
TL;DR : cmake/build-info.cmake runs git rev-parse --short HEAD with WORKING_DIRECTORY set to the source directory and accepts the result if the command succeeded. Git searches upward , so a release tarball unpacked anywhere inside an unrelated git work tree gets that repository's HEAD stamped into…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-05 03:10 · DEV Community — AI
llama-cli reports a commit hash that is not in llama.cpp. It belongs to whatever repository you unpacked the source inside.