]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tests : replace personal home directory paths with generic placeholders (#27043)
authorJim Wu <redacted>
Fri, 14 Aug 2026 08:32:59 +0000 (01:32 -0700)
committerGitHub <redacted>
Fri, 14 Aug 2026 08:32:59 +0000 (10:32 +0200)
commit885c5bbe8e04dc78db25beb911a2715312ad7b54
tree235be70d439f0e3137a79ec62ea72ad5793205e3
parent65091386227039bfb81ee3426537656e3b4a3f83
tests : replace personal home directory paths with generic placeholders (#27043)

Scrub developer-specific /home/<user>/ 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/... (input and
  expected string kept identical so the parser test still passes)

Co-authored-by: Jim Wu <redacted>
examples/test-cmake/README.md
tests/test-chat.cpp