Conversation
…per and invoke layers (sgl-project#25233)
Co-authored-by: ybyang <10629930+whybeyoung@users.noreply.github.com> Co-authored-by: Shangming Cai <csmthu@gmail.com>
Co-authored-by: b8zhong <b8zhong@users.noreply.github.com>
…g kv_args (sgl-project#25380) Co-authored-by: JoeLee314 <liqichao@baidu.com>
…gl-project#24704) Co-authored-by: Shangming Cai <csmthu@gmail.com> Co-authored-by: xuyongfei <xuyongfei.xyf@antgroup.com>
layer_mapping was changed from a compact list to a sparse array containing None for out-of-stage layers by PP support (sgl-project#24704), but the HiCache consumer was not updated to handle None entries.
This reverts commit cd09fb9.
yueming-yuan
requested review from
HaiShaw,
Kangyan-Zhou,
b8zhong,
bingxche,
hebiao064 and
sogalin
as code owners
June 18, 2026 21:02
yueming-yuan
force-pushed
the
sglang-miles
branch
from
July 7, 2026 06:43
f8cfad3 to
fbc2623
Compare
yueming-yuan
force-pushed
the
sglang-miles
branch
from
July 29, 2026 20:58
f7ea06e to
3003d70
Compare
yueming-yuan
force-pushed
the
sglang-miles
branch
from
August 27, 2026 07:57
a6100a0 to
97e43b4
Compare
yueming-yuan
requested review from
Duyi-Wang,
huangtingwei9988,
mmangkad and
yctseng0211
as code owners
August 27, 2026 07:57
Zhichenzzz
force-pushed
the
sglang-miles
branch
from
September 8, 2026 05:02
a359142 to
a8e5c63
Compare
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.
Why?
Bring the RL, VLM token-id, and Qwen3-MoE MTP fixes that landed on OSS
mainonto the OSSsglang-milesbranch.How?
sglang-mileswrapper behavior.sglang-milesDFlash/Qwen3.5 support.output_streamer.py.Test plan
python3 -m py_compile python/sglang/srt/models/kimi_k25.py python/sglang/srt/multimodal/processors/base_processor.py python/sglang/srt/multimodal/processors/kimi_common.py python/sglang/srt/models/qwen3_moe.py python/sglang/srt/models/qwen3_moe_mtp.py python/sglang/srt/speculative/eagle_worker.py python/sglang/srt/speculative/eagle_worker_v2.py python/sglang/srt/managers/scheduler_output_processor_mixin.py python/sglang/srt/managers/tokenizer_manager.py test/registered/vlm/test_token_id_retokenize_e2e.py test/registered/rl/test_return_routed_experts.pypython3 -m pytest ...fails because this shell does not havepytestinstalled; import checks are also blocked by missing local dependencyorjson.Generated with Codex
CI States
Latest PR Test (Base): ❌ Missing
run-cilabel -- add it to run CI tests.Latest PR Test (Extra): ❌ Blocked --
run-ciis required first.Latest PR Test (AMD ROCm 10): ➖ No AMD PR run found for this commit.