Skip to content

Commit 95ceae5

Browse files
binarmanmawong-amd
authored andcommitted
Use main triton branch
Revert: #107 After triton fix landed: triton-lang/triton#4413
1 parent 42b1b9a commit 95ceae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.rocm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ FROM export_cupy_${BUILD_CUPY} AS export_cupy
104104
# -----------------------
105105
# Triton build stages
106106
FROM base AS build_triton
107-
ARG TRITON_BRANCH="6ddb79b"
108-
ARG TRITON_REPO="https://github.com/OpenAI/triton.git"
107+
ARG TRITON_BRANCH="main"
108+
ARG TRITON_REPO="https://github.com/triton-lang/triton.git"
109109
RUN git clone ${TRITON_REPO} \
110110
&& cd triton \
111111
&& git checkout ${TRITON_BRANCH} \

0 commit comments

Comments
 (0)