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

Commit ca378c1

Browse files
authored
[conda] Do not depend on triton for 3.12 yet
1 parent 88457a1 commit ca378c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conda/build_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ else
276276
if [[ "$OSTYPE" != "msys" ]]; then
277277
# TODO: Remove me when Triton has a proper release channel
278278
TRITON_SHORTHASH=$(cut -c1-10 $pytorch_rootdir/.github/ci_commit_pins/triton.txt)
279-
export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH}"
279+
export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH} # [py < 312]"
280280
fi
281281

282282
build_string_suffix="cuda${CUDA_VERSION}_cudnn${CUDNN_VERSION}_${build_string_suffix}"

0 commit comments

Comments
 (0)