Commit Graph
8968 Commits
Author SHA1 Message Date
Mick 4b0453f814 [diffusion] CI: infer diffusion test sampling params from task type (#26530) 2026-06-01 11:57:41 +08:00
Lianmin ZhengandJaewon a779791b3f Add random-ids dataset, round-robin expert simulation, and kill_process_tree logging (#26862)
Co-authored-by: Jaewon <52840625+jaewonlee-fb@users.noreply.github.com>
2026-05-31 20:50:29 -07:00
Bruce Changlong Xu 11411aa49d [tokenizer] Surface scheduler load info (num_running_reqs / num_waiting_reqs) in meta_info (#24000) 2026-06-01 11:45:35 +08:00
liuxianglong17 3aaf8f115e fix test cases failed in nightly pipeline (#26714) 2026-06-01 11:33:47 +08:00
Qiaolin Yu 118465f5b5 [attn backend] Make spec_v2 seq_lens_cpu optional in trtllm_mla backend (#26824) 2026-05-31 20:29:50 -07:00
Chandrakant Khandelwal 61cc70e8aa Fixed incorrect indexing for slot 0 compatibility (#26481) 2026-06-01 10:46:21 +08:00
huangtingwei 373cadc92e [bugfix] mooncake store double-tag bug fix (#26569) 2026-05-31 15:15:38 -07:00
shuwenn c06220159b [mem_cache][1/N] refactor: split allocator.py into allocator/ subpackage (#26675) 2026-05-31 20:31:29 +08:00
Liangsheng Yin 585baa97f7 [core] Compute token_type_ids in ForwardBatch.init_new (#26797) 2026-05-31 00:54:49 -07:00
ybyang 1eadb7a173 Fix multi-tokenizer batch request output routing (health stuck at 503) (#26831) 2026-05-31 00:31:23 -07:00
Bruce Changlong Xu 376635c1e3 Fix routed-experts device buffer overflow under DP attention (#26123) 2026-05-30 19:11:06 -07:00
fzyzcjy f220c72929 Add periodic KV-canary stats logging and kernel-run-counter health check (#26821) 2026-05-31 10:00:19 +08:00
fzyzcjy 7dd19ae3d8 Add a sliding-window-attention divergence reporter for the KV-canary (#26820) 2026-05-31 09:59:28 +08:00
fzyzcjy ae9db7ff4b Add the KV-canary perturb modes and PD-disaggregation e2e tests (#26819) 2026-05-31 09:59:09 +08:00
fzyzcjy 6be4b32d8d Add token-id verification to the KV-canary (#26818) 2026-05-31 09:58:51 +08:00
fzyzcjy 0ca610a6df Add real-data KV verification to the KV-canary (#26817) 2026-05-31 09:58:32 +08:00
fzyzcjy cdee16e144 Add the KV-canary perturb framework for fault-injection self-tests (#26816) 2026-05-31 09:58:14 +08:00
fzyzcjy 678e73a9ee Add a deterministic token oracle and production write-input assertion (#26815) 2026-05-31 09:57:43 +08:00
fzyzcjy 268f4c82f1 Add rids/bootstrap-room int-hash plumbing for deterministic per-request identification (#26814) 2026-05-31 09:57:22 +08:00
fzyzcjy 9c43c3719f Support EAGLE speculative decoding in the KV-canary (#26813) 2026-05-31 09:57:01 +08:00
fzyzcjy 30a22cc360 Add a periodic full-radix-tree KV-canary sweep (#26812) 2026-05-31 09:56:42 +08:00
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