Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ SGLANG_CMD=(
# NEXTN silently resets --max-running-requests to 48 when it is unset, so
# this must stay explicit and sized to the AgentX concurrency.
--max-running-requests "$MAX_RUNNING_REQUESTS"
--cuda-graph-max-bs "$CUDA_GRAPH_MAX_BS"
# SGLang v0.5.20 removed the deprecated --cuda-graph-max-bs alias
# (sgl-project/sglang#38375); the decode-phase flag is its replacement.
--cuda-graph-max-bs-decode "$CUDA_GRAPH_MAX_BS"
--mem-fraction-static "$MEM_FRACTION_STATIC"
"${MAMBA_CACHE_ARGS[@]}"
--stream-interval 50
Expand Down
2 changes: 1 addition & 1 deletion configs/nvidia-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5198,7 +5198,7 @@ qwen3.5-fp4-b200-sglang-agentic-mtp:
# Qwen3.8-Flash-Next NVFP4 AgentX on B200 via SGLang with native NEXTN MTP.
# TP1 matches the verified single-node recipe.
qwen3.8next-fp4-b200-sglang-agentic-mtp:
image: lmsysorg/sglang:qwen38flashnext
image: lmsysorg/sglang:v0.5.20-cu130
model: RadixArk/Qwen3.8-Flash-Next-NVFP4
model-prefix: qwen3.8next
runner: cluster:b200-nscale
Expand Down
Loading