Commit Graph
9791 Commits
Author SHA1 Message Date
Raiden MakotoandRaiden-Makoto 9215da2515 [AMD] [GLM5] skip redundant -inf pre-fill of HIP indexer MQA-logits (#28757)
Co-authored-by: Raiden-Makoto <Raiden-Makoto@users.noreply.github.com>
2026-06-24 23:21:39 -07:00
AndyLi429 72cac88022 [NPU] perf: precompute mamba conv-state track indices once per batch (#29105) 2026-06-25 14:04:56 +08:00
Yanbin JiangandYusheng Su 9fd6d0ec99 [LoRA] BF16 support + EP cuda-graph crash fix for experimental_sgl_trtllm MoE-LoRA (#28953)
Co-authored-by: Yusheng Su <yushengsu.thu@gmail.com>
2026-06-24 21:16:50 -07:00
wenxuewuhdandronnie_zheng a9270250c3 Dllm radix cache npu (#27144)
Co-authored-by: ronnie_zheng <zl19940307@163.com>
2026-06-25 06:44:03 +03:00
CrazyCoderandClaude Opus 4.8 c268a7edf5 [Bugfix] Fix inverted PP-disable condition for diffusion LLM inference (#27700)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 20:18:00 -07:00
Mohammad Miadh Angkad 8b7a1e908a Revert Gemma4 modelopt fp4 MoE backend change (#28347) 2026-06-24 19:49:09 -07:00
Mohammad Miadh Angkad 40439acd0a Sync backend docs with #29063 (#29233) 2026-06-24 19:48:34 -07:00
Liangsheng Yin 8314247d9d [Spec] Merge dflash triton kernels into a single dflash.py (#29228) 2026-06-24 18:57:15 -07:00
ae6f787637 [diffusion] rl: add sleep/wake support for diffusion engine (#22659)
Co-authored-by: klhhhhh <1412841649@qq.com>
Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
Co-authored-by: shuwenn <47200617+alphabetc1@users.noreply.github.com>
Co-authored-by: MikukuOvO <MikukuOvO@users.noreply.github.com>
2026-06-25 09:37:27 +08:00
看海的人 67b2a9ed0c [NPU] Fix the DeepSeek-V2-Coder model accuracy issue (#29042) 2026-06-25 09:14:32 +08:00
chx96642264 4e155ecc31 [NPU] adaptation to support operator FA3 in deterministic inference on NPU. (#26724) 2026-06-25 09:12:57 +08:00
Liangsheng Yin c7734e6871 [Spec] Dissolve EagleDraftInputV2Mixin so spec-info dataclasses hold data only (#29220) 2026-06-24 18:08:30 -07:00
fzyzcjy 2b64fc7a2c Remove Req.extend_logprob_start_len field and make it pure (#27625) 2026-06-25 09:06:14 +08:00
fzyzcjy 7002a37ea1 Inline extend_range accessors and remove the extend_input_len/fill_len properties (#27611) 2026-06-25 08:56:44 +08:00
cen121212 9305d10099 [NPU] adapt_fused_rope_qk_mqa_optimize (#28872) 2026-06-25 08:55:52 +08:00
fzyzcjy d0524d6433 Avoid scattered assignment of extend_input_len and fill_len by merging them into Req.extend_range (#27610) 2026-06-25 08:33:28 +08:00
Lianmin Zheng 6c839368e0 [Cleanup] IPC struct renames, better typing, and SenderWrapper removal (#29214) 2026-06-24 17:25:24 -07:00
fzyzcjy 563c3418a7 Avoid dual semantics of extend_input_len by computing the candidate on the fly (#27616) 2026-06-25 08:17:37 +08:00
Brayden ZhongandBrayden Zhong 5d4e63d49e Sync the changes in #23402 (#29063)
Co-authored-by: Brayden Zhong <brayden@radixark.ai>
2026-06-24 17:01:02 -07:00
Brayden ZhongandBrayden Zhong f82addd4a8 Support online MXFP8 quantization for ungated MoE (#27939)
Co-authored-by: Brayden Zhong <brayden@radixark.ai>
2026-06-24 16:58:48 -07:00
Jiajun LiandClaude Opus 4.8 e4bf0043fe [fix] Skip routed expert capture for draft model under spec v2 (#26980)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 16:56:07 -07:00
Lianmin ZhengandYinghai Lu 7e63feee6f Add scheduler metrics extension hooks (#29207)
Co-authored-by: Yinghai Lu <yinghai@meta.com>
2026-06-24 15:50:05 -07:00
Qiaolin Yu e26bceb81e [perf] simplify _apply_cuda_graph_metadata for draft extend in trtllm_mla backend (#29077) 2026-06-24 15:45:26 -07:00
Liangsheng Yin 85a3f1f75c [Spec] Unify the overlap stash relay behind a RelayPayload dataclass (#29124) 2026-06-24 15:36:54 -07:00
Liangsheng Yin c6822f81b1 [Spec] Make the overlap bonus-token relay unconditional (#29122) 2026-06-24 15:34:02 -07:00
Liangsheng Yin d3dd184e3e [Spec] Fold DFlash verified_id into the shared bonus_tokens relay channel (#29118) 2026-06-24 15:30:29 -07:00
Brayden ZhongandBrayden Zhong 3c95a87b66 Fix the CuDNN failure on bmm_fp8 when two libcudart.so exists. (#29201)
Co-authored-by: Brayden Zhong <brayden@radixark.ai>
2026-06-24 15:26:46 -07:00
Lianmin ZhengandRain Jiang fd87a85388 Convert SamplingParams to msgspec Struct (#29198)
Co-authored-by: Rain Jiang <96632942+rainj-me@users.noreply.github.com>
2026-06-24 13:42:45 -07:00
Kaixi d5e9176f65 [BCG][GLM5] perf: BCG support and prefill enhancements (#27053) 2026-06-24 13:13:35 -07:00
Brayden ZhongandBrayden Zhong d46afbf8b4 Fix nightly CI test for GLM-4.6 + B200 (#28749)
Co-authored-by: Brayden Zhong <brayden@radixark.ai>
2026-06-24 12:34:11 -07:00
Qiaolin Yu c01ad10d16 [perf] tiny optimize select_index op for draft extend (#29078) 2026-06-24 12:27:13 -07:00
Lianmin Zheng d5c566e59b Extract profile request cleanups (#29098) 2026-06-24 11:22:58 -07:00
Lianmin ZhengandCheng Wan d6aacd2801 Handle input-embed-only batches in eager runner (#29121)
Co-authored-by: Cheng Wan <54331508+ch-wan@users.noreply.github.com>
2026-06-24 10:33:52 -07:00
cctryandcctry 76db6c9d9e [Refactor] Share CUDA graph memory pool across prefill and decode (#28973)
Co-authored-by: cctry <cctry@fb.com>
2026-06-24 10:18:20 -07:00
Mick 4a4f063b79 [diffusion] fix: paint multiview vae must follow unit dtype (#29041) 2026-06-24 23:54:01 +08:00
qiaozpandishandhanani 03773ae35b [HiCache] Add NIXL FILE cache cleaner (#28258)
Co-authored-by: ishandhanani <82981111+ishandhanani@users.noreply.github.com>
2026-06-24 08:13:55 -07:00
Mick 09b808ab7e [diffusion] fix: fix Qwen-Image-Layered latent shape (#28832) 2026-06-24 20:57:54 +08:00
nvjullin 84a7a84018 [PD] Fix data race in NixlKVManager for NIXL backend (#28897) 2026-06-24 18:11:01 +08:00
hirakunaramuka2andClaude Fable 5 7430c56b20 [Misc] Use logger instead of print() in utils/common.py (#29004)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-24 09:45:01 +00:00
zhaozx-cn 10e0bcd622 [NPU] fix dcp break (#29140) 2026-06-24 17:33:02 +08:00
Mohammad Miadh Angkad 4992f7a108 Fix TRTLLM MHA FP8 KV cache scale handling (#28144) 2026-06-24 01:43:50 -07:00
Liangsheng Yin 8e1988b746 [Perf] Overlap result D2H copy with the next forward step (#29075) 2026-06-24 01:34:02 -07:00
Even Zhou 4da23fdc35 [NPU] removes deprecated pr testing files (#27859) 2026-06-24 16:06:45 +08:00
Tai An 00eac7ec9b [diffusion] fix: disable proxy env in warmup health probe (#28503) 2026-06-24 15:58:44 +08:00
5f76736427 kimik2_detector fix the normal text detection before tool call. (#25071)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Rohit Harkhani <rharkhani@gmail.com>
2026-06-24 15:53:22 +08:00
weibingoandZhangheng b6a8000473 [bugfix][decode hicache] _storage_hit_query use HybridPrefetchOperation (#28422)
Co-authored-by: Zhangheng <hzh0425@apache.org>
2026-06-24 15:13:48 +08:00
silencejade 6c6fa19a90 [NPU] Support fsdp for rl_on_policy_target (#29128) 2026-06-24 14:57:19 +08:00
Xiaoyu Zhang 26e1d4d847 [KDA-Pilot] Add B200 diffusion norm-scale-shift CUDA fast path for Qwen-Image (#27392) 2026-06-24 14:38:36 +08:00
Yuan Luoandluoyuan.luo 0df796473b [VLM] Qwen3-VL / Moss-VL ViT preprocessing optimizations (#28940)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
2026-06-24 14:36:29 +08:00
Xiaoyu Zhang 534ac98eb2 [codex] Optimize DMD Wan auto residency on high-memory GPUs (#28780) 2026-06-24 14:03:23 +08:00