Skip to content

Commit 13be2f6

Browse files
JordanNanosclaude
andcommitted
Update build script default to SGL_BRANCH=v0.5.10
Rebuilds semianalysiswork/sgl-bnxt-cdna3:v0.5.10-bnxt with proper model type registration for qwen3_5_moe and glm_moe_dsa. BCM driver (bcm5760x_231.2.63.0a.zip) is at /nfsdata/sa/.j9s/ on the cluster — too large for git (192MB). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 18f1c5c commit 13be2f6

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:-main}"
31+
SGL_BRANCH="${SGL_BRANCH:-v0.5.10}"
3232
GPU_ARCH="gfx942"
33-
IMAGE_TAG="${IMAGE_TAG:-semianalysiswork/sgl-bnxt-cdna3:latest-bnxt-mori}"
33+
IMAGE_TAG="${IMAGE_TAG:-semianalysiswork/sgl-bnxt-cdna3:v0.5.10-bnxt}"
3434
DOCKERFILE_REPO="https://github.com/JordanNanos/sglang.git"
3535
DOCKERFILE_REF="main"
3636

0 commit comments

Comments
 (0)