Skip to content

Commit e6f11e4

Browse files
committed
update sglang version to include KV event publishing fix
1 parent 0bba09a commit e6f11e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

container/Dockerfile.sglang

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ RUN if [ "$ARCH" = "arm64" ]; then \
135135

136136
# Install sglang
137137
# Once either 0.4.6post6 or 0.4.7 is released, we can switch back to using the published version
138-
# This commit references a fix to add DP attention based routing along with other perf fixes https://github.com/sgl-project/sglang/pull/6884
139-
ARG SGLANG_COMMIT="f1569876d54dd3b6601f5280f12652e9fbb1375c"
138+
# (6/9) This commit references a fix to add DP attention based routing along with other perf fixes https://github.com/sgl-project/sglang/pull/6884
139+
# (6/12) This commit fixes ZMQ KV event publisher inside sglang
140+
ARG SGLANG_COMMIT="777688b8929c877e4e28c2eac208d776abe4c3af"
140141
RUN --mount=type=cache,target=/root/.cache/uv \
141142
git clone https://github.com/sgl-project/sglang.git && \
142143
cd sglang && \

0 commit comments

Comments
 (0)