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 7017af2 commit 8b56793Copy full SHA for 8b56793
.github/scripts/utils_triton.bash
@@ -87,7 +87,7 @@ install_triton_pip () {
87
# https://github.com/pytorch/pytorch/commits/main/.ci/docker/ci_commit_pins/triton.txt
88
# https://github.com/pytorch/pytorch/blob/main/.ci/docker/ci_commit_pins/triton.txt
89
# https://github.com/pytorch/pytorch/pull/126098
90
- local triton_version="nightly/3.2.0+git0d4682f0"
+ local triton_version="nightly/3.2.0+git4b3bb1f8"
91
92
# BUILD_VARIANT is provided by the github workflow file
93
if [ "$BUILD_VARIANT" == "cuda" ] || [ "$BUILD_VARIANT" == "genai" ]; then
0 commit comments