Commit Graph
10757 Commits
Author SHA1 Message Date
Ethan (Yusheng) Su 0a49226d19 [LoRA] 1/n Per-rank tensor serialization for load_lora_adapter_from_tensors under dp_size > 1 (#32580) 2026-07-28 14:28:56 -07:00
YAMY dd67452b4f [Cleanup] Move mamba-max-states-per-path validation into _handle_mamba_backend (#32502) 2026-07-28 14:21:21 -07:00
paulzhang-tmandClaude Fable 5 4e5a05148a [FullCG] Support chunked cached-prefix prefill (#30825)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-28 11:20:25 -07:00
IvanShan177andClaude Opus 4.8 1eee8fbdcc [PD] Drain NIXL completion notifications before enforcing the WaitingForInput timeout (#32267)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 00:20:03 +08:00
Xinyuan TongandFAN YUCHEN ee236086db Fix invalid escape warnings in tool parsers (#28370)
Co-authored-by: FAN YUCHEN <2994114386@qq.com>
2026-07-28 23:31:47 +08:00
Mick 84cdfde5b2 [diffusion] fix: fix diffusion output stability on mps (#30017) 2026-07-28 21:55:03 +08:00
32c30c0f96 Return 400 instead of 500 for unfetchable or unparseable multimodal inputs (#31417)
Co-authored-by: hnyls2002 <lsyincs@gmail.com>
Co-authored-by: Liangsheng Yin <hnyls2002@gmail.com>
2026-07-28 05:23:42 -07:00
Mick 75017c3fa0 [diffusion] fix: keep fused qk-norm-rope out of dynamo tracing (#31849) 2026-07-28 19:51:00 +08:00
Mick a24906a091 [diffusion] feat: add dynamic cuDNN SDPA attention backend (#30090) 2026-07-28 19:50:24 +08:00
Talantan1102 5558dbad00 [NPU] Optimize DeepSeek-V4 performance (#31931) 2026-07-28 19:45:46 +08:00
James LiuandClaude Opus 4.8 51397af885 Pack aux hidden states into a preallocated buffer (#28956)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-28 04:37:18 -07:00
Xiaoyu Zhang 9cffc2ba52 [Kernel] Remove unused implementations and stale registry entries (#32636) 2026-07-28 18:12:10 +08:00
hjzhangandhjzhang dde03d7c4a [JIT] Restore the previous division behavior in per-token group quantization (#32616)
Co-authored-by: hjzhang <zhanghjzzz@qq.com>
2026-07-28 17:56:36 +08:00
Zhangheng 60d6914f17 [UnifiedTree]: move /mem_cache/unifed_cache_component dir to /mem_cache/unified_cache (#32484) 2026-07-28 16:28:21 +08:00
Xinyuan Tongandliyucheng09 fc8b328f5c [Model] Support standalone text-only Qwen3.5 checkpoints (#32401)
Co-authored-by: liyucheng09 <liyucheng09@gmail.com>
2026-07-28 14:08:39 +08:00
Yuan Luoandluoyuan.luo d9cf7b0a8b [MTP] Cut spec-v2 host-seam overhead in hybrid-linear MTP decode (#32219)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
2026-07-28 11:38:33 +08:00
longxin9715 356c11d5d9 [Fix] --mm-process-config crash when video config contains (#30260) 2026-07-28 09:24:40 +08:00
Lianmin Zhengandcctry c19a333944 [mm] Handle per-item embeddings in cache misses (#32498)
Co-authored-by: cctry <cctry@meta.com>
2026-07-27 17:16:17 -07:00
Caio RochaandCheng Wan 5a46e16f01 [Fix] Enable graph capture and MSCCL++ for attention TP groups (#31629)
Co-authored-by: Cheng Wan <54331508+ch-wan@users.noreply.github.com>
2026-07-27 15:56:41 -07:00
Mohammad Miadh Angkad 3005af0941 Fix compressed-tensors NVFP4 MoE W13 layout (#32430) 2026-07-27 14:56:42 -07:00
Kangrui Du 8a311d1c88 [diffusion] fix: preserve tensor stride when offloading rollout weights to pinned host memory (#32420) 2026-07-27 12:05:13 -07:00
James Liu 1da062f018 [Inkling] Add minimal DFLASH support (#31840) 2026-07-27 12:01:13 -07:00
8d6549bc40 [Attention Backend] Extend hpc_ops dynamic-scheduled decode to bf16 (#32304)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Halcyon <56064364+VAthree@users.noreply.github.com>
2026-07-27 21:31:04 +08:00
inkcherry 5656de2d9a [PD] pool decode bootstrap HTTP sessions (#31543) 2026-07-27 21:07:23 +08:00
Peng Xingchen db9143ee08 [NPU] Fix MTP IndexShare warm-up for attention DP and prefill CP (#32210) 2026-07-27 19:19:38 +08:00
Lianmin Zheng 34454c06b8 [Refactor] Tidy server_args.py section grouping and drop unused alias (#32496) 2026-07-27 04:09:09 -07:00
1d350aaad3 fix(reasoning): let --enable-strict-thinking works for DeepSeek-V4 (#32400)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Xinyuan Tong <xinyuantong.cs@gmail.com>
2026-07-27 18:15:47 +08:00
Mick 08af5aea57 optimize: optimize EmbeddingGemma prefill performance (#32383) 2026-07-27 17:34:29 +08:00
Jackey HuaandClaude Opus 5 9a0bd24bed model: serve bare Qwen3Model backbone natively as an embedding model (#32457)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 15:49:58 +08:00
McZyWu 169fc1e20c [NPU] Acc fix for afmoe model introduced by topk refactor. (#31280) 2026-07-27 15:40:49 +08:00
McZyWu c0f47a06fc [NPU] Determine the topk norm_type through scoring_func (#31393) 2026-07-27 15:12:38 +08:00
Zheng Wengang 3d3ba4f746 [BugFix][EPD] Fix Mooncake source-MR lifecycle for multi-TP /send (#32071) 2026-07-27 15:06:01 +08:00
Sam Shleifer 5cc273a780 [feat] Opt-in flat response format for prompt top logprobs (#32078) 2026-07-26 23:44:34 -07:00
Yiqi Yangandhzh0425 4ea17169b0 [UnifiedTree] fix: drop prefetched host refill under an un-backed-up parent (#31902)
Co-authored-by: hzh0425 <hzh0425@apache.org>
2026-07-27 13:53:02 +08:00
Ethan (Yusheng) Su ee1736f39a [LoRA] Support LoRA under the breakable/full prefill CUDA graph (#30988) 2026-07-26 22:10:03 -07:00
DAI0818andybyang 2abb1d2c37 fix(hisparse): correct DSA KV memory budget (#31992)
Co-authored-by: ybyang <ybyang7@iflytek.com>
2026-07-27 11:19:32 +08:00
Mick abb8f4b5e3 model: support EmbeddingGemma (#32375) 2026-07-27 10:40:47 +08:00
icarus_zh a358374ae9 [NPU][Fix Issue]: Send expert weights contiguous tensor across cards during EPLB rebalance (#32001) 2026-07-27 09:20:28 +08:00
shadowxz109 e14068d161 [NPU]Add Ascend transfer version compatibility. (#31189) 2026-07-26 21:07:59 +08:00
icarus_zh e8a635a412 Load initial expert location metadata on CPU (#32435) 2026-07-26 20:44:25 +08:00
ming_wang a76b74cbe0 add fill_draft_extend_prepare_buffers_native for NPU (#32427) 2026-07-26 20:42:14 +08:00
Wang, FangYuan 61057bda6c [BugFix] Prevent TBO crash when return_logprob is enabled (#32180) 2026-07-26 00:07:54 -07:00
jacky.cheng 833e1bc601 [Fix][AMD] Qwen3.5 MoE: disable global-slot shared-expert fusion under per-rank EP backends (MoRI + dp-attention init crash) (#31793) 2026-07-25 23:59:47 -07:00
silencejade 72e415dfc8 [Bugfix] Fix prefill suspension caused by delayed negotiate_should_allow_prefill invocation (#32389) 2026-07-26 14:59:26 +08:00
ormandjandMohammad Miadh Angkad 2cbddb842d [DSV4/SM120] Allow fused MHC opt-in with standalone TileLang pre disabled (#30954)
Signed-off-by: David Orman <ormandj@corenode.com>
Co-authored-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com>
2026-07-26 09:02:54 +08:00
55c4853487 [comm] Enable multi-node custom-AR v2 on a single NVLink clique (#32339)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
2026-07-25 17:25:18 -07:00
2c63a2f12b Fix --hicache-size allocating ~2x host memory on hybrid SWA (#32373)
Co-authored-by: cctry <cctry@fb.com>
Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
2026-07-25 17:19:44 -07:00
Lianmin ZhengandAlec S 9989077f24 Use native batched llguidance mask generation (#32412)
Co-authored-by: Alec S <10566873+alecsolder@users.noreply.github.com>
2026-07-25 16:36:32 -07:00
Lianmin ZhengandXingyu Liu fae84ac0f9 Fix token count localization for replicated attention-TP forwards (#32411)
Co-authored-by: Xingyu Liu <38244988+charlotte12l@users.noreply.github.com>
2026-07-25 16:36:15 -07:00
Liangsheng Yin 3da1071d56 [Spec] Hold the grammar bitmask in one GrammarMask type across all decode paths (#32409) 2026-07-25 15:27:43 -07:00