Commit Graph

5 Commits

Author SHA1 Message Date
Trevor Starick be936d6b59 feat: add REPO/BRANCH build args for llama.cpp (#59)
- 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
2026-02-17 19:29:48 +00:00
Donato Capitella 0d6b2dc731 Addin rocm7-rocwaam toolbox 2025-08-09 19:21:52 +01:00
Donato Capitella 2c90eac378 Add build-and-push workflow 2025-08-06 08:56:58 +01:00
Donato Capitella 6c66edf0b7 Updates to Dockerfile buil docs 2025-08-03 13:56:16 +01:00
Donato Capitella e7e27e6cf3 Benchmark and container updates 2025-08-03 13:05:52 +01:00