From ca378c16f88781e92a7005c65a3473e3ddca5be3 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:37:57 -0800 Subject: [PATCH] [conda] Do not depend on triton for 3.12 yet --- conda/build_pytorch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/build_pytorch.sh b/conda/build_pytorch.sh index 77789a17b..4c2e4836b 100755 --- a/conda/build_pytorch.sh +++ b/conda/build_pytorch.sh @@ -276,7 +276,7 @@ else if [[ "$OSTYPE" != "msys" ]]; then # TODO: Remove me when Triton has a proper release channel TRITON_SHORTHASH=$(cut -c1-10 $pytorch_rootdir/.github/ci_commit_pins/triton.txt) - export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH}" + export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH} # [py < 312]" fi build_string_suffix="cuda${CUDA_VERSION}_cudnn${CUDNN_VERSION}_${build_string_suffix}"