Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 922b32e

Browse files
authored
[Release-Only] Use triton pypi package for 2.1.0 release (#1533)
* [Release-Only] Use triton pypi package for 2.1.0 release * Clean up for release
1 parent b4ac18a commit 922b32e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

manywheel/build_cuda.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -257,17 +257,6 @@ else
257257
exit 1
258258
fi
259259

260-
# Prepare for 2.1.0 release
261-
if [[ $(uname) == "Linux" ]]; then
262-
TRITON_VERSION=$(cat $PYTORCH_ROOT/.ci/docker/triton_version.txt)
263-
264-
if [[ -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
265-
export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="pytorch-triton==${TRITON_VERSION}"
266-
else
267-
export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="${PYTORCH_EXTRA_INSTALL_REQUIREMENTS} | pytorch-triton==${TRITON_VERSION}"
268-
fi
269-
fi
270-
271260
# builder/test.sh requires DESIRED_CUDA to know what tests to exclude
272261
export DESIRED_CUDA="$cuda_version_nodot"
273262

0 commit comments

Comments
 (0)