[Docs] quick fix delete --enable-dp-attention in sgl-jax#24052
Merged
JustinTong0323 merged 2 commits intoApr 30, 2026
Conversation
JustinTong0323
approved these changes
Apr 30, 2026
JustinTong0323
requested changes
Apr 30, 2026
JustinTong0323
approved these changes
Apr 30, 2026
whybeyoung
added a commit
to whybeyoung/sglang
that referenced
this pull request
Apr 30, 2026
Resolve 5 conflicts in hiradix_cache.py by keeping HEAD's logical-clock changes (access_time from self.get_access_time()) over main's recently re-introduced time.monotonic() at the same insert/match/split sites. This preserves PP-rank deterministic LRU/FIFO eviction. Resolve unrelated docs_new/.../mimo-v25-deployment.jsx conflict by taking main (upstream PR sgl-project#24052 removed --enable-dp-attention from the sgl-jax recipe).
vguduruTT
pushed a commit
to vguduruTT/sglang
that referenced
this pull request
May 2, 2026
LucQueen
pushed a commit
to LucQueen/sglang
that referenced
this pull request
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
In sgl-jax, DP attention is enabled by default and the
--enable-dp-attentionflag does not exist. The MiMo-V2.5-Pro TPU launch command in the cookbook included this flag, which would cause the server to fail at argument parsing.Modifications
docs_new/src/snippets/autoregressive/mimo-v25-deployment.jsx: drop--enable-dp-attentionfrom the TPU (sgl-jax) branch of the deployment panel. The CUDA branch is unchanged — the flag is still required for GPU paths.Checklist