Skip to content

Commit 6d4caac

Browse files
committed
Rename torchtriton to pytorch-triton
Companion change for pytorch/pytorch#91539
1 parent 75e65df commit 6d4caac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manywheel/build_cuda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fi
258258
# TODO: Remove me when Triton has a proper release channel
259259
if [[ $(uname) == "Linux" && -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
260260
TRITON_SHORTHASH=$(cut -c1-10 $PYTORCH_ROOT/.github/ci_commit_pins/triton.txt)
261-
export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="torchtriton==2.0.0+${TRITON_SHORTHASH}"
261+
export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="pytorch-triton==2.0.0+${TRITON_SHORTHASH}"
262262
fi
263263

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

0 commit comments

Comments
 (0)