Files
amd-strix-halo-toolboxes/toolboxes
Trevor Starick 95aaf23a47 fix: remove trailing backslash (#60)
* feat: add REPO/BRANCH build args for llama.cpp

- Introduce ARG REPO and ARG BRANCH to replace the hardcoded git clone with: `git clone -b ${BRANCH} --single-branch --recursive ${REPO}` . This allows overriding the llama.cpp repository and branch at build time via `--build-arg`.

- Update `docs/building.md` to recommend using `--build-arg` instead of updating the file

* fix: remove trailing backslash
2026-02-17 21:41:55 +00:00
..