We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad3512 commit 08a61b7Copy full SHA for 08a61b7
.github/workflows/build-tutorials.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
include:
19
- - { shard: 1, num_shards: 15, runner: "linux.16xlarge.nvidia.gpu" }
+ - { shard: 1, num_shards: 15, runner: "linux.g5.12xlarge.nvidia.gpu" }
20
- { shard: 2, num_shards: 15, runner: "linux.g5.4xlarge.nvidia.gpu" }
21
- { shard: 3, num_shards: 15, runner: "linux.g5.4xlarge.nvidia.gpu" }
22
- { shard: 4, num_shards: 15, runner: "linux.g5.4xlarge.nvidia.gpu" }
0 commit comments