We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
torchtriton
pytorch-triton
1 parent 75e65df commit 6d4caacCopy full SHA for 6d4caac
manywheel/build_cuda.sh
@@ -258,7 +258,7 @@ fi
258
# TODO: Remove me when Triton has a proper release channel
259
if [[ $(uname) == "Linux" && -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
260
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}"
+ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="pytorch-triton==2.0.0+${TRITON_SHORTHASH}"
262
fi
263
264
# builder/test.sh requires DESIRED_CUDA to know what tests to exclude
0 commit comments