From dac83f2775051eecf75bbef9c00e78f8c433006f Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Fri, 2 Feb 2024 16:34:30 -0800 Subject: [PATCH] udate --- .github/workflows/build-tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tutorials.yml b/.github/workflows/build-tutorials.yml index 809b9ad4bfc..09e06f43183 100644 --- a/.github/workflows/build-tutorials.yml +++ b/.github/workflows/build-tutorials.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: include: - - { shard: 1, num_shards: 15, runner: "linux.16xlarge.nvidia.gpu" } + - { shard: 1, num_shards: 15, runner: "linux.g5.12xlarge.nvidia.gpu" } - { shard: 2, num_shards: 15, runner: "linux.g5.4xlarge.nvidia.gpu" } - { shard: 3, num_shards: 15, runner: "linux.g5.4xlarge.nvidia.gpu" } - { shard: 4, num_shards: 15, runner: "linux.g5.4xlarge.nvidia.gpu" }