Skip to content

Commit

Permalink
Use main triton branch
Browse files Browse the repository at this point in the history
Revert: #107
After triton fix landed: triton-lang/triton#4413
  • Loading branch information
binarman committed Aug 1, 2024
1 parent a6414b8 commit 9f273d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ FROM export_cupy_${BUILD_CUPY} AS export_cupy
# -----------------------
# Triton build stages
FROM base AS build_triton
ARG TRITON_BRANCH="6ddb79b"
ARG TRITON_REPO="https://github.com/OpenAI/triton.git"
ARG TRITON_BRANCH="main"
ARG TRITON_REPO="https://github.com/triton-lang/triton.git"
RUN git clone ${TRITON_REPO} \
&& cd triton \
&& git checkout ${TRITON_BRANCH} \
Expand Down

0 comments on commit 9f273d0

Please sign in to comment.