Skip to content

Commit 238e1a8

Browse files
committed
Add ROCm 7 image builds
1 parent f3772fa commit 238e1a8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/backend.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,19 @@ jobs:
655655
dockerfile: "./backend/Dockerfile.llama-cpp"
656656
context: "./"
657657
ubuntu-version: '2204'
658+
- build-type: 'hipblas'
659+
rocm-major-version: "7"
660+
rocm-minor-version: "1.1"
661+
platforms: 'linux/amd64'
662+
tag-latest: 'auto'
663+
tag-suffix: '-gpu-amd-rocm-7-llama-cpp'
664+
runs-on: 'ubuntu-latest'
665+
base-image: "ubuntu:22.04"
666+
skip-drivers: 'false'
667+
backend: "llama-cpp"
668+
dockerfile: "./backend/Dockerfile.llama-cpp"
669+
context: "./"
670+
ubuntu-version: '2204'
658671
- build-type: 'hipblas'
659672
cuda-major-version: ""
660673
cuda-minor-version: ""

.github/workflows/image.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ jobs:
4747
makeflags: "--jobs=3 --output-sync=target"
4848
aio: "-aio-gpu-amd-rocm-6"
4949
ubuntu-version: '2204'
50+
- build-type: 'hipblas'
51+
rocm-major-version: "7"
52+
rocm-minor-version: "1.1"
53+
platforms: 'linux/amd64'
54+
tag-latest: 'auto'
55+
tag-suffix: '-gpu-amd-rocm-7'
56+
base-image: "ubuntu:22.04"
57+
runs-on: 'ubuntu-latest'
58+
makeflags: "--jobs=3 --output-sync=target"
59+
aio: "-aio-gpu-amd-rocm-7"
60+
ubuntu-version: '2204'
5061

5162
core-image-build:
5263
uses: ./.github/workflows/image_build.yml

0 commit comments

Comments
 (0)