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 42b1b9a commit 95ceae5Copy full SHA for 95ceae5
Dockerfile.rocm
@@ -104,8 +104,8 @@ FROM export_cupy_${BUILD_CUPY} AS export_cupy
104
# -----------------------
105
# Triton build stages
106
FROM base AS build_triton
107
-ARG TRITON_BRANCH="6ddb79b"
108
-ARG TRITON_REPO="https://github.com/OpenAI/triton.git"
+ARG TRITON_BRANCH="main"
+ARG TRITON_REPO="https://github.com/triton-lang/triton.git"
109
RUN git clone ${TRITON_REPO} \
110
&& cd triton \
111
&& git checkout ${TRITON_BRANCH} \
0 commit comments