Skip to content

Commit fcbec79

Browse files
authored
Fix typo
1 parent a4080e1 commit fcbec79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/build-cuda.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ else
2020
# CUDA 12.8+: Add sm100 and sm120; remove < sm70 to align with PyTorch 2.8+cu128 minimum
2121
[[ "${cuda_version}" == 12.8.* || "${cuda_version}" == 12.9.* ]] && build_capability="70;75;80;86;89;90;100;120"
2222

23-
2423
# CUDA 13.0+: Remove < sm75 to align with PyTorch 2.9+cu130 minimum
2524
[[ "${cuda_version}" == 13.*.* ]] && build_capability="75;80;86;89;90;100;120"
2625
fi

0 commit comments

Comments
 (0)