Skip to content

Commit 0b3963a

Browse files
authored
Fix missing release for CUDA 12.6 on Windows (#1217)
Fixes #1215
1 parent 037cc1a commit 0b3963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
for torch_version in ['2.6.0']:
5252
# CUDA builds
5353
for python, cuda_short_version in PY_CU:
54-
if cuda_short_version != "124" and "windows" in os:
54+
if cuda_short_version == "118" and "windows" in os:
5555
print("Windows builder no longer compatible with cu<124")
5656
continue
5757
include.append(dict(

0 commit comments

Comments
 (0)