Commit Graph

14 Commits

Author SHA1 Message Date
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 353686ac79 moving 6.4.4 toolbox to use official fedora 43 rocm packages that include backported fixes for kernel compatibility 2026-01-24 11:47:35 +00:00
Donato Capitella ea03c773c6 adding procps-ng to the toolbox runtime 2026-01-15 09:43:05 +00:00
Donato Capitella 783998589e neclean up of legacy toolboxes, removal of rocwmma and renamed rocm7-alpha to rocm-7nightlies. Added new benchmarks 2026-01-10 10:31:04 +00:00
Donato Capitella df54882433 remove manual application of RPC performance PR (this is merged into master now) 2025-11-28 14:20:03 +00:00
Donato Capitella 1b5ced1255 make PR-15405 application explicit in logs 2025-11-25 10:02:32 +00:00
Donato Capitella 79a2438861 copy rpc-server binary to runtime container 2025-11-17 08:04:02 +00:00
Donato Capitella 9254f7b9e2 revert styatic library flag 2025-11-16 22:43:14 +00:00
Donato Capitella 7e583193d0 migrated to fedora 43 from rawhide to fix build issues 2025-11-16 10:04:39 +00:00
Donato Capitella 5253e1143b tryign DBUILD_SHARED_LIBS to check if it fixes HIP backend build issues 2025-11-16 09:37:53 +00:00
Donato Capitella bf0d083975 Dropping PR 15405 (llama.cpp RPC experimental improvement) due to compile issue 2025-11-16 08:25:25 +00:00
Donato Capitella 9de07b1d25 Enable RPC builds and merge PR 15405 across Dockerfiles 2025-11-16 07:54:49 +00:00
Donato Capitella 11a0f232e3 updated refresh script and add base rocm-6.4.4 without ROCWMMA 2025-09-27 19:19:30 +01:00