Skip to content

Commit

Permalink
Switch multigpu runner (pytorch#2762)
Browse files Browse the repository at this point in the history
Follows https://github.com/pytorch/pytorch/pull/105759/files

Old commits: 22min
This PR: 15min
  • Loading branch information
clee2000 committed Mar 27, 2024
1 parent 2ad3512 commit 08a61b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 08a61b7

Please sign in to comment.