Skip to content

Commit 94b4d76

Browse files
Use ROCm/triton for CI docker builds
1 parent 899a3ce commit 94b4d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_triton.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ elif [ -n "${TRITON_CPU}" ]; then
1919
TRITON_REPO="https://github.com/triton-lang/triton-cpu"
2020
TRITON_TEXT_FILE="triton-cpu"
2121
else
22-
TRITON_REPO="https://github.com/triton-lang/triton"
22+
TRITON_REPO="https://github.com/ROCm/triton"
2323
TRITON_TEXT_FILE="triton"
2424
fi
2525

0 commit comments

Comments
 (0)