Skip to content

Commit 83c968c

Browse files
committed
use instance with more gpu memory and only run py38 and cu116 on PR CI
1 parent bf8aea5 commit 83c968c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-linux-gpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
tests:
1717
strategy:
1818
matrix:
19-
python_version: ["3.7", "3.8", "3.9", "3.10"]
20-
cuda_arch_version: ["11.6", "11.7"]
19+
python_version: ["3.8"]
20+
cuda_arch_version: ["11.6"]
2121
fail-fast: false
2222
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2323
with:
24-
runner: linux.8xlarge.nvidia.gpu
24+
runner: linux.g5.4xlarge.nvidia.gpu
2525
repository: pytorch/vision
2626
gpu-arch-type: cuda
2727
gpu-arch-version: ${{ matrix.cuda_arch_version }}

0 commit comments

Comments
 (0)