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 cd7a668 commit ba3e20bCopy full SHA for ba3e20b
conda/build_pytorch.sh
@@ -282,7 +282,7 @@ else
282
if [[ "$OSTYPE" != "msys" ]]; then
283
# TODO: Remove me when Triton has a proper release channel
284
TRITON_VERSION=$(cat $pytorch_rootdir/.ci/docker/triton_version.txt)
285
- if [[ -n "$OVERRIDE_PACKAGE_VERSION" && "$OVERRIDE_PACKAGE_VERSION" =~ .*dev.* ]]; then
+ if [[ -n "$OVERRIDE_PACKAGE_VERSION" ]]; then
286
TRITON_SHORTHASH=$(cut -c1-10 $pytorch_rootdir/.github/ci_commit_pins/triton.txt)
287
export CONDA_TRITON_CONSTRAINT=" - torchtriton==${TRITON_VERSION}+${TRITON_SHORTHASH} # [py < 312]"
288
else
0 commit comments