File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,9 @@ RUN if [ "$ARCH" = "arm64" ]; then \
135
135
136
136
# Install sglang
137
137
# 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"
140
141
RUN --mount=type=cache,target=/root/.cache/uv \
141
142
git clone https://github.com/sgl-project/sglang.git && \
142
143
cd sglang && \
You can’t perform that action at this time.
0 commit comments