From c02421883b2a59e075ec87de8d82f02a944fb5e8 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:07:41 +0200 Subject: [PATCH] Update runner tag for PR slow CI (#30535) fix Co-authored-by: ydshieh --- .github/workflows/self-new-model-pr-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-new-model-pr-caller.yml b/.github/workflows/self-new-model-pr-caller.yml index 888b4f7a8c..44a54ac675 100644 --- a/.github/workflows/self-new-model-pr-caller.yml +++ b/.github/workflows/self-new-model-pr-caller.yml @@ -46,7 +46,7 @@ jobs: matrix: folders: ["${{ needs.check_for_new_model.outputs.new_model }}"] machine_type: [single-gpu, multi-gpu] - runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, daily-ci] + runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, ci] container: image: huggingface/transformers-all-latest-gpu options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/