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 e1cad3f commit 6054c99Copy full SHA for 6054c99
.github/workflows/build-tutorials.yml
@@ -21,6 +21,7 @@ jobs:
21
- { shard: 3, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" }
22
- { shard: 4, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" }
23
- { shard: 5, num_shards: 5, runner: "linux.4xlarge.nvidia.gpu" }
24
+ fail-fast: false
25
runs-on: ${{ matrix.runner }}
26
env:
27
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda12.1-cudnn8-py3-gcc9"
0 commit comments