Skip to content

Commit 821cc07

Browse files
author
Svetlana Karslioglu
authored
Increase the number of workers
Changed the number of workers to 10 in attempt to speed up the build.
1 parent 6e0fd0a commit 821cc07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-tutorials.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- { shard: 4, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
2323
- { shard: 5, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
2424
- { shard: 6, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
25+
- { shard: 7, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
26+
- { shard: 8, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
27+
- { shard: 9, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
28+
- { shard: 10, num_shards: 6, runner: "linux.4xlarge.nvidia.gpu" }
2529
fail-fast: false
2630
runs-on: ${{ matrix.runner }}
2731
env:

0 commit comments

Comments
 (0)