From 47bd4296d6b38ab28a86e170d50e46fa5f99b543 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:55:36 +0100 Subject: [PATCH] not to use A100 for `benchmark.yml` (#35974) fix Co-authored-by: ydshieh --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1bbd1c1e94d..bb5281778bf 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,8 @@ jobs: name: Benchmark strategy: matrix: - group: [aws-g5-4xlarge-cache, aws-p4d-24xlarge-plus] + # group: [aws-g5-4xlarge-cache, aws-p4d-24xlarge-plus] (A100 runner is not enabled) + group: [aws-g5-4xlarge-cache] runs-on: group: ${{ matrix.group }} if: |