Skip to content

Commit

Permalink
Update Dockerfile.rocm
Browse files Browse the repository at this point in the history
Use pre-OptimizeLDSUsage Triton
  • Loading branch information
shajrawi authored Jul 26, 2024
1 parent 02679fe commit fcab51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ FROM export_cupy_${BUILD_CUPY} AS export_cupy
# -----------------------
# Triton build stages
FROM base AS build_triton
ARG TRITON_BRANCH="main"
ARG TRITON_BRANCH="6ddb79b"
ARG TRITON_REPO="https://github.com/OpenAI/triton.git"
RUN git clone ${TRITON_REPO} \
&& cd triton \
Expand Down

0 comments on commit fcab51c

Please sign in to comment.