Skip to content

Commit

Permalink
use instance with more gpu memory and only run py38 and cu116 on PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Oct 21, 2022
1 parent bf8aea5 commit 83c968c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
tests:
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9", "3.10"]
cuda_arch_version: ["11.6", "11.7"]
python_version: ["3.8"]
cuda_arch_version: ["11.6"]
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: linux.8xlarge.nvidia.gpu
runner: linux.g5.4xlarge.nvidia.gpu
repository: pytorch/vision
gpu-arch-type: cuda
gpu-arch-version: ${{ matrix.cuda_arch_version }}
Expand Down

0 comments on commit 83c968c

Please sign in to comment.