Skip to content

Commit 02645c7

Browse files
JordanNanosclaude
andcommitted
Build from SGLang main for Qwen3.5/GLM-5 PD disagg fixes
v0.5.10 is missing merged PRs #19002, #19076, #19086 that fix non-MLA PD disaggregation (GQA head count, KV cache slice transfer, mamba cache size). Building from main includes all these fixes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9ec6e9d commit 02645c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/build-sglang-bnxt-mi325x.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
set -euo pipefail
2929

3030
# ---------- Configuration ----------
31-
SGL_BRANCH="${SGL_BRANCH:-v0.5.10}"
31+
SGL_BRANCH="${SGL_BRANCH:-main}"
3232
GPU_ARCH="gfx942"
33-
IMAGE_TAG="${IMAGE_TAG:-semianalysiswork/sgl-bnxt-cdna3:v0.5.10-bnxt}"
33+
IMAGE_TAG="${IMAGE_TAG:-semianalysiswork/sgl-bnxt-cdna3:main-bnxt}"
3434
DOCKERFILE_REPO="https://github.com/JordanNanos/sglang.git"
3535
DOCKERFILE_REF="main"
3636

0 commit comments

Comments
 (0)