We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c250 commit 475100bCopy full SHA for 475100b
manywheel/build_cuda.sh
@@ -255,6 +255,12 @@ else
255
exit 1
256
fi
257
258
+# TODO: Remove me when Triton has a proper release channel
259
+if [[ $(uname) == "Linux" && -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
260
+ TRITON_SHORTHASH=$(cut -c1-10 $PYTORCH_ROOT/.github/ci_commit_pins/triton.txt)
261
+ export PYTORCH_EXTRA_INSTALL_REQUIREMENTS="torchtriton==2.0.0+${TRITON_SHORTHASH}"
262
+fi
263
+
264
# builder/test.sh requires DESIRED_CUDA to know what tests to exclude
265
export DESIRED_CUDA="$cuda_version_nodot"
266
0 commit comments