Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d9b674b8
Unverified
Commit
d9b674b8
authored
Nov 11, 2025
by
ishandhanani
Committed by
GitHub
Nov 11, 2025
Browse files
feat: sglang update to `0.5.3.post4` (#4227)
parent
8f868986
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
25 deletions
+3
-25
container/Dockerfile.sglang
container/Dockerfile.sglang
+2
-24
pyproject.toml
pyproject.toml
+1
-1
No files found.
container/Dockerfile.sglang
View file @
d9b674b8
...
...
@@ -46,9 +46,8 @@ ARG BUILD_TYPE=all
ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG DEEPEP_GB_COMMIT=1b14ad661c7640137fcfe93cccb2694ede1220b0
ARG CMAKE_BUILD_PARALLEL_LEVEL=2
ARG FLASHMLA_COMMIT=1408756a88e52a25196b759eaf8db89d2b51b5a1
ARG SGL_KERNEL_VERSION=0.3.15
ARG SGLANG_COMMIT=0.5.3.post2
ARG SGL_KERNEL_VERSION=0.3.16.post5
ARG SGLANG_COMMIT=0.5.4.post3
ARG GDRCOPY_COMMIT=v2.4.4
ARG NVSHMEM_VERSION=3.3.9
ARG GRACE_BLACKWELL=false
...
...
@@ -275,19 +274,6 @@ RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
cd /sgl-workspace/DeepEP && \
NVSHMEM_DIR=${NVSHMEM_DIR} TORCH_CUDA_ARCH_LIST="9.0;10.0" pip install --no-build-isolation .
# Install flashmla
RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
--mount=type=secret,id=aws-secret-id,env=AWS_SECRET_ACCESS_KEY \
export SCCACHE_S3_KEY_PREFIX=${SCCACHE_S3_KEY_PREFIX:-${ARCH}} && \
if [ "${ARCH}" = "amd64" ]; then \
git clone https://github.com/deepseek-ai/FlashMLA.git flash-mla \
&& cd flash-mla \
&& git checkout ${FLASHMLA_COMMIT} \
&& git submodule update --init --recursive \
&& export FLASH_MLA_DISABLE_SM100=1 \
&& pip install --no-build-isolation -v . ;\
fi
# Copy rust installation from dynamo_base to avoid duplication efforts
COPY --from=dynamo_base /usr/local/rustup /usr/local/rustup
COPY --from=dynamo_base /usr/local/cargo /usr/local/cargo
...
...
@@ -304,14 +290,6 @@ RUN python3 -m pip install --no-cache-dir \
scikit-build-core==0.11.6 \
setuptools-rust==1.12.0
# Build and install sgl-router
RUN --mount=type=secret,id=aws-key-id,env=AWS_ACCESS_KEY_ID \
--mount=type=secret,id=aws-secret-id,env=AWS_SECRET_ACCESS_KEY \
export SCCACHE_S3_KEY_PREFIX=${SCCACHE_S3_KEY_PREFIX:-${ARCH}} \
&& cd /sgl-workspace/sglang/sgl-router \
&& cargo build --release \
&& python3 -m pip install --no-cache-dir .
##################################################
########## Runtime Image ########################
##################################################
...
...
pyproject.toml
View file @
d9b674b8
...
...
@@ -61,7 +61,7 @@ vllm = [
sglang
=
[
"uvloop"
,
"nixl<=0.7.0"
,
"sglang[all]==0.5.
3
.post
2
"
,
"sglang[all]==0.5.
4
.post
3
"
,
]
[dependency-groups]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment