Skip to content

Commit

Permalink
Update CUDA version on GPU tests (#2040)
Browse files Browse the repository at this point in the history
PyTorch core is dropping support for 11.6.
  • Loading branch information
mthrok committed Feb 2, 2023
1 parent 8a077d8 commit 04a4c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python_version: ["3.8"]
cuda_arch_version: ["11.6"]
cuda_arch_version: ["11.7"]
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
Expand Down

0 comments on commit 04a4c30

Please sign in to comment.