Skip to content

Commit 8b56793

Browse files
committed
[fbgemm_gpu] Upgrade Triton to latest
- Upgrade Triton to latest to follow pytorch/pytorch#145867
1 parent 7017af2 commit 8b56793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/utils_triton.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install_triton_pip () {
8787
# https://github.com/pytorch/pytorch/commits/main/.ci/docker/ci_commit_pins/triton.txt
8888
# https://github.com/pytorch/pytorch/blob/main/.ci/docker/ci_commit_pins/triton.txt
8989
# https://github.com/pytorch/pytorch/pull/126098
90-
local triton_version="nightly/3.2.0+git0d4682f0"
90+
local triton_version="nightly/3.2.0+git4b3bb1f8"
9191

9292
# BUILD_VARIANT is provided by the github workflow file
9393
if [ "$BUILD_VARIANT" == "cuda" ] || [ "$BUILD_VARIANT" == "genai" ]; then

0 commit comments

Comments
 (0)