We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd84da commit 7778af8Copy full SHA for 7778af8
.github/workflows/tests.yml
@@ -81,11 +81,12 @@ jobs:
81
- "3.12"
82
runner: ["windows.4xlarge"]
83
gpu-arch-type: ["cpu"]
84
- include:
85
- - python-version: "3.9"
86
- runner: windows.g5.4xlarge.nvidia.gpu
87
- gpu-arch-type: cuda
88
- gpu-arch-version: "11.8"
+ # TODO: put GPU testing back
+ # include:
+ # - python-version: "3.9"
+ # runner: windows.g5.4xlarge.nvidia.gpu
+ # gpu-arch-type: cuda
89
+ # gpu-arch-version: "11.8"
90
fail-fast: false
91
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
92
permissions:
0 commit comments