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 037cc1a commit 0b3963aCopy full SHA for 0b3963a
.github/workflows/wheels.yml
@@ -51,7 +51,7 @@ jobs:
51
for torch_version in ['2.6.0']:
52
# CUDA builds
53
for python, cuda_short_version in PY_CU:
54
- if cuda_short_version != "124" and "windows" in os:
+ if cuda_short_version == "118" and "windows" in os:
55
print("Windows builder no longer compatible with cu<124")
56
continue
57
include.append(dict(
0 commit comments