8000
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 3e45949 commit e91f3c6Copy full SHA for e91f3c6
.circleci/scripts/binary_populate_env.sh
@@ -75,8 +75,8 @@ TRITON_VERSION=$(cat $PYTORCH_ROOT/.ci/docker/triton_version.txt)
75
# Here PYTORCH_EXTRA_INSTALL_REQUIREMENTS is already set for the all the wheel builds hence append TRITON_CONSTRAINT
76
TRITON_CONSTRAINT="platform_system == 'Linux' and platform_machine == 'x86_64'"
77
78
-# CUDA 12.9 builds have triton for Linux and Linux aarch64 binaries.
79
-if [[ "$DESIRED_CUDA" == "cu129" ]]; then
+# CUDA 12.9/13.0 builds have triton for Linux and Linux aarch64 binaries.
+if [[ "$DESIRED_CUDA" == "cu129" ]] || [[ "$DESIRED_CUDA" == "cu130" ]]; then
80
TRITON_CONSTRAINT="platform_system == 'Linux'"
81
fi
82
0 commit comments