From ad37e9cc893b5823130cae145c8589646ad949a3 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Thu, 13 Nov 2025 14:16:20 -0800 Subject: [PATCH] Use b200.8 to run tp 2 and 4 benchmarks Signed-off-by: Huy Do --- .github/scripts/generate_vllm_benchmark_matrix.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/generate_vllm_benchmark_matrix.py b/.github/scripts/generate_vllm_benchmark_matrix.py index b73d4fa..d2ccc09 100755 --- a/.github/scripts/generate_vllm_benchmark_matrix.py +++ b/.github/scripts/generate_vllm_benchmark_matrix.py @@ -29,11 +29,13 @@ "linux.rocm.gpu.gfx942.2", "linux.24xl.gnr", "linux.hpu.gaudi3.8", + "linux.dgx.b200.8", ], 4: [ "linux.aws.h100.4", "linux.rocm.gpu.gfx942.4", "linux.hpu.gaudi3.8", + "linux.dgx.b200.8", ], 8: [ "linux.aws.h100.8",