From fdab4bd0c50b236f801aa31a683975a354658b10 Mon Sep 17 00:00:00 2001 From: Agnes Leroy Date: Thu, 12 Dec 2024 13:33:22 +0100 Subject: [PATCH] chore(gpu): add vm targets for erc20 benchmarks --- .github/workflows/benchmark_gpu_erc20.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark_gpu_erc20.yml b/.github/workflows/benchmark_gpu_erc20.yml index 3cda9ceb6e..0ded102d33 100644 --- a/.github/workflows/benchmark_gpu_erc20.yml +++ b/.github/workflows/benchmark_gpu_erc20.yml @@ -12,7 +12,9 @@ on: - "l40 (n3-L40x1)" - "single-h100 (n3-H100x1)" - "2-h100 (n3-H100x2)" + - "4-h100 (n3-H100x4)" - "multi-h100 (n3-H100x8)" + - "multi-h100-nvlink (n3-H100x8-NVLink)" jobs: parse-inputs: