Commit Graph

7 Commits

Author SHA1 Message Date
Donato Capitella ca84f4cbf3 patch: increasing MAX_REPETITION_THRESHOLD to allow complex agentic workflows 2026-03-25 09:23:19 +00:00
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
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 785f27b100 MAKE_HIP_FLAGS to fix performance regression 2026-02-04 17:17:51 +00:00
Donato Capitella 606bc292b9 attempting other ways to apply LLVM patch to rocm7 2026-02-04 16:59:43 +00:00
Donato Capitella 7ffa22d8de fix: Add temporary workaround for ROCm 7 performance regression by setting HIP_LLVM_FLAGS. 2026-02-04 14:50:32 +00:00
Donato Capitella 1807e8cff2 Adding ROCm 7.2 backend 2026-01-23 08:07:40 +00:00