diff --git a/.github/workflows/GPU.yml b/.github/workflows/GPU.yml index b7a3c5a..9a0cc3d 100644 --- a/.github/workflows/GPU.yml +++ b/.github/workflows/GPU.yml @@ -19,7 +19,7 @@ concurrency: jobs: gpu-tests: name: "GPU Tests" - runs-on: [self-hosted, gpu-v100] + runs-on: [self-hosted, gpu-t4] timeout-minutes: 180 steps: - uses: actions/checkout@v6