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 26, 2022
1 parent 31315f1 commit b907257
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 b907257

Please sign in to comment.