Commit Graph
8947 Commits
Author SHA1 Message Date
fzyzcjy 27eb139ef7 Add the KV-canary mock-model end-to-end test harness (#26811) 2026-05-31 09:56:00 +08:00
fzyzcjy e188745ee0 Add KV-canary SWA + DeepSeek-V4 pool support (#26810) 2026-05-31 09:55:34 +08:00
fzyzcjy 9ecf314970 Add the KV-canary install API and forward-path wiring (#26809) 2026-05-31 09:55:03 +08:00
fzyzcjy 11391b2a1c Add the KV-canary core: data layer, MHA KV-pool patcher, and per-forward runner (#26808) 2026-05-31 09:54:24 +08:00
fzyzcjy 736ad1f32a Add the KV-canary plan JIT kernels (#26807) 2026-05-31 09:53:56 +08:00
fzyzcjy 70e983a2da Add the KV-canary write JIT kernel and reference implementation (#26806) 2026-05-31 09:53:34 +08:00
fzyzcjy 16950954c6 Add the KV-canary verify JIT kernel and reference implementation (#26805) 2026-05-31 09:52:52 +08:00
fzyzcjy 8a20c58252 Pull test_utils server-launch boilerplate into reusable helpers (#26804) 2026-05-31 09:52:15 +08:00
fzyzcjy ce647cbcfd Add a SimplePhaseChecker for execution-phase assertions (#26803) 2026-05-31 09:51:39 +08:00
fzyzcjy 7f93952f79 Add a debug toggle for selectively reverting PR fixes (#26802) 2026-05-31 09:50:12 +08:00
fzyzcjy 656e75b798 Add a nullcontext placeholder in the forward path for KV-canary (#26801) 2026-05-31 09:49:32 +08:00
fzyzcjy bad83ab427 Fix the EAGLE chunked-prefill next-token chain (#26329) (#26800) 2026-05-31 09:48:30 +08:00
fzyzcjy 45194794d0 Apply gemma's position offset out-of-place instead of in-place (#26799) 2026-05-31 09:47:50 +08:00
fzyzcjy 13ca55afa3 Make qwen3's set_embed_and_head idempotent (#26798) 2026-05-31 09:47:07 +08:00
Liangsheng Yin 9b4be9c574 [core] Compute dimensions/return_pooled_hidden_states in ForwardBatch.init_new (#26779) 2026-05-30 17:38:01 -07:00
Bruce Changlong Xu 7ed53d15f3 [config] Recognize custom hybrid SWA models via hf_text_config.is_hybrid_swa (#23988) 2026-05-30 23:21:10 +08:00
e279b0bf72 Optimize large add_constant tensors (#24755)
Co-authored-by: Codex <codex@example.com>
Co-authored-by: BBuf <xiaoyu.zhang@radixark.net>
2026-05-30 22:25:19 +08:00
b421e60eed 【NPU】【bugfix】fix server error when mtp unquant (#26389)
Co-authored-by: cen121212 <luochen23@huawei.com>
Co-authored-by: Even Zhou <even.y.zhou@outlook.com>
2026-05-30 15:01:19 +03:00
Liangsheng Yin 282c46133f [Scheduler] Defer prefill input_ids H2D to forward stream, unify resolve via future_map (#25945) 2026-05-30 02:58:13 -07:00
Haichuan Hu acd689b407 feat: add SGLANG_RAY_BUNDLE_INDICES for fine-grained Ray bundle index control (#24667)
Signed-off-by: Haichuan Hu <kaisennhu@gmail.com>
2026-05-30 02:19:50 -07:00
ZeyuanChen2000 90eb894564 [NPU] fix model llava-onevision-qwen2-7b-ov torch compiles error in npu case (#26573) 2026-05-30 17:10:58 +08:00
Bruce Changlong Xu 714bcd84e2 [parallel] Support moe_dense_tp_size == attn_tp_size to share the attention TP group (#23996) 2026-05-30 02:10:07 -07:00
a952e9174f [MLX] Support Qwen3.5 (dense) Model (#25754)
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
Co-authored-by: Alex Nails <alex.nails@radixark.ai>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-30 17:05:02 +08:00
Qichao LiandQichao Li 7c5708cba7 [DeepSeek-V4] Add mhc_fused_post_pre kernel (#25976)
Co-authored-by: Qichao Li <liqichao@baidu.com>
2026-05-30 02:04:51 -07:00
Yuan Luoandluoyuan.luo 0d9a2a9de3 [MoE Refactor] Migrate SM90 Cutlass W4A16 to MoeRunner (#26489)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
2026-05-30 02:02:56 -07:00
huangtingwei c93a559e5a Fix MoE LoRA wrapper exposing moe_runner_config (#26710) 2026-05-30 01:59:15 -07:00
3b61a1f935 [Bugfix] Optimize metadata allocation and transfer for mooncake intraNode NVLink (#26707)
Co-authored-by: 百麒 <yaozhong.lyz@alibaba-inc.com>
Co-authored-by: Shangming Cai <csmthu@gmail.com>
2026-05-30 16:52:01 +08:00
Alison Shao edfe8d34e8 [CI] ci-coverage-overview: schedule + manual only, include XPU/MUSA/multimodal_gen (#26619) 2026-05-30 16:39:18 +08:00
Jimmy Shong 716e670d3d [bugfix]: size CuteDSL MoE allgather buffers for the worst-case forward (#26696) 2026-05-30 00:27:20 -07:00
Zhangheng 7662210406 [UnifiedTree]: Support eviction priority (#26549) 2026-05-30 15:19:43 +08:00
gjsheu 02aeed5387 [NPU] DFlash Speculative Decoding Support NPU (#23122) 2026-05-30 15:13:59 +08:00
AndyLi429 fe4b29d391 [Bugfix] Fix Ascend NPU CP attention for batch size > 1 (#26705) 2026-05-30 15:07:39 +08:00
Liangsheng Yin 1c79015434 Drop dead ScheduleBatch return_routed_experts/return_indexer_topk fields (#26760) 2026-05-29 23:16:09 -07:00
6f1c9fc77b [RL] Fix crash when the reqs in a batch have a mix of return_routed_experts = True and False. (#26423)
Co-authored-by: root <root@slurm-h200-209-231.slurm-compute.tenant-slurm.svc.cluster.local>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cheng Wan <54331508+ch-wan@users.noreply.github.com>
2026-05-29 20:46:10 -07:00
Liangsheng Yin 1f850e67f2 [core] Fix crashes on the gpu_only spec_v2 path (#26738) 2026-05-29 19:12:03 -07:00
Liangsheng Yin c2ac37dbcc [Bug] ngram verify: keep batch.seq_lens_sum in sync after accept (#26753) 2026-05-29 18:00:11 -07:00
Erik Wijmans 95cd2fd29f [lora] More efficient pinned memory (#20876) 2026-05-30 09:04:59 +09:00
Bruce Changlong Xu a5e6a8887a [attention] Fallback to Triton merge_state when FlashInfer hits CUDA thread limit (#23993) 2026-05-29 16:30:49 -07:00
Byron HsuandByron Hsu 6ea69efb7f [RL] Forward Kimi K2.5 weight hooks to language model (#26744)
Co-authored-by: Byron Hsu <24364830+ByronHsu@users.noreply.github.com>
2026-05-29 15:08:58 -07:00
Chao Shi 6ce49e5f4c [Utils] Support configure log level at runtime (#26583) 2026-05-29 14:49:06 -07:00
cf66693b35 [Model] Add Qwen3-MoE MTP (#26468)
Co-authored-by: Byron Hsu <byronhsu@Byrons-MacBook-Pro.local>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: root <root@slurm-h200-209-231.slurm-compute.tenant-slurm.svc.cluster.local>
2026-05-29 14:31:05 -07:00
Lianmin Zhengandcctry 4ff1296f5e Optimize get load calls (/v1/loads) using shared-memory load snapshots (#26348)
Co-authored-by: cctry <cctry@meta.com>
2026-05-29 13:40:26 -07:00
Qiaolin Yu 3cecc77ccb [perf] Fuse NVFP4 gate_up_gemm + swiglu + output FP4 quant (#26626) 2026-05-29 13:16:24 -07:00
Liangsheng YinandQiaolin-Yu 6b5f0d0ccb [core] Make spec_v2 seq_lens_cpu optional via backend needs_cpu_seq_lens; Triton opts out (#26128)
Co-authored-by: Qiaolin-Yu <liin1211@outlook.com>
2026-05-29 13:00:32 -07:00
Cheng WanandClaude Sonnet 4.6 ff8ed7a302 [refactor] unify cuda-graph capture/replay across attention backends (#26665)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-29 12:46:42 -07:00
Bingxu ChenandCursor Agent f113ece5cc Revert "improve: combine vit calls for images from different reqs from one batch (#25910)" (#26442)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-05-29 11:13:34 -07:00
Cheng WanandClaude Sonnet 4.6 ec075d8bc5 Fix DRAFT_EXTEND_V2 CG metadata: align test fixture and Triton with production seq_lens convention (#26651)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 02:46:45 -07:00
akhoroshev 4585f8eb95 [refactor] remove unused op_mlp (#26673) 2026-05-29 02:38:56 -07:00
chenxb002andkjuuii 8652001b6a fix: use req.req_pool_idx instead of loop variable for req_to_token i… (#26534)
Co-authored-by: kjuuii <1375341936@qq.com>
2026-05-29 02:34:42 -07:00
Liangsheng Yin ed85bcf8c3 pin kernels<0.15 (#26704) 2026-05-29 01:46:57 -07:00