Skip to content

Commit c07a2cc

Browse files
authored
Update moe-kernel to 0.8.2 for rocm (#2977)
update moe-kernel for amd
1 parent 065aabb commit c07a2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_amd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ RUN git clone https://github.com/danieldk/marlin-kernels.git && \
279279

280280
FROM kernel-builder AS moe-kernels
281281
WORKDIR /usr/src
282-
ENV MOE_KERNELS_BRANCH=d7e042bf9f7aff10c631212fc71b24895d66eb59
282+
ENV MOE_KERNELS_BRANCH=v0.8.2
283283
ENV VLLM_TARGET_DEVICE=rocm
284284
RUN git clone https://github.com/danieldk/moe-kernels.git && \
285285
cd moe-kernels && \

0 commit comments

Comments
 (0)