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 fb85e9c commit 818144bCopy full SHA for 818144b
.github/workflows/tests.yml
@@ -134,6 +134,11 @@ jobs:
134
- cuda_version: "12.8.1"
135
torch_version: "2.7.0"
136
pypi_index: "https://download.pytorch.org/whl/cu128"
137
+ exclude:
138
+ # Our current T4 Windows runner has a driver too old (471.11)
139
+ # and cannot support CUDA 12+. Skip for now.
140
+ - os: windows-2025
141
+ cuda_version: "12.8.1"
142
runs-on:
143
labels: ${{ contains(matrix.os, 'windows') && 'CUDA-Windows-x64' || 'CUDA-Linux-x64' }}
144
env:
0 commit comments