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 9451043 commit bf8aea5Copy full SHA for bf8aea5
.github/workflows/test-linux-gpu.yml
@@ -21,11 +21,11 @@ jobs:
21
fail-fast: false
22
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
23
with:
24
- runner: linux.4xlarge.nvidia.gpu
+ runner: linux.8xlarge.nvidia.gpu
25
repository: pytorch/vision
26
gpu-arch-type: cuda
27
gpu-arch-version: ${{ matrix.cuda_arch_version }}
28
- timeout: 60
+ timeout: 120
29
script: |
30
# Mark Build Directory Safe
31
git config --global --add safe.directory /__w/vision/vision
0 commit comments