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

Commit 8bcc106

Browse files
committed
And update trition version here as well
1 parent dc46326 commit 8bcc106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manywheel/build_cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ fi
234234
# TODO: Remove me when Triton has a proper release channel
235235
if [[ $(uname) == "Linux" && -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
236236
TRITON_SHORTHASH=$(cut -c1-10 $PYTORCH_ROOT/.github/ci_commit_pins/triton.txt)
237-
export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="pytorch-triton==2.0.0+${TRITON_SHORTHASH}"
237+
export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="pytorch-triton==2.1.0+${TRITON_SHORTHASH}"
238238
fi
239239

240240
# builder/test.sh requires DESIRED_CUDA to know what tests to exclude

0 commit comments

Comments
 (0)