From 937bef9a4d3d93363266063cff7f3a415cfa24d1 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 9 Feb 2026 21:06:05 +0100 Subject: [PATCH] fix: run rocm builds on pokedex (#26062) * fix: run rocm builds on pokedex * fix: --parallel 48 (#26065) --- .github/workflows/docker.yml | 2 +- machine-learning/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e27f1ebdf9..41daebd3a7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -131,7 +131,7 @@ jobs: - device: rocm suffixes: '-rocm' platforms: linux/amd64 - runner-mapping: '{"linux/amd64": "mich"}' + runner-mapping: '{"linux/amd64": "pokedex-giant"}' uses: immich-app/devtools/.github/workflows/multi-runner-build.yml@0477486d82313fba68f7c82c034120a4b8981297 # multi-runner-build-workflow-v2.1.0 permissions: contents: read diff --git a/machine-learning/Dockerfile b/machine-learning/Dockerfile index dfc217c118..9db6fd78dd 100644 --- a/machine-learning/Dockerfile +++ b/machine-learning/Dockerfile @@ -54,7 +54,7 @@ RUN --mount=type=cache,target=/ccache \ --build_wheel \ --update \ --build \ - --parallel 17 \ + --parallel 48 \ --cmake_extra_defines \ ONNXRUNTIME_VERSION="${ONNXRUNTIME_VERSION}" \ CMAKE_HIP_ARCHITECTURES="gfx900;gfx906;gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201" \