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 cd257e9 commit 22d7be5Copy full SHA for 22d7be5
conda/build_pytorch.sh
@@ -275,8 +275,9 @@ else
275
fi
276
if [[ "$OSTYPE" != "msys" ]]; then
277
# TODO: Remove me when Triton has a proper release channel
278
+ TRITON_VERSION=$(cat $pytorch_rootdir/.ci/docker/triton_version.txt)
279
TRITON_SHORTHASH=$(cut -c1-10 $pytorch_rootdir/.github/ci_commit_pins/triton.txt)
- export CONDA_TRITON_CONSTRAINT=" - torchtriton==2.1.0+${TRITON_SHORTHASH} # [py < 312]"
280
+ export CONDA_TRITON_CONSTRAINT=" - torchtriton==${TRITON_VERSION}+${TRITON_SHORTHASH} # [py < 312]"
281
282
283
build_string_suffix="cuda${CUDA_VERSION}_cudnn${CUDNN_VERSION}_${build_string_suffix}"
0 commit comments