File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff 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 : " "
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments