From f2e69413b41369524472ac0bbed0f40b6fcf758e Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Wed, 19 Aug 2026 14:42:06 -0700 Subject: [PATCH] ci: Dedicated Model Runner --- .github/workflows/sunnypilot-build-model.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sunnypilot-build-model.yaml b/.github/workflows/sunnypilot-build-model.yaml index 17981d68e5..ed57725c40 100644 --- a/.github/workflows/sunnypilot-build-model.yaml +++ b/.github/workflows/sunnypilot-build-model.yaml @@ -116,7 +116,7 @@ jobs: path: ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/*.onnx build_model: - runs-on: [self-hosted, tici] + runs-on: [self-hosted, usbgpu] needs: get_model env: MODEL_NAME: ${{ inputs.custom_name || inputs.upstream_branch }} (${{ needs.get_model.outputs.model_date }})