Commit b28f9b34 authored by atalman's avatar atalman Committed by Facebook GitHub Bot
Browse files

Switch CI to CUDA 11.7 from CUDA 11.6 (#3031)

Summary:
Remove cuda 11.6 from CI replace with 11.7
Following the Release readme here: https://github.com/pytorch/pytorch/blob/master/RELEASE.md#release-compatibility-matrix

Pull Request resolved: https://github.com/pytorch/audio/pull/3031

Reviewed By: mthrok

Differential Revision: D42937626

Pulled By: atalman

fbshipit-source-id: 7e01c56ec0eefbef9ad455d013fced9012febe82
parent 01ba0ac8
...@@ -657,7 +657,7 @@ jobs: ...@@ -657,7 +657,7 @@ jobs:
resource_class: gpu.nvidia.medium resource_class: gpu.nvidia.medium
environment: environment:
<<: *environment <<: *environment
CUDA_VERSION: 11.6 CUDA_VERSION: 11.7
image_name: pytorch/torchaudio_unittest_base:manylinux-cuda10.2-cudnn8-20210623 image_name: pytorch/torchaudio_unittest_base:manylinux-cuda10.2-cudnn8-20210623
steps: steps:
- checkout - checkout
...@@ -728,7 +728,7 @@ jobs: ...@@ -728,7 +728,7 @@ jobs:
name: windows-gpu name: windows-gpu
environment: environment:
<<: *environment <<: *environment
CUDA_VERSION: "11.6" CUDA_VERSION: "11.7"
steps: steps:
- checkout - checkout
- designate_upload_channel - designate_upload_channel
......
...@@ -657,7 +657,7 @@ jobs: ...@@ -657,7 +657,7 @@ jobs:
resource_class: gpu.nvidia.medium resource_class: gpu.nvidia.medium
environment: environment:
<<: *environment <<: *environment
CUDA_VERSION: 11.6 CUDA_VERSION: 11.7
image_name: pytorch/torchaudio_unittest_base:manylinux-cuda10.2-cudnn8-20210623 image_name: pytorch/torchaudio_unittest_base:manylinux-cuda10.2-cudnn8-20210623
steps: steps:
- checkout - checkout
...@@ -728,7 +728,7 @@ jobs: ...@@ -728,7 +728,7 @@ jobs:
name: windows-gpu name: windows-gpu
environment: environment:
<<: *environment <<: *environment
CUDA_VERSION: "11.6" CUDA_VERSION: "11.7"
steps: steps:
- checkout - checkout
- designate_upload_channel - designate_upload_channel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment