llama.cpp releases
· Infrastructure
b10428
tests : replace personal home directory paths with generic placeholders (#27043) Scrub developer-specific /home// paths from example docs and test fixtures so they don't leak into the tree. examples/test-cmake/README.md: /home/danbev/... -> /path/to/llama.cpp/... tests/test-chat.cpp: /home/jarvis/... -> /home/user/...