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 a4080e1 commit fcbec79Copy full SHA for fcbec79
.github/scripts/build-cuda.sh
@@ -20,7 +20,6 @@ else
20
# CUDA 12.8+: Add sm100 and sm120; remove < sm70 to align with PyTorch 2.8+cu128 minimum
21
[[ "${cuda_version}" == 12.8.* || "${cuda_version}" == 12.9.* ]] && build_capability="70;75;80;86;89;90;100;120"
22
23
-
24
# CUDA 13.0+: Remove < sm75 to align with PyTorch 2.9+cu130 minimum
25
[[ "${cuda_version}" == 13.*.* ]] && build_capability="75;80;86;89;90;100;120"
26
fi
0 commit comments