We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88457a1 commit ca378c1Copy full SHA for ca378c1
1 file changed
conda/build_pytorch.sh
@@ -276,7 +276,7 @@ else
276
if [[ "$OSTYPE" != "msys" ]]; then
277
# TODO: Remove me when Triton has a proper release channel
278
TRITON_SHORTHASH=$(cut -c1-10 $pytorch_rootdir/.github/ci_commit_pins/triton.txt)
279
- export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH}"
+ export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH} # [py < 312]"
280
fi
281
282
build_string_suffix="cuda${CUDA_VERSION}_cudnn${CUDNN_VERSION}_${build_string_suffix}"
0 commit comments