We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899a3ce commit 94b4d76Copy full SHA for 94b4d76
.ci/docker/common/install_triton.sh
@@ -19,7 +19,7 @@ elif [ -n "${TRITON_CPU}" ]; then
19
TRITON_REPO="https://github.com/triton-lang/triton-cpu"
20
TRITON_TEXT_FILE="triton-cpu"
21
else
22
- TRITON_REPO="https://github.com/triton-lang/triton"
+ TRITON_REPO="https://github.com/ROCm/triton"
23
TRITON_TEXT_FILE="triton"
24
fi
25
0 commit comments