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.
2 parents 314f9e7 + c4ef2fa commit 6f687f5Copy full SHA for 6f687f5
.github/workflows/tests.yml
@@ -82,11 +82,12 @@ jobs:
82
- "3.12"
83
runner: ["windows.4xlarge"]
84
gpu-arch-type: ["cpu"]
85
- include:
86
- - python-version: "3.9"
87
- runner: windows.g5.4xlarge.nvidia.gpu
88
- gpu-arch-type: cuda
89
- 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
90
+ # gpu-arch-version: "11.8"
91
fail-fast: false
92
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
93
permissions:
0 commit comments