khluu and Claude Opus 4.6
7607496638
[CI] Filter import-only files using function-level coverage
...
Skip files where only module-level code ran (imports, class defs)
but no named functions were actually called. Uses the
functions_called field from stripped coverage JSON.
Reduces false-positive mappings by ~78% — e.g. ompmultiprocessing.py
drops from 73 steps to 0 (only used on CPU but imported everywhere).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 16:02:20 -07:00
khluu
2e120c2b2a
Merge main into worktree-coverage-test-mapping
2026-05-26 01:38:31 -07:00
khluu and Claude Opus 4.6
5798452d02
[CI] Support stripped coverage JSON format in aggregation
...
The coverage export now strips per-line data to reduce artifact size.
Update aggregation to handle both full format (summary.covered_lines)
and stripped format (covered_lines directly).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-26 01:20:44 -07:00
97e4022c6c
[Bugfix] Apply fc_norm in Eagle3DeepseekV2 combine_hidden_states ( #43482 )
...
Signed-off-by: Yubo Wang <yubowang2019@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-26 00:46:10 -07:00
Hank_ and GitHub
b3269454b1
[chores][log] change registry log from warning to debug ( #43045 )
...
Signed-off-by: Hank <hcc.mayday@gmail.com >
2026-05-26 00:13:46 -07:00
a37e47100c
Add CuTe DSL sparse compressor support ( #43584 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-26 00:11:12 -07:00
Sting Lin and GitHub
e6adbd7834
Upgrade tpu-inference to v0.20.0 ( #43394 )
2026-05-25 20:26:25 -10:00
zhao, zhenhui and GitHub
771e1e48b1
[CPU] Enable non-divisible GQA for decode workitems in mixed batches ( #43032 )
...
Signed-off-by: zhejiangxiaomai <zhenhui.zhao@intel.com >
2026-05-26 14:15:47 +08:00
Thien Tran and GitHub
d56612c621
[GDN] GDN Prefill kernel for SM100 ( #43273 )
...
Signed-off-by: Thien Tran <gau.nernst@yahoo.com.sg >
2026-05-26 14:02:11 +08:00
6f955986e1
[Bugfix][Model] Fix GPT2ForSequenceClassification sub-module prefix ( #43579 )
...
Signed-off-by: QingZhou-YangHY <3868850350@qq.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-05-25 22:43:19 -07:00
d5cf7b4a2c
[Frontend] Split the offline inference APIs and utils. ( #43553 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-26 05:20:24 +00:00
Yan Ma and GitHub
f815c99954
[Bugfix] fix device mismatch in MiniCPM-o-4_5 resampler ( #43194 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
2026-05-26 13:12:50 +08:00
Dao007forever and GitHub
c2a4005c70
[KV Connector] Propagate MooncakeStore load failures ( #42788 )
...
Signed-off-by: Dao Le <Dao007forever@gmail.com >
2026-05-25 22:12:15 -07:00
7966fc7233
[KV Connector][Bugfix] MooncakeStore: don't double-apply Eagle prune in load_mask ( #43516 )
...
Signed-off-by: Dao Le <daole@inferact.ai >
Signed-off-by: Dao Le <Dao007forever@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-25 22:11:57 -07:00
Woosuk Kwon and GitHub
aa2b56ffb0
[DeepSeek V4] Move MegaMoE input prep kernel to nvidia/ops ( #43632 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-05-25 21:08:29 -07:00
Jee Jee Li and GitHub
ec5de7fa7d
[LoRA] Add one shot triton kernel For MoE LoRA ( #42290 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-05-25 19:47:04 -07:00
71d810bbf4
[XPU] Ensure RNG offset alignment with PyTorch requirements in XPU sampler ( #43028 )
...
Signed-off-by: chaojun-zhang <chaojun.zhang@intel.com >
Signed-off-by: Chaojun Zhang <chaojun.zhang@intel.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-26 02:01:30 +00:00
Jee Jee Li and GitHub
d4004455d2
[Kernel] Remove NormGateLinear ( #43554 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-25 09:49:19 +00:00
Nicolò Lucchesi and GitHub
716d5294e6
[Misc] Print accuracy value for PD tests even on success ( #43583 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-25 02:10:01 -07:00
873758c13a
[KV Connector] Handle Mooncake finish after preemption ( #43281 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
2026-05-25 01:58:38 -07:00
5c1aec3dc0
Reduce memory usage for granite_speech. ( #42933 )
...
Signed-off-by: Yihuki <wangbovbvb@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-25 14:12:57 +08:00
Roy Wang and GitHub
0c942c69d6
[Doc] Add section on escalating stalled contributions ( #43568 )
...
Signed-off-by: esmeetu <jasonailu87@gmail.com >
2026-05-25 14:11:01 +08:00
Yifan Qiao and GitHub
81252d4e24
[Feat][KVConnector] Support DSV4 in SimpleCPUOffloadBackend ( #42296 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
2026-05-25 14:04:30 +08:00
3df1c7c43e
[Docker] Non-root support for vllm-openai; add opt-in vllm-openai-nonroot target ( #40275 )
...
Signed-off-by: TheDuyIT <nduy250299@gmail.com >
Signed-off-by: dtnguyen <dtnguyen@nvidia.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-25 13:45:31 +08:00
1b26fa361e
[Docs] Reorganize offline inference docs. ( #43552 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-25 13:44:39 +08:00
weizhoublue and GitHub
6cbe448eed
fix: MoE model using shared routed experts crashes on AMD GPUs ( #42373 )
...
Signed-off-by: weizhou.lan@daocloud.io <weizhou.lan@daocloud.io >
2026-05-25 12:03:05 +08:00
Jee Jee Li and GitHub
b06813e872
[Kernel] Add mhc_pre_big_fuse_with_norm_tilelang ( #43474 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-25 01:19:45 +00:00
d0a100c87a
File system secondary tier implemented in python ( #41735 )
...
Signed-off-by: Rotem Shavitt <rshavitt@gmail.com >
Signed-off-by: Or Ozeri <oro@il.ibm.com >
Co-authored-by: Or Ozeri <oro@il.ibm.com >
2026-05-24 18:14:44 +00:00
d56285c747
Tuning script and configs for Triton Mamba SSU kernel ( #43083 )
...
Signed-off-by: Banani Ghosh <bg2502@nyu.edu >
Signed-off-by: Daniel Serebrenik <daserebrenik@nvidia.com >
Co-authored-by: Banani Ghosh <bg2502@nyu.edu >
2026-05-24 20:12:44 +03:00
TJian and GitHub
1806d1adfc
[ROCm] [DSv4] [Perf] Support DeepSeek v4 MTP ( #43385 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
2026-05-24 18:43:08 +08:00
Andreas Karatzas and GitHub
5940590855
[ROCm][CI] Stabilize 400 error return code for invalid schema inputs ( #43016 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-24 10:06:49 +00:00
Or Ozeri and GitHub
357fddf614
[kv_offload]: Add DSv4 support ( #43142 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-05-24 11:10:12 +03:00
0902d8e62f
[KV Connector] Keep MooncakeStore full hits block-aligned ( #43494 )
...
Signed-off-by: Dao Le <daole@inferact.ai >
Signed-off-by: Dao Le <Dao007forever@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-23 23:15:03 -07:00
Wentao Ye and GitHub
33d7cbe02c
[Model Runner v2] Force v1 runner for tests ( #43233 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-23 16:37:24 -07:00
Flora Feng and GitHub
b32fe416ea
[Bugfix] Fix reasoning dropped on streaming boundary deltas ( #42691 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-23 16:18:30 -07:00
Michael Goin and GitHub
10d264a2b9
Revert "[Misc] add humming to dependencies" ( #43492 )
2026-05-23 14:21:13 -07:00
TJian and GitHub
46f95b2ec2
[ROCm][Critical] Fix the GDN import bug ( #43486 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
2026-05-23 21:12:58 +00:00
Dao007forever and GitHub
819c610f9b
[Mooncake] Add metrics for MooncakeStoreConnector operations ( #43392 )
2026-05-23 13:34:40 -07:00
4438b6e7dc
[MoE] Migrate W4A8 CT to oracle kernel setup ( #42680 )
...
Signed-off-by: Siddharth Bedekar <bedeksid@gmail.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-05-23 13:56:01 -04:00
Holegots and GitHub
8737e4a857
[Docs] Fix stale version number in token_classify.md ( #43489 )
...
Signed-off-by: holegots <ikun3.1415927@gmail.com >
2026-05-23 10:42:20 -07:00
Holegots and GitHub
7c2ff1f819
[Docs] Fix stale version number in token_embed.md ( #43488 )
...
Signed-off-by: holegots <ikun3.1415927@gmail.com >
2026-05-23 10:06:56 -07:00
a0be71ee47
[MM] Enable FlashInfer metadata support for Qwen2.5-VL vision attention ( #42787 )
...
Signed-off-by: Hua Huang <huah@nvidia.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-05-23 16:08:40 +00:00
d8b385b7ea
[Bugfix][Frontend] Fix input_audio parsing when uuid is present ( #43414 )
...
Signed-off-by: ffggs <314137448@qq.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-05-23 09:03:19 -07:00
Andreas Karatzas and GitHub
2a7d5b7324
[ROCm][CI] Remove benchmarks test group and shard long test groups ( #41669 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-23 23:31:46 +08:00
5bb8d2767a
[Kernel] Batch invariant NVFP4 linear using cutlass ( #39912 )
...
Signed-off-by: Jakub Zakrzewski <jzakrzewski@nvidia.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-23 09:41:12 -04:00
GuangYaoZheng and GitHub
3f3e862681
fix(eagle3): read norm_before_fc from eagle_config for NVIDIA checkpoint ( #42143 )
...
Signed-off-by: FERRARIZHENG <popkart06@gmail.com >
2026-05-23 08:21:34 +00:00
Gabriel Wu and GitHub
82536acc54
Keep scheduler alive for delayed KV connector frees ( #43433 )
...
Signed-off-by: Zihua Wu <13583761+lucifer1004@users.noreply.github.com >
2026-05-23 06:23:32 +00:00
Wei-Ming Chen and GitHub
09a219c075
[ModelOpt] Support Qwen3.5/3.6 VLM quantized prefix mapping ( #42546 )
...
Signed-off-by: weimingc <17592131+meenchen@users.noreply.github.com >
2026-05-23 06:23:31 +00:00
d19db10974
[Bugfix] Fix native Triton top-k/top-p kernel assumes contiguous logi… ( #42739 )
...
Signed-off-by: xiaogang.zhou <xiaogang.zhou@bytedance.com >
Co-authored-by: xiaogang.zhou <xiaogang.zhou@bytedance.com >
2026-05-22 22:56:16 -07:00
Taneem Ibrahim and GitHub
3a1c062151
[Misc] Added missing return type annotations to improve mypy and IDE tooling ( #43383 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
2026-05-23 13:28:22 +08:00
a7be0f342d
[7/n] Migrate pos_encoding and norm kernels to libtorch stable ABI (continued) ( #43209 )
...
Signed-off-by: Mikayla Gawarecki <mikaylagawarecki@gmail.com >
Signed-off-by: Chris Leonard <chleonar@redhat.com >
Co-authored-by: Mikayla Gawarecki <mikaylagawarecki@gmail.com >
Co-authored-by: Shengqi Chen <harry-chen@outlook.com >
2026-05-23 13:20:00 +08:00
54d153637b
[XPU] reudce host overhead of XPU MOE ( #42915 )
...
Signed-off-by: mayuyuace <qiming1.zhang@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-23 13:09:34 +08:00
a5bbd81e2e
[XPU]feat: enable FP8 block-scaled quantization on XPU ( #42952 )
...
Signed-off-by: Ma Jian <jian1.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-23 12:33:18 +08:00
Andreas Karatzas and GitHub
d28bdf9344
[ROCm][CI] Fix ROCm LoRA Transformers fallback with full CUDA graphs ( #41577 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-23 04:31:32 +00:00
84e351555a
[Bugfix] Auto-raise max_num_batched_tokens for prefix-LM multimodal models ( #43051 )
...
Signed-off-by: Ashwin Giridharan <girida@amazon.com >
Co-authored-by: abinggo <107740309+abinggo@users.noreply.github.com >
2026-05-22 21:23:50 -07:00
Andreas Karatzas and GitHub
76ea1d5d2f
[ROCm][CI] Stabilize Granite tool-use and test URL construction ( #43017 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-23 12:21:11 +08:00
Andreas Karatzas and GitHub
6a4723a2e0
[ROCm][CI] Stabilize runner teardown between sampler tests ( #43023 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-23 12:19:54 +08:00
Yongye Zhu and GitHub
367cb81966
[DSV4] More multi-stream enablement for c4a ( #42925 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-23 09:22:27 +08:00
3cb83c9592
Add model to WeightTransferEngine.__init__ ( #42922 )
...
Signed-off-by: SumanthRH <sumanthrh99@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-22 17:52:15 -07:00
Duncan Moss and GitHub
552bbe6f4e
[Attention] Add head_dim=512 support for FlashInfer trtllm attention backend ( #38822 )
2026-05-22 20:27:35 -04:00
Itay Alroy and GitHub
6d30655b13
elastic_ep: stage/commit MoE quant method on reconfigure ( #40881 )
...
Signed-off-by: Itay Alroy <ialroy@nvidia.com >
2026-05-22 18:57:26 -04:00
8de5cabeb7
[XPU]fix: add XPU platform guards to DeepSeek-V4 ops ( #42950 )
...
Signed-off-by: Ma Jian <jian1.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-23 06:29:45 +08:00
4e2eba28be
[Perf] Optimize hidden state extraction logic ( #37374 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
Signed-off-by: Benjamin Chislett <chislett.ben@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-22 18:23:08 -04:00
gnovack and GitHub
f743254143
DSv4 fused Q-norm kernel grid refactor ( #42353 )
2026-05-22 15:21:33 -07:00
Nick Hill and GitHub
47d4407d7c
[Model Runner V2] Support sharing kv cache layers ( #35045 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-22 22:18:23 +00:00
Juhi Mittal and GitHub
e203006a8b
[Quantization][ModelOpt] W4A16 NVFP4 fused MoE + mixed-precision dispatch ( #42566 )
...
Signed-off-by: Juhi Mittal <juhim@nvidia.com >
2026-05-22 20:51:49 +00:00
08cb46789d
mhc_post - remove sts & add vectorized copies ( #43437 )
...
Signed-off-by: george <george@inferact.ai >
Co-authored-by: george <george@inferact.ai >
2026-05-22 13:44:29 -07:00
4e597b7491
[Bugfix] Clear error message for FP8 torchao quantization on unsupported GPUs ( #36854 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-22 20:09:17 +00:00
Artem Perevedentsev and GitHub
23f7b11bf4
[Bugfix] Detect wrong libcute_dsl_runtime.so variant in FlashInfer GDN ( #43427 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
2026-05-22 19:33:33 +00:00
977703aa94
[RFC][EPLB][ #32028 ] Remove dead torch.accelerator.synchronize() from sync path ( #40733 )
...
Signed-off-by: SandishKumarHN <3078999+SandishKumarHN@users.noreply.github.com >
Co-authored-by: SandishKumarHN <3078999+SandishKumarHN@users.noreply.github.com >
2026-05-22 15:19:24 -04:00
2b94d1c0ca
[Frontend] Simplify AuthenticationMiddleware path extraction ( #43426 )
...
Signed-off-by: Russell Bryant <rbryant@redhat.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-22 11:59:14 -07:00
Yongye Zhu and GitHub
843715739b
[Refactor] Extract DeepSeek V4 sparse MLA impl into model folder ( #43149 )
2026-05-22 10:06:31 -07:00
b21f3d56d4
[KV Connector] MooncakeStore: don't co-queue save with load to avoid double delayed-free ( #43371 )
...
Signed-off-by: Dao Le <Dao007forever@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 16:14:11 +00:00
c7624bea5e
[Bugfix] Source num_qo_heads from Attention layers in Flashinfer/Triton metadata builders ( #42650 )
...
Signed-off-by: zhanda <zhandazhu@gmail.com >
Co-authored-by: Shang Wang <shangw@nvidia.com >
2026-05-22 16:10:03 +00:00
Bugen Zhao and GitHub
91f5b92438
[Rust Frontend] [Refactor] Extract a newtype for utility call ID ( #43405 )
...
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
2026-05-22 08:22:11 -07:00
Isotr0py and GitHub
f0feb15e7f
[Multimodal] Simplify ViT CUDA graph interfaces ( #41234 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-05-22 22:31:00 +08:00
sychen52 and GitHub
fb21d8b4f9
Add NVFP4 MOE support for Deepseek V4. ( #42209 )
...
Signed-off-by: Shiyang Chen <shiychen@nvidia.com >
2026-05-22 07:21:51 -07:00
haosdent and GitHub
a377631d21
[CI] Fix AMD docker build tests ( #43329 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-22 14:06:24 +00:00
d3a563501b
[EPLB] Change default EPLB communicator ( #43110 )
...
Signed-off-by: Markov Ilya <markovilya19@gmail.com >
Co-authored-by: Markov Ilya <markovilya19@gmail.com >
2026-05-22 09:43:27 -04:00
Jee Jee Li and GitHub
15f7cd33dc
[LoRA] Reduce memory of 2D weights when EP is set ( #42737 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-22 06:41:56 -07:00
79ff0ffa98
[BugFix] wire make_empty_intermediate_tensors on AyaVision and Voxtral ( #43118 )
...
Signed-off-by: Keyi Li <likey6688@gmail.com >
Co-authored-by: Keyi Li <likey6688@gmail.com >
2026-05-22 05:26:41 -07:00
Tobias Wasner and GitHub
4658bf882b
[Bugfix] Clear P0 mm sender cache on sleep/pause to fix mm_hash desync ( #43001 )
...
Signed-off-by: Tobias Wasner <wasnertobias@gmail.com >
2026-05-22 03:54:29 -07:00
b3c7ffcab8
[Misc] Replace assert with proper exceptions for security and validation in pooling ( #43286 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-22 18:43:33 +08:00
d3d1cf6972
[XPU]feat: add XPU fallback for MoE topk routing and MXFP4 backend ( #42951 )
...
Signed-off-by: Ma Jian <jian1.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-22 10:22:45 +00:00
wangxiyuan and GitHub
7e1b45a092
[Attention] Mamba attention module refactor ( #41126 )
...
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com >
2026-05-22 17:13:12 +08:00
Li, Jiang and GitHub
65b7a812a2
[CPU] Experimentally enable Triton and MRV2 ( #43225 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-05-22 01:48:17 -07:00
2380bfc210
[Docs] Note image preprocessing difference between qwen_vl_utils and vllm. ( #43393 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-22 01:43:14 -07:00
mrjunwan-lang and GitHub
a761697717
Fix the docker build failure in tpu-inference ( #43360 )
...
Signed-off-by: mrjunwan-lang <mrjunwan@google.com >
2026-05-22 01:36:17 -07:00
Nick Hill and GitHub
694d9a81bb
[BugFix] Fix setuptools-rust dep in requirements files ( #43377 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-22 15:25:10 +08:00
Weida Hong and GitHub
6bb8753db1
Correcting the mock classes for MM GC tests ( #43321 )
...
Signed-off-by: Weida Hong <wdhongtw@google.com >
2026-05-22 15:21:35 +08:00
haosdent and GitHub
025d4f5cd2
[CI] Fix "test_awq_load[gemma4-moe-*]" failure ( #43296 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-22 07:13:59 +00:00
5ea76fa89a
[CI] Fix test_lora_with_spec_decode on V2 model runner ( #43314 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-05-22 14:24:18 +08:00
tc-mb and GitHub
fa1ff88b31
[Model] Fix MiniCPM-V 4.6 vit_merger qkv weight loading ( #43213 )
...
Signed-off-by: tc-mb <tianchi_cai@icloud.com >
2026-05-21 22:44:06 -07:00
Furkan F and GitHub
e746a2eebf
[Model] Use AutoWeightsLoader for Voyage ( #42972 )
...
Signed-off-by: Furkan Fidan <dev@yufufi.com >
2026-05-22 05:28:23 +00:00
haosdent and GitHub
1fe3303983
[CI] De-flake renderers/test_hf.py::test_resolve_content_format_fallbacks[Qwen/Qwen-VL-string] ( #43064 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-22 12:15:22 +08:00
8c8b1825eb
[XPU] Enable multiple key kernels for sparse attention ( #37888 )
...
Signed-off-by: Xiaochang Wu <xiaochang.wu@intel.com >
Signed-off-by: Wu, Xiaochang <xiaochang.wu@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-22 12:02:51 +08:00
18a27cc9a3
[Bugfix] Make CuMemAllocator free callback stream-aware ( #43020 )
...
Signed-off-by: zixi-qi <zixi@inferact.ai >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-22 03:36:22 +00:00
0ddd7dd656
[Frontend] DP Supervisor ( #40841 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Signed-off-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: robertgshaw2-redhat <robertgshaw2@gmail.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-21 20:33:16 -07:00
60af5c16ee
[Frontend] Add truncation side to OpenAI endpoints ( #43260 )
...
Signed-off-by: Rui Zhang <rza21.bc@gmail.com >
Signed-off-by: Rui Zhang <rui.zhang@globalrelay.net >
Co-authored-by: Rui Zhang <rui.zhang@globalrelay.net >
2026-05-21 20:32:31 -07:00
Divakar Verma and GitHub
35d0141a0b
[ROCm][CI] add warmup to mem_util test before measurement ( #43236 )
...
Signed-off-by: Divakar Verma <divakar.verma@amd.com >
2026-05-22 03:17:54 +00:00
Simon Danielsson and GitHub
86ccef7d44
[ROCm] Add XGMI backend for MoRI Connector ( #41753 )
...
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com >
2026-05-22 03:06:40 +00:00
2998a047aa
[Bugfix] Fix DSV4 Base model swiglu limit issue in FP8 path ( #42855 )
...
Signed-off-by: Chengze Fan <chengze@meta.com >
Signed-off-by: Chengze Fan <fancz2002@gmail.com >
Co-authored-by: Lu Fang <30275821+houseroad@users.noreply.github.com >
2026-05-21 19:43:01 -07:00
Isotr0py and GitHub
ba369b7eb5
[CI] Fix dockerfile dependency graph failure for pre-commit ( #43378 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-05-22 10:26:05 +08:00
39910f2b25
[Rust Frontend] Move code from vllm-frontend-rs ( #43283 )
...
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Signed-off-by: Eric Curtin <eric.curtin@docker.com >
Signed-off-by: Dev-X25874 <283057883+Dev-X25874@users.noreply.github.com >
Signed-off-by: Will.hou <1205157517@qq.com >
Signed-off-by: Will.hou <willamhou@ceresman.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Eric Curtin <eric.curtin@docker.com >
Co-authored-by: Dev-X25874 <283057883+Dev-X25874@users.noreply.github.com >
Co-authored-by: Will.hou <1205157517@qq.com >
Co-authored-by: Will.hou <willamhou@ceresman.com >
Please see https://github.com/Inferact/vllm-frontend-rs for full original commit history.
2026-05-21 17:21:48 -07:00
Lanze Liu and GitHub
39d5fa96a7
[Bugfix] Zero stale is_prefilling in padded CUDA graph rows for Mamba ( #41873 )
...
Signed-off-by: Lanze Liu <lanzetech@gmail.com >
2026-05-21 15:42:42 -07:00
Nick Hill and GitHub
565b745ec5
[BugFix] Use correct logprobs for logprob_token_ids ( #43125 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-21 15:42:20 -07:00
e26e1f0928
[Feature] Add --cpu-distributed-timeout-seconds CLI Option for CPU Process Group Timeout ( #42968 )
...
Signed-off-by: fangyuchu <fangyuchu@qq.com >
Signed-off-by: zWaNg3 <389750525@qq.com >
Co-authored-by: zWaNg3 <389750525@qq.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-21 15:42:07 -07:00
Nick Hill and GitHub
0f66623b0d
[Frontend] Rework fastokens integration ( #43168 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-21 15:36:58 -07:00
0b59fc45dd
Disable build isolation to bypass CUDA related deps for vllm-tpu ( #43038 )
...
Signed-off-by: Ylang Tsou <ylangt@google.com >
Co-authored-by: Ylang Tsou <ylangt@google.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-05-21 18:00:52 -04:00
17b69828a0
[Core] Add native ModelExpress load format ( #43105 )
...
Signed-off-by: Zheng Luo <zheluo@nvidia.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-05-21 16:05:01 -04:00
Wentao Ye and GitHub
b29cbf0652
[Perf] zeros -> empty to remove additional fill ( #42988 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-21 16:00:29 -04:00
Michael Goin and GitHub
9b54e50e2c
[Deprecation] Mark env vars covered by --moe-backend / --linear-backend ( #43148 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
2026-05-21 12:51:12 -07:00
1c78f76c29
[Bugfix] Add early validation to reject incompatible runner types for embedding models ( #43079 )
...
Signed-off-by: anish <anishesg@users.noreply.github.com >
Signed-off-by: Your Name <ak8686@princeton.edu >
Signed-off-by: anish <145943060+anishesg@users.noreply.github.com >
Co-authored-by: anish <anishesg@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-05-21 11:07:46 -04:00
haosdent and GitHub
9b9d5dbaab
[CI] Fix CPU tests failing on tl.exp2 import ( #43311 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-21 14:28:34 +00:00
b730c46352
[Perf] [Hybrid] Fused Triton kernel for GPU-side Mamba state postprocessing ( #40172 )
...
Signed-off-by: Francesco Fusco <ffu@zurich.ibm.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-21 04:50:54 -07:00
c68c55d43e
[CPU][RISC-V] Add VLEN=256 support to RVV attention kernels ( #42943 )
...
Signed-off-by: velonica0 <like@mail.nankai.edu.cn >
Signed-off-by: velonica0 <47554626+velonica0@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-05-21 04:50:49 -07:00
5ecd8e9c70
[XPU][CI]Fix Docker image pull-to-run race in Intel GPU CI ( #43266 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-21 10:41:38 +00:00
khluu and Claude Opus 4.6
ca307c0f63
[CI] Fix coverage aggregation to filter zero-execution files
...
coverage.py with source=vllm reports ALL files in the package tree,
even those with 0 executed lines. Filter to only files with
covered_lines > 0 so the mapping reflects actual runtime dependencies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-21 03:41:19 -07:00
haosdent and GitHub
caf69823d6
[CI] Pin protoc binary in rust-build stages ( #43292 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-21 03:38:07 -07:00
khluu and Claude Opus 4.6
08c4b0787c
[CI] Add coverage-based test mapping infrastructure (Phase 1)
...
Add scripts to collect per-step test coverage during nightly CI runs.
When COLLECT_COVERAGE=1 is set, pytest commands are wrapped with
coverage.py tracing, and the resulting coverage data is uploaded as
Buildkite artifacts.
This enables building a mapping of {source_file -> [test_steps]} to
automatically detect which tests need to run when a file changes,
catching transitive dependencies that manual source_file_dependencies
lists miss (e.g., vllm/model_executor/kernels/ affecting quantization,
spec decode, and distributed tests).
New files:
- .buildkite/scripts/coverage/upload-step-coverage.sh: per-step export
- .buildkite/scripts/coverage/aggregate-coverage.py: build combined map
Companion change in ci-infra/pipeline_generator wraps pytest commands
with coverage when COLLECT_COVERAGE=1.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-21 02:14:01 -07:00
68e07d5916
[Bug] Fix ci issue assert output_size is not None AssertionError ( #43261 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Isotr0py <Isotr0py@outlook.com >
Co-authored-by: Isotr0py <Isotr0py@outlook.com >
2026-05-21 16:58:09 +08:00
ebbfb34e3e
[Test] Replace zephyr-7b-beta (7B) with SmolLM2-135M in tokenization test ( #43085 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-21 01:57:47 -07:00
zhangxin81 and GitHub
edafea3555
Fix FlashInfer TRTLLM NvFP4 monolithic MoE routing ( #43223 )
...
Signed-off-by: zhangxin81 <115389973+zhangxin81@users.noreply.github.com >
2026-05-21 01:17:12 -07:00
b719b1635b
Update KDA chunk prefill decay to use exp2 semantics ( #43195 )
...
Signed-off-by: zexplorerhj <19794632+zexplorerhj@users.noreply.github.com >
Co-authored-by: zexplorerhj <19794632+zexplorerhj@users.noreply.github.com >
2026-05-21 01:16:27 -07:00
Kunshang Ji and GitHub
0a54df2847
[XPU] add setuptools-rust for xpu dependency ( #43287 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-21 00:14:13 -07:00
haosdent and GitHub
a950e9447e
[CI] De-flake test_models for bigscience/bloom-560m ( #43197 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-21 06:30:14 +00:00
050611a3dd
[Bugfix] Fix glm4_moe_tool_parser._is_string_type for /v1/responses FunctionTool format ( #39601 )
...
Signed-off-by: Yiyang Liu <37043548+ianliuy@users.noreply.github.com >
Signed-off-by: Chauncey <chaunceyjiang@gmail.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
2026-05-20 22:58:59 -07:00
yzong-rh and GitHub
905b97adfa
[Benchmark] Add num-warmup to vllm bench throughput ( #43245 )
...
Signed-off-by: Yifan Zong <yzong@redhat.com >
2026-05-21 05:13:15 +00:00
Daoyuan Li and GitHub
a6682d1d25
[Bugfix] Warn when renderer_num_workers has no effect on offline LLM ( #42905 )
...
Signed-off-by: Daoyuan Li <94409450+DaoyuanLi2816@users.noreply.github.com >
2026-05-20 21:35:08 -07:00
f2ace1d57d
[Frontend][RFC] Rust front-end integration ( #40848 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
Co-authored-by: Bugen Zhao <i@bugenzhao.com >
2026-05-21 12:24:48 +08:00
d97ba29fdc
[ToolParser][Bugfix] Re-land: Fix anyOf/oneOf/$ref type resolution in Qwen3CoderToolParser ( #37831 ) ( #38973 )
...
Signed-off-by: AAISSJ <maze0717@g.skku.edu >
Signed-off-by: <>
Signed-off-by: sejung-son <sejung.son@nhn.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: 세덩 <saison@sedeong-ui-MacBookAir.local >
Co-authored-by: sejung-son <sejung.son@nhn.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
2026-05-21 12:24:08 +08:00
Flora Feng and GitHub
6441cf4a44
[Refactor] Use shared coerce_to_schema_type in Seed-OSS tool parser ( #43140 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-20 21:24:06 -07:00
346cf163a1
[Frontend] Normalize reasoning_content to reasoning for client compatibility ( #42664 )
...
Signed-off-by: Ben Browning <bbrownin@redhat.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-20 21:23:47 -07:00
haosdent and GitHub
7e5070934e
[CI] Fix "test_vit_cudagraph_[image|video][step3_vl]" failure ( #43082 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-20 21:22:10 -07:00
2b75a73b8e
[Perf][Gemma4] Batch vision encoder calls for image and video processing ( #43169 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
2026-05-20 21:22:06 -07:00
e45df8c3f7
[Bugfix] Fix Qwen3.5 GatedDeltaNet in_proj_ba Marlin failure at TP>=2 ( #36329 )
...
Signed-off-by: Adi McM Sonus Flow <biuro@sonusflow.pl >
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 21:22:01 -07:00
Jee Jee Li and GitHub
ee05e8137e
[Minor] Bigger overlap for FI AR ( #43103 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-20 21:20:57 -07:00
Louie Tsai and GitHub
5d041cc1fe
update GPU json file based on h200 recipes ( #43262 )
...
Signed-off-by: louie-tsai <louie.tsai@intel.com >
2026-05-21 03:57:48 +00:00
9640970de2
[Model Runner V2] Fix lora Triton Error [CUDA]: device-side assert triggered ( #43139 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-21 01:00:30 +00:00
63ea11709b
[CI] Add composed-schema regression tests for DeepSeek V3.2/V4 parsers ( #43255 )
...
Signed-off-by: Ace Eldeib <aeldeib@coreweave.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-05-21 00:36:16 +00:00
akii96 and GitHub
bde560ed6e
[ROCm] Add QuickReduce min-size override and codec threshold ( #41675 )
...
Signed-off-by: <>
2026-05-20 17:46:51 -05:00
Jiangyun Zhu and GitHub
6dc0a71843
[Misc] downgrade nvidia-cutlass-dsl to 4.5.0 ( #43230 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-05-20 14:19:50 -07:00
Michael Goin and GitHub
5774aad9c5
[Perf][gpt-oss] Downgrade triton_kernels to v3.5.1 ( #43135 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-20 14:13:12 -07:00
Douglas Lehr and GitHub
452baa860b
Add dllehr-amd to CODEOWNERS and committers list ( #42772 )
...
Signed-off-by: Douglas Lehr <Doug.Lehr@amd.com >
2026-05-20 16:10:44 -05:00
Flora Feng and GitHub
2a43b407c5
[Bugfix][CI] Add missing import of pad_nvfp4_activation_for_cutlass in flashinfer ( #43237 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-20 11:59:12 -07:00
53ff50fcd3
[Perf] Optimize CutlassFP8ScaledMMLinearKernel when padding needed by pre-weight processing, 13.5% TTFT improvement ( #42651 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Matthew Bonanni <mbonanni@redhat.com >
2026-05-20 11:57:42 -07:00
363fc84407
Integrate flashinfer b12x MoE and FP4 GEMM kernels for SM120/121 ( #40082 )
...
Signed-off-by: Meenakshi Venkataraman <meenakshiv@nvidia.com >
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-20 17:21:11 +00:00
f2d5e3d3ae
[CI] Lower granite-4.0-h-tiny gsm8k threshold for Hybrid SSM NixlConnector PD accuracy tests (4 GPUs) ( #43186 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
Signed-off-by: NickLucche <nlucches@redhat.com >
Co-authored-by: NickLucche <nlucches@redhat.com >
2026-05-20 17:00:24 +00:00
2d6b3489b9
[R3] Add routed experts to openai entrypoint ( #38939 )
...
Signed-off-by: ahao-anyscale <ahao@anyscale.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-05-20 09:07:59 -07:00
Vadim Gimpelson and GitHub
9c78c99995
[MISC] Fix symm_mem cap-equal gate; log AR backend selection ( #42993 )
...
Signed-off-by: Vadim Gimpelson <vadim.gimpelson@gmail.com >
2026-05-20 08:50:24 -07:00
Flora Feng and GitHub
a10d69116c
[Bugfix] Use shared coerce_to_schema_type in DeepSeekV32 tool parser ( #43019 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-20 10:21:00 -04:00
644b2a28e7
[Bugfix] Use enable_sm120_family for per-tensor FP8 CUTLASS kernels on SM12.1 ( #41215 )
...
Signed-off-by: j9smith <j.smith9103@outlook.com >
Signed-off-by: Joel Smith <j.smith9103@outlook.com >
Co-authored-by: Shengqi Chen <harry-chen@outlook.com >
2026-05-20 14:10:01 +00:00
ded871201a
[Bug][Structured Outputs] Fix bug that leads to unconstrained generations with structural tags ( #42452 )
...
Signed-off-by: rishitdholakia13 <rishit+github@cohere.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-20 07:08:58 -07:00
Dipika Sikka and GitHub
df84fb07a6
Remove additional dead code as a follow-up to #42889 ( #43144 )
...
Signed-off-by: Dipika Sikka <dipikasikka1@gmail.com >
2026-05-20 10:01:45 -04:00
Benjamin Chislett and GitHub
0a508743d4
[Spec Decode] Support non-MTP speculation for NemotronH ( #43130 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-05-20 09:15:52 -04:00
Kebe and GitHub
19cf334207
[Feature] Support manually enabling the cumem allocator ( #33648 )
...
Signed-off-by: Kebe <mail@kebe7jun.com >
2026-05-20 08:58:30 -04:00
87e31455b0
[Doc] Sync CLI guide with actual help modes and launch subcommand ( #40326 )
...
Signed-off-by: Rui Wang <raygorous@gmail.com >
Co-authored-by: Rui Wang <raygorous@gmail.com >
2026-05-20 02:32:03 -07:00
cb600d1cdb
[Frontend] Forward X-data-parallel-rank header on /inference/v1/generate ( #42330 )
...
Signed-off-by: hallerite <git@hallerite.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 08:58:46 +00:00
xiangdong and GitHub
6f21558da1
[XPU][CI] Add 2 server model test files in Intel GPU CI ( #42499 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-05-20 16:54:58 +08:00
Artem Perevedentsev and GitHub
1cb224430b
[GDN] Enable FI Blackwell GDN prefill kernel ( #40717 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
2026-05-20 01:46:55 -07:00
Harry Mellor and GitHub
9b343dd4f5
Enable mermaid diagrams in the docs ( #43192 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-20 08:10:00 +00:00
07aeaf9d4d
[6/n] Migrate activation kernels, gptq, gguf, non cutlass w8a8 to libtorch stable ABI (continued) ( #42663 )
...
Signed-off-by: Mikayla Gawarecki <mikaylagawarecki@gmail.com >
Signed-off-by: Chris Leonard <chleonar@redhat.com >
Co-authored-by: Mikayla Gawarecki <mikaylagawarecki@gmail.com >
Co-authored-by: Shengqi Chen <harry-chen@outlook.com >
2026-05-20 00:18:12 -07:00
Nicolò Lucchesi and GitHub
40651c0207
[Docs][PD][NIXL] Bidirectional kv-cache transfer ( #43097 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-20 09:02:36 +02:00
Nicolò Lucchesi and GitHub
7e4bc2cecb
[Docs][PD][NIXL] Lease extension mechanism for blocks on P ( #43099 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-20 08:58:25 +02:00
Kevin H. Luu and GitHub
85959567c3
[ci] Revert model executor test back to L4 ( #43188 )
...
Signed-off-by: Kevin H. Luu <khluu000@gmail.com >
2026-05-19 23:01:41 -07:00
Ronen Schaffer and GitHub
4f940896a3
[KV Offload] Pass OffloadingSpec instead of VllmConfig to secondary tiers ( #43076 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-20 03:32:08 +00:00
Michael Goin and GitHub
cd0ff26e7a
[CI] Add DSV4-Flash to gsm8k moe-refactor/config-b200.txt ( #42111 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-19 20:21:01 -07:00
Izik Golan and GitHub
2ae910ed88
[Perf] Avoid forward scan for async output placeholders ( #42938 )
2026-05-19 20:16:07 -07:00
fadf5d332c
add enqueue all option to throughput benchmark ( #42975 )
...
Signed-off-by: Philip Maybank <pmaybank@amd.com >
Signed-off-by: pmaybank <113125070+pmaybank@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-19 20:16:02 -07:00
Benjamin Chislett and GitHub
c628a93a64
[Perf][Bugfix] Update dflash aux layer indexing ( #40727 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-05-19 20:15:57 -07:00
Terrence Zhao and GitHub
5774aaed0c
[Cohere] Enable Cohere MoE ( #43143 )
...
Signed-off-by: Terrencezzj <terrence@cohere.ai >
2026-05-19 19:32:06 -07:00
Nick Hill and GitHub
39bba710be
[MRV2][BugFix] Fix default-stream CG capture in P/W LoRA case ( #43160 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-19 19:19:05 -07:00
Aaron Hao and GitHub
73dd2f33b7
[bug] fix WeightTransferConfig.backend to allow for all strings ( #43121 )
...
Signed-off-by: ahao-anyscale <ahao@anyscale.com >
2026-05-19 21:01:29 -04:00
Fadi Arafeh and GitHub
be16785998
[CPU][DOC] Fix installation commands for Arm CPUs ( #43115 )
...
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com >
2026-05-19 23:31:15 +00:00
117afeea46
Fix error in Dynamic NTK scaling ( #41277 )
...
Signed-off-by: Max de Bayser <mbayser@br.ibm.com >
Signed-off-by: Max de Bayser <maxdebayser@gmail.com >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-19 17:27:54 -04:00
Doğaç Eldenk and GitHub
1242196295
[Model] Support post-norm architecture for EAGLE-3 supeculators ( #42764 )
...
Signed-off-by: Doğaç Eldenk <dogacel@gmail.com >
2026-05-19 13:39:00 -07:00
Kevin H. Luu and GitHub
a65093c1a3
[ci] Move language models tests (hybrid) back to L4 ( #43129 )
...
Signed-off-by: Kevin H. Luu <khluu000@gmail.com >
2026-05-19 11:51:34 -07:00
9aaf83ef50
[CI failure] Temporarily disable using persistent cache for flashinfer autotune ( #43119 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
Signed-off-by: Wei Zhao <51183510+wzhao18@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-19 11:44:32 -07:00
tomeras91 and GitHub
f54721bcc3
[Bugfix][MoE] FlashInfer one-sided: workspace union across heterogeneous layers ( #42976 )
...
Signed-off-by: Tomer Asida <57313761+tomeras91@users.noreply.github.com >
2026-05-19 14:43:04 -04:00
aed2eb355a
[Docs] Fix MooncakeStoreConnector role in disaggregated example ( #42994 )
...
Signed-off-by: Dao Le <Dao007forever@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-19 11:14:43 -07:00
Dom Brown and GitHub
d247a931cc
[feat] Add FP8 per-tensor Q scale support to Triton attention backend ( #42080 )
...
Signed-off-by: Dom Brown <3886319+DomBrown@users.noreply.github.com >
2026-05-19 09:02:05 -07:00
Jinzhen Lin and GitHub
8200fbe1ac
[Misc] add humming to dependencies ( #42540 )
...
Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com >
2026-05-19 08:36:47 -07:00
Flora Feng and GitHub
42b4f1fdf7
[Refactor] Extract extract_types_from_schema utility from Minimax M2 tool parser ( #43025 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-19 11:21:12 -04:00
Wang Yiwen and GitHub
1c6158083a
[Model] Openvla support ( #42654 )
...
Signed-off-by: Wang Yiwen <121547057+yiwen101@users.noreply.github.com >
2026-05-19 08:17:42 -07:00
Xinyu Chen and GitHub
d740e2c029
[XPU] update xpu graph usage ( #43043 )
...
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
2026-05-19 23:09:07 +08:00
Nick Hill and GitHub
b82e908b4c
[Perf][4/n] Eliminate various GPU<->CPU syncs ( #42347 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-19 10:35:54 -04:00
Sage and GitHub
a78b842d0e
[Bugfix] Fix top logprobs token placeholders in /inference/v1/generate ( #42887 )
...
Signed-off-by: Sage Ahrac <sagiahrak@gmail.com >
2026-05-19 10:21:49 +00:00
129019f334
[CI] Add MTP + PD disagg test for Qwen3.5 ( #42677 )
...
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-05-19 11:44:33 +02:00
Shanshan Shen and GitHub
ef54a4d604
[Misc][MM] Remove redundant code in CLIPAttention ( #43046 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-05-19 08:43:16 +00:00
Woosuk Kwon and GitHub
07beaed842
[Model Refactoring] Rename deepseek_v4.py to model.py [4/N] ( #43077 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-05-19 01:12:46 -07:00
Yifan Qiao and GitHub
056bc2e166
[KVConnector][DSV4] HMA support for Mooncake store connector ( #42828 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
2026-05-19 01:07:46 -07:00
f34623bf3c
[bug] AsyncScheduler drops first post-resume token after pause_generation + clear_cache ( #42117 )
...
Signed-off-by: hao-aaron <ahao@anyscale.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-19 01:06:21 -07:00
Woosuk Kwon and GitHub
b14be81c1f
[Model Refactoring] Move deepseek_v4_ops to models/deepseek_v4 [3/N] ( #43073 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-05-19 00:52:54 -07:00
wang.yuqi and GitHub
301d986473
[Frontend] Consolidate beam search by BeamSearchMixin. ( #42946 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-19 07:37:40 +00:00
257af77bc2
[Docs] Reorganize online serving docs. ( #41907 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-19 14:43:18 +08:00
Taneem Ibrahim and GitHub
4a4fdabe28
[Misc] Aligning tokwise pooler heads for consistency ( #43041 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
2026-05-19 06:16:42 +00:00
f1e3f0e6d6
[XPU] Use custom op collective behavior ( #41354 )
...
Signed-off-by: Chaojun,Zhang <chaojun.zhang@intel.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-19 14:14:59 +08:00
9fd8487d2f
[Docs] Add SVG images for pooling models. ( #42626 )
...
Signed-off-by: Gracie Guo <gracieguo@Gracies-MacBook-Pro.local >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: Gracie Guo <gracieguo@Gracies-MacBook-Pro.local >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-18 22:50:38 -07:00
27f4ba9481
fix: use keyword arguments for shard_id and expert_id in weight_loade… ( #42671 )
...
Signed-off-by: junyanxu <junyanxu5513@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-19 05:29:04 +00:00
6e889b582b
[ci] Route 28 gpu_1_queue tests to h200_35gb queue ( #43030 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-18 21:58:36 -07:00
fab07e4d0f
[Bugfix][KV Connector] Fix SimpleCPUOffloadScheduler TOCTOU between Phase A and Phase B ( #42289 )
...
Signed-off-by: Qiuyang Yue <yueqiuyang1389@gmail.com >
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
Co-authored-by: gemini-code-assist <noreply@google.com >
2026-05-18 21:22:33 -07:00
3ca8db2ef8
add cutedsl dsv4 indexer fp8 kernel ( #42899 )
...
Signed-off-by: george <george@inferact.ai >
Co-authored-by: george <george@inferact.ai >
2026-05-18 21:17:56 -07:00
Woosuk Kwon and GitHub
87b08c5f64
[Model Refactoring] Move DeepSeek V4 layers to models/deepseek_v4/ [2/N] ( #43039 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-05-18 21:00:58 -07:00
fba010dd74
[Bugfix][MRV2] Fix KVCache tensor explicit kernel_block_size dim ( #42766 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-18 20:25:41 -07:00
Mohammad Miadh Angkad and GitHub
da03e549b3
[UX] Add a persistent cache for FlashInfer autotuning ( #42537 )
...
Signed-off-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com >
2026-05-18 20:25:37 -07:00
Kunshang Ji and GitHub
36dcaf25d8
[XPU] add gptq(int4) support ( #37844 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-19 11:17:09 +08:00
Ofir Zafrir and GitHub
8f16c4a5c0
[BugFix][CPU][Spec Decode] Fix Eagle implementation on CPU backend ( #42468 )
...
Signed-off-by: Ofir Zafrir <ofir.zafrir@intel.com >
2026-05-19 03:16:07 +00:00
afd7b1dce9
[Bugfix] Use platform-agnostic device in example_connector load ( #42926 )
...
Signed-off-by: Revital Sur <eres@il.ibm.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-19 03:12:04 +00:00
Woosuk Kwon and GitHub
287471b994
[Model Refactoring] Migrate DeepSeek V4 to vllm/models/ [1/N] ( #43004 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-05-18 19:50:02 -07:00
239b5ff30c
[Frontend] Add --spec-method/--spec-model/--spec-tokens CLI aliases ( #42476 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-18 17:22:27 -07:00
Artem Perevedentsev and GitHub
f85c76d701
[CI/Build] Bump nvidia-cutlass-dsl to 4.5.1 ( #42991 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
2026-05-18 16:58:15 -07:00
shanjiaz and GitHub
a171e6b52d
Add parallel drafting to v2 model runner unsupported features ( #43010 )
...
Signed-off-by: shanjiaz <zsjwpianpian@gmail.com >
2026-05-18 16:39:09 -07:00
Wentao Ye and GitHub
37ece593c1
[Perf] Padded nvfp4 quant kernel to remove additional copy, 2.4%~5.7% e2e performance improvement ( #42774 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-18 16:38:12 -07:00
Flora Feng and GitHub
57fef4e0bf
[Refactor] Extract shared coerce_to_schema_type utility from Minimax M2 tool parser ( #43006 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-18 17:55:39 -04:00
haosdent and GitHub
0191354827
[Perf][MLA] Enable FULL cudagraph capture for TRITON_MLA decode ( #42885 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-18 14:29:10 -07:00
Wentao Ye and GitHub
cd49a05d5a
[Refactor] Remove dead code ( #42889 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-18 16:41:22 -04:00
Ronen Schaffer and GitHub
84747489de
Tier offload followup ( #42529 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-18 19:41:58 +00:00
Tuukka Sarvi and GitHub
8fc1c284b9
[ROCm] Guard AITER GDN decode fast path by layout ( #42880 )
...
Signed-off-by: Tuukka Sarvi <tuukka.sarvi@amd.com >
2026-05-18 11:56:22 -07:00
Amit Portnoy and GitHub
ce88f01c9a
[Docs] update attribution to reflect EDEN foundation ( #41666 )
...
Signed-off-by: amitport <1131991+amitport@users.noreply.github.com >
2026-05-18 11:22:56 -07:00
Wentao Ye and GitHub
00e20e76f7
[Refactor] Remove dead cuda kernels ( #42767 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-18 11:14:21 -07:00
czhu-cohere and GitHub
9758a6e5c5
[BugFix] support PP for Cohere vision model ( #42819 )
...
Signed-off-by: <conway.zhu@cohere.com >
Signed-off-by: root <conway.zhu@cohere.com >
2026-05-18 11:12:06 -07:00
Bowen Bao and GitHub
a2c8fc6657
[ROCm][Quantization][3/N] Refactor quark_moe w4a4 w/ oracle ( #41436 )
...
Signed-off-by: Bowen Bao <bowenbao@amd.com >
2026-05-18 13:46:13 -04:00
6859ca7615
[Bugfix] fix swiglu limit issue for humming backend + deepseek v4 ( #42541 )
...
Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-05-18 17:32:26 +00:00
Mohammad Miadh Angkad and GitHub
67f58ce23f
[Bugfix] Fix DSV4 MTP after ROCm mHC integration ( #42930 )
...
Signed-off-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com >
2026-05-18 17:02:01 +00:00
Wei Zhao and GitHub
8c296de63b
[Perf] Re-enable flashinfer autotune by default and cleanup ( #42857 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
2026-05-18 09:12:27 -07:00
Harry Mellor and GitHub
b12745e4f3
Fix --convert passed without --runner on causal models ( #42935 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-18 15:56:09 +00:00
Wentao Ye and GitHub
e26736973a
[Model Runner V2] Fix prompt logprobs calculation Sizes of tensors must match error ( #42778 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-18 08:27:21 -07:00
Netanel Haber and GitHub
47829b1159
[Bugfix] mamba: run single-token extends as decodes ( #42430 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-05-18 15:26:00 +00:00
Blanc Swan and GitHub
4a39b4f553
[Model] Add Apertus Tool Parser ( #41154 )
...
Signed-off-by: Blanc <swan.blanc@infomaniak.com >
2026-05-18 11:20:04 -04:00
78e7a7b9b0
Refactor AWQ Marlin MoE onto modular WNA16 oracle ( #42483 )
...
Signed-off-by: Siddharth Bedekar <bedeksid@gmail.com >
Signed-off-by: Siddharth Bedekar <104613085+bedeks@users.noreply.github.com >
Co-authored-by: Robert Shaw <robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-18 08:02:43 -07:00
f5d3dc7115
[Model Runner v2] Support update_config ( #42783 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-18 10:26:07 -04:00
1ac10f159a
Revert "[torch.compile] Add patch for fullgraph compilation" ( #42686 ) ( #42913 )
...
Co-authored-by: Luka Govedič <luka.govedic@gmail.com >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
2026-05-18 09:02:51 -04:00
e5417657e5
[KV Connector][Offloading] Flush all pending jobs on last step ( #42611 )
...
Signed-off-by: Liran Schour <lirans@il.ibm.com >
Signed-off-by: liranschour <liranschour@users.noreply.github.com >
Co-authored-by: Or Ozeri <or@ozery.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-18 12:59:42 +00:00
xiangdong and GitHub
2e40faf08b
[XPU][CI] Temporarily skip test_moe_lora_align_block_size_mixed_base_and_lora[1] in Intel GPU CI ( #42954 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-05-18 20:34:48 +08:00
Nicolò Lucchesi and GitHub
69c91d010a
[MRv2] Default to MRv1 when a connector is present ( #42955 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-18 20:34:16 +08:00
roikoren755 and GitHub
737bfa3a43
[Bugfix][Hybrid][NemotronH] Fix mamba_cache_mode=all + speculative decoding crash ( #41233 )
...
Signed-off-by: Roi Koren <roik@nvidia.com >
2026-05-18 14:54:00 +03:00
Kfir Toledo and GitHub
e414e1f1c0
[Bugfix][KV Offload] count appended GPU blocks in store group_sizes ( #42945 )
...
Signed-off-by: Kfir Toledo <kfir.toledo@ibm.com >
2026-05-18 11:36:02 +00:00
df852ed503
fix: remove unused norm for dpskv4 ( #41710 )
...
Signed-off-by: inisis <desmond.yao@buaa.edu.cn >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-18 18:33:29 +08:00
Yuwen Zhou and GitHub
88a860d754
[CPU] Add MXFP4 W4A16 MoE support ( #41922 )
...
Signed-off-by: yuwenzho <yuwen.zhou@intel.com >
Signed-off-by: Yuwen Zhou <yuwen.zhou@intel.com >
2026-05-18 03:04:45 -07:00
cac81b6eda
[CPU Backend] Improve cpu thread utilization ( #42666 )
...
Signed-off-by: Li, Tianmu <tianmu.li@intel.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-18 03:04:41 -07:00
Li, Jiang and GitHub
b4601ad43f
[CPU] Add fused GDN support for AMX CPU platform ( #42707 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-05-18 03:04:36 -07:00
Jee Jee Li and GitHub
2267f70070
[Kernel] Pack topk id/weights triton kernel ( #42527 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-18 03:04:31 -07:00
965d076148
[CPU] Specify required KV cache layout for CPU attention backend ( #42740 )
...
Signed-off-by: Tony Lin <tony.lin@intel.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-05-18 17:38:54 +08:00
c38bed4248
delete xpu ci ( #42582 )
...
Signed-off-by: wenjun.liu <wenjun.liu@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-18 16:36:45 +08:00
Xin Yang and GitHub
998714b21b
[Perf] Add do_not_specialize in fused FP8 RoPE kernel ( #42849 )
...
Signed-off-by: Xin Yang <xyangx@amazon.com >
2026-05-18 01:32:46 -07:00
Harry Mellor and GitHub
9537542537
Revert checkpoint specific workaround in Transformers modelling backend ( #42923 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-18 17:31:06 +09:00
Rishapveer Singh and GitHub
5ab6d1b3fd
[Model] [Perf] Use flatten for Qwen3.5's GDN output projection ( #42311 )
...
Signed-off-by: Rishapveer Singh <singhrishapveer@gmail.com >
2026-05-18 16:14:36 +08:00
7d5b033782
[LoRA] Support 2D and 3D MoE LoRA adapter at the same time ( #42242 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-18 15:22:26 +08:00
e3aeee5ff8
[Bugfix] moe lora align kernel grid ( #40131 )
...
Signed-off-by: TheDuyIT <nduy250299@gmail.com >
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
Signed-off-by: dtnguyen <dtnguyen@nvidia.com >
Co-authored-by: Jee Jee Li <jeejeelee@inferact.ai >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
2026-05-18 00:17:53 -07:00
Harry Mellor and GitHub
c1f7854342
Improve logging when docs build is skipped ( #42929 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-18 06:33:32 +00:00
gaozihao-shy and GitHub
23c15acd77
[BugFix] Kimi-K2.5: skip vision tower dtype conversion when using quantization ( #42869 )
...
Signed-off-by: gaozihao-shy <gaozihao-shy@users.noreply.github.com >
Signed-off-by: gaozihao <gaozihao3@huawei.com >
2026-05-18 05:07:16 +00:00
Andreas Karatzas and GitHub
b50646e5ef
[ROCm][CI] Stabilize ROCm pooling and multimodal CI ( #42909 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-18 03:57:59 +00:00
Soyaazz and GitHub
990f49bdcb
[MM][CG] Enable encoder Cudagraph for Step3VL ( #42224 )
...
Signed-off-by: JisoLya <523420504@qq.com >
Signed-off-by: Soyaazz <523420504@qq.com >
2026-05-17 20:19:13 -07:00
107210442d
[CI] Add NIXL EP import canary ( #42567 )
...
Signed-off-by: Alec Flowers <aflowers@nvidia.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-05-17 19:11:46 -07:00
03ddc1c9bc
[Perf] Wire silu_and_mul_per_block_quant into TritonFP8MoE (MiniMax-M2) ( #42497 )
...
Signed-off-by: qianlihuang <yiliu.dong@qq.com >
Signed-off-by: Yiliu Dong <91178480+qianlihuang@users.noreply.github.com >
Co-authored-by: qianlihuang <yiliu.dong@qq.com >
2026-05-17 21:57:04 -04:00
Luka Govedič and GitHub
966903eb93
[torch.compile] Add patch for fullgraph compilation ( #42686 )
...
Signed-off-by: Luka Govedič <luka.govedic@gmail.com >
2026-05-17 19:49:16 +00:00
TJian and GitHub
599e75f432
[ROCm] [Bugfix] Fix DeepSeek V4 Functionality and Accuracy ( #42810 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
2026-05-17 12:18:50 -04:00
Taneem Ibrahim and GitHub
1c8e9c0399
Refactor: Pass num_labels explicitly to PoolerClassify instead of reading from global config ( #42851 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
2026-05-17 14:40:21 +00:00
0fa888465e
[XPU] fix weight scale shape ( #42725 )
...
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-17 16:55:10 +08:00
liuzhenwei and GitHub
ff712f6447
[MRV2][XPU] add Model Runner V2 log ( #42710 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-05-17 04:15:50 +00:00
Qi Zhou and GitHub
504a26ce2b
Support bf16 for mamba ssm cache ( #41680 )
...
Signed-off-by: Qi Zhou <qizzzh@google.com >
2026-05-16 17:54:58 -07:00
weizhoublue and GitHub
a94189295b
Fix Weight loading for Qwen3.5-MTP and Qwen3-VL using runai_streamer ( #42716 )
...
Signed-off-by: weizhoublue <weizhou.lan@daocloud.io >
2026-05-16 17:54:27 -07:00
0867497368
[CI/Build] Bump flashinfer to v0.6.11.post2 ( #41711 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
Co-authored-by: Vadim Gimpelson <156319763+vadiklyutiy@users.noreply.github.com >
2026-05-16 14:55:12 -07:00
36e74c9ea4
[KV Connector] Support disk offloading in MooncakeStoreConnector ( #42689 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-16 13:34:15 -07:00
Taneem Ibrahim and GitHub
787bc0d031
Add unit tests for pooler activation functions ( #42824 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
2026-05-16 14:58:16 -04:00
weizhoublue and GitHub
d1586e1a12
Fix: Propagate pinned model revisions into Ultravox secondary weight loading ( #42830 )
2026-05-16 17:02:54 +00:00
Jiangyun Zhu and GitHub
8a56da3845
[Experimental] Breakable CUDA graph ( #42304 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-05-16 22:04:12 +08:00
Andreas Karatzas and GitHub
4db300e95f
[ROCm][CI] Removed problematic command override mechanism ( #42807 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-16 17:35:05 +08:00
657b42b592
[Docker][KVConnector] Build mooncake-transfer-engine from source ( #42114 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Signed-off-by: khluu <khluu000@gmail.com >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: khluu <khluu000@gmail.com >
2026-05-16 00:26:25 -07:00
Jee Jee Li and GitHub
32b7177909
[LoRA][Bugfix] Dedup LoRA wrapping for modules referenced from multiple attribute paths (MoE gate) ( #42757 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-05-16 11:22:35 +08:00
39c67d714e
fix: add API key authorization to /v2 endpoints ( #42594 )
...
Signed-off-by: DustHunter <dusthunter@126.com >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-16 01:29:27 +00:00
87a2adcb43
[Misc] Add common random prefix option to structured-output serving benchmark ( #41632 )
...
Signed-off-by: Viktor Pus <viktorpus@tenstorrent.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-16 00:44:48 +00:00
Michael Goin and GitHub
852f567444
[Bugfix] Respect explicit --kv-cache-dtype over checkpoint kv_cache_scheme ( #42782 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-15 17:15:52 -07:00
Michael Goin and GitHub
b2a27b82d9
[Kernel][UX] Add --linear-backend arg for linear kernel selection ( #39538 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-15 17:07:39 -07:00
Keyi Li and GitHub
d0921bafef
[Bugfix] Unwrap VLM wrappers for EPLB on Model Runner V2 ( #42706 )
2026-05-16 07:20:33 +08:00
1ccdf87507
[Bugfix] Fix layerwise reload alias-buffer corruption ( #42481 )
...
Signed-off-by: rasdani <73563550+rasdani@users.noreply.github.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-15 15:20:53 -07:00
Rita Brugarolas and GitHub
bd9dbe6060
[ROCm][Bugfix] Fix fused_mla_dual_rms_norm for AITER API rename _fused_qk_rmsnorm ( #42606 )
...
Signed-off-by: Rita Brugarolas Brufau <rita.brugarolasbrufau@amd.com >
2026-05-15 14:50:03 -06:00
de2d76f352
[Build] Switch CUDA 12.9 wheel builds to PyTorch manylinux_2_28 base ( #41668 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-15 13:46:16 -07:00
9a7a273dfe
Add HumanEval and GSM8K benchmarks to datasets ( #42648 )
...
Signed-off-by: southfreebird <yvorott@gmail.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-05-15 13:01:21 -07:00
b2c58ee942
[FlashAttn] Fix supports_kv_cache_dtype() accepting unhandled fp8 kv-cache dtype variants ( #42685 )
...
Signed-off-by: Lanze Liu <lanzetech@gmail.com >
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
Co-authored-by: Matthew Bonanni <mbonanni@redhat.com >
2026-05-15 15:34:59 -04:00
frida-andersson and GitHub
4d67d3bde2
[ROCm] Restore fast top_k_per_row kernels for sparse MLA when topk_tokens=2048 ( #42072 )
...
Signed-off-by: Frida Andersson <fanderss@amd.com >
2026-05-15 19:02:57 +00:00
06d020bb6e
[Bugfix] Fix SM121 (DGX Spark) exclusion from Marlin/CUTLASS FP8 paths ( #35568 )
...
Signed-off-by: Blake Ledden <blake@secondnaturecomputing.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Pavani Majety <pmajety@nvidia.com >
2026-05-15 10:59:00 -07:00
chunxiaozheng and GitHub
f45c210885
[LMCacheMPConnector] Prioritize importing the lmcache_mp_connector from lmcache ( #42596 )
...
Signed-off-by: idellzheng <idellzheng@tencent.com >
2026-05-15 17:46:31 +00:00
akii96 and GitHub
be7a03ea65
[ROCm] Widen AITER fused AR RMSNorm 1-stage gate ( #42409 )
...
Signed-off-by: Aakif Nawaz <aakif.nawaz@amd.com >
2026-05-15 17:44:38 +00:00
6147c70224
[Model Runner v2] Support reload weights (sleep mode) ( #42673 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-15 16:41:23 +00:00
0162596603
[Model Runner V2] FP32 gumbel sampling. ( #41775 )
...
Signed-off-by: PatchouliTaisa <patchychen@tencent.com >
Co-authored-by: PatchouliTaisa <patchychen@tencent.com >
2026-05-15 09:20:08 -07:00
46a95815d3
[ROCm][MLA] FP8 ASM prefill for AITER dense MLA backend on gfx950 ( #42509 )
...
Signed-off-by: Markus Hartikainen <markus.hartikainen@amd.com >
Co-authored-by: clintg6 <clint.greene@amd.com >
Co-authored-by: frida-andersson <frida.andersson@amd.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-15 23:56:58 +08:00
BadrBasowid and GitHub
fb5bd03f51
[Perf] Set IR Op Priority Once at Worker Init ( #42631 )
...
Signed-off-by: BadrBasowid <badr.basowid@gmail.com >
2026-05-15 15:56:13 +00:00
Mohammad Miadh Angkad and GitHub
ee58665aac
[Bugfix] Fix DeepGEMM context lens contiguity in MLA indexer ( #42135 )
...
Signed-off-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com >
2026-05-15 23:29:58 +08:00
Wentao Ye and GitHub
491e8d8539
[Perf] Optimize MLA attention _v_up_proj bmm by removing additional copy ( #42561 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-15 08:14:26 -07:00
Wentao Ye and GitHub
af9616d845
[Model Runner V2] Fix kv_connector pre_forward order ( #42676 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-15 08:13:59 -07:00
d792d993c1
[ROCm] Widen OAI Triton MoE capability range to include gfx12 (RDNA4) ( #37826 )
...
Signed-off-by: L.B.R. <lbr@mmonad.com >
Co-authored-by: L.B.R. <lbr@mmonad.com >
2026-05-15 07:59:57 -07:00
Aaron Hao and GitHub
e0a45f1455
[Feat][RL] IPC weight sync optimizations: multigpu support and chunked packed tensors ( #37476 )
...
Signed-off-by: ahao-anyscale <ahao@anyscale.com >
Signed-off-by: hao-aaron <ahao@anyscale.com >
2026-05-15 22:53:06 +08:00
Benjamin Chislett and GitHub
0fe7550254
[Bugfix] DFlash FP8 KV-Cache ( #42692 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-05-15 08:29:45 -06:00
Li, Jiang and GitHub
95cfe102a5
[Bugfix] Ensure embeding model compilation on CPU ( #42709 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-05-15 18:58:19 +08:00
1dc3fe08ea
gemma3 multi-gpu bug-fix ( #42630 )
...
Signed-off-by: Philip Maybank <pmaybank@amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-15 02:32:05 -07:00
d26a28ab03
fix: propagate revision/code_revision pins to all artifact boundaries ( #42616 )
...
Signed-off-by: jperezde <jperezde@redhat.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-05-15 02:31:54 -07:00
Andreas Karatzas and GitHub
d735968f6d
[ROCm][CI] Stage B gating ( #42025 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-15 01:49:27 -07:00
ccde9540be
DeepSeekV4-Pro enable cuda graph full and piecewise mode ( #42604 )
...
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-15 01:45:30 -07:00
wang.yuqi and GitHub
75fd68c7a5
[Entrypoints] Split the pooling offline API into PoolingOfflineMixin. ( #42267 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-15 08:05:57 +00:00
Yifan Qiao and GitHub
4b364f810e
[Core][DSV4] Skip caching SWA blocks that can never serve a prefix-cache hit ( #42258 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
2026-05-15 15:59:18 +08:00
31fa757cf9
[Misc] Make it simpler to replace out-of-tree layer classes with related LoRA layers. ( #42306 )
...
Signed-off-by: paulyu12 <507435917@qq.com >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
2026-05-15 15:20:42 +08:00
Cyrus Leung and GitHub
2676ab1e0b
[Deprecation] Remove old locations of get_tokenizer and resolve_hf_chat_template ( #35024 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-05-15 00:13:32 -07:00
27b85d2084
[Bugfix] Clarify CPU backend memory error messages reference shared flag ( #42479 )
...
Signed-off-by: daniel-devlab <282598346+daniel-devlab@users.noreply.github.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-05-15 06:35:05 +00:00
Louie Tsai and GitHub
e30f39c4f1
Update Intel Xeon model list and vLLM Benchmark Suite BKMs ( #42607 )
...
Signed-off-by: louie-tsai <louie.tsai@intel.com >
2026-05-15 05:14:03 +00:00
bf610c2f56
[Bugfix] Fix inverted condition causing thinking_token_budget to be silently ignored ( #41674 )
...
Signed-off-by: Keyi Li <likey6688@gmail.com >
Co-authored-by: Keyi Li <likey6688@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-15 12:48:49 +08:00
faa4b76afa
[Model] Support InternS2 Preview ( #42705 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: zxy <46674730+CUHKSZzxy@users.noreply.github.com >
2026-05-14 21:30:26 -07:00
f351455f0f
[CPU][RISC-V] Add RVV-optimized attention kernels for RISC-V Vector Extension ( #40119 )
...
Signed-off-by: liuyudong <liuyudong@iscas.ac.cn >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-15 12:08:23 +08:00
Cyrus Leung and GitHub
56434e8651
[Bugfix] Fix incorrect chat template format for Qwen3.5 ( #42660 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-05-14 20:52:52 -07:00
0d4d334eaa
Bump llguidance to 1.7 ( #42150 )
...
Signed-off-by: RickyChen / 陳昭儒 <ricky.chen@infinirc.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-14 20:35:27 -04:00
fa2a33b893
[Quant] Consolidate GPTQ: rename gptq_marlin.py to auto_gptq.py ( #38288 )
...
Signed-off-by: Chengyi Nie <cnie@roblox.com >
Co-authored-by: Chengyi Nie <cnie@roblox.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-15 08:25:52 +08:00
Giancarlo Delfin and GitHub
3b6a204789
[Model Runner V2][Bug Fix][DSV4] Ensure lazy attention state initializations happen during cudagraph capture ( #42444 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-05-14 16:16:17 -07:00
f8848b2f2d
[Bugfix] Add swiglu limits to deepgemm fp8 methods ( #41986 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-14 15:43:13 -07:00
Charlie Fu and GitHub
4cfcc0866f
[CI][ROCm] Remove unsupported cases in test_fusion.py ( #38680 )
...
Signed-off-by: charlifu <charlifu@amd.com >
2026-05-14 17:37:18 -04:00
f887aa1a53
[Aiter][ROCm] RMSNormGated+GroupedQuantFP8 fusion ( #40710 )
...
Signed-off-by: Tres Popp <tres.popp@amd.com >
Signed-off-by: Tres Popp <trespopp@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-14 15:37:09 -04:00
Matthew Bonanni and GitHub
9898f94abe
[Attention] Remove deprecated MLA prefill arguments ( #42555 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-05-14 10:34:06 -07:00
ae4f59f0ec
[Model Runner v2] Oracle for model runner v2 - qwen3 dense model by default [1/N] ( #39337 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-14 10:02:33 -07:00
Ranran and GitHub
f3d5360591
[Bugfix][Multimodal] PyAV video backend returns keyframes labeled as targets ( #42586 )
...
Signed-off-by: Ranran <hzz5361@psu.edu >
2026-05-14 08:56:59 -07:00
Baorun (Lauren) Mu and GitHub
a7737cb4f3
[Fix] Misc Fixes in ViT CUDA Graph ( #38040 )
...
Signed-off-by: Baorun Mu <bmu@nvidia.com >
2026-05-14 23:49:06 +08:00
Cyrus Leung and GitHub
b8a25d0e12
[Bugfix] Fix LM detection for Nemotron Parse ( #42641 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-05-14 23:42:10 +08:00
frida-andersson and GitHub
f07b1da797
[ROCm] Enable gluon paged MQA logits on gfx950 (MI355X) ( #42062 )
...
Signed-off-by: Frida Andersson <fanderss@amd.com >
2026-05-14 15:39:26 +00:00
f60c6b33a5
[V1][DP][LB] Publish request counts at the start of each engine step ( #41626 )
...
Signed-off-by: Vadim Gimpelson <vadim.gimpelson@gmail.com >
Signed-off-by: Vadim Gimpelson <156319763+vadiklyutiy@users.noreply.github.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-14 15:39:24 +00:00
24337fb860
PD disagg with NIXL Connector: GDN support (Qwen3.5) ( #41869 )
...
Signed-off-by: Zhanqiu Hu <zhu@redhat.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-05-14 16:33:01 +02:00
c7560af424
[RFC] Replace shared-memory routed experts with ModelRunnerOutput transfer and HTTP support ( #39568 )
...
Signed-off-by: xhx1022 <1737006628@qq.com >
Signed-off-by: arlenxu <arlenxu@tencent.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: arlenxu <arlenxu@tencent.com >
Co-authored-by: Junjie Zhang <junj.jay.zhang@gmail.com >
2026-05-14 14:12:30 +00:00
Mohammad Miadh Angkad and GitHub
2317682f95
[Bugfix] Fix TRTLLM ragged MLA prefill workspace warmup ( #42112 )
...
Signed-off-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com >
2026-05-14 09:48:56 -04:00
5bd8c71e79
[kv_offload] Implement reset_cache() for the offloading connector ( #41956 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Or Ozeri <or@ozery.com >
2026-05-14 16:00:10 +03:00
Wentao Ye and GitHub
6548560496
[Compile] Fix compile warning with topk softplus sqrt ( #41261 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-14 05:12:50 -07:00
0a65d46628
[DSV4] Fuse norm and router for low latency scenario ( #41263 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Signed-off-by: jeejeelee <jeejeelee@verda-b300-05.datacrunch.io >
Co-authored-by: jeejeelee <jeejeelee@verda-b300-05.datacrunch.io >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-14 05:11:02 -07:00
Zhenzhong Xu and GitHub
1ea9401364
[Quantization][Autoround][Toolkit] Add W4A16 Support ( #39778 )
...
Signed-off-by: Zhenzhong1 <zhenzhong.xu@intel.com >
Signed-off-by: Zhenzhong Xu <zhenzhong.xu@intel.com >
2026-05-14 19:18:49 +08:00
9946c38b7f
[XPU] Fix double-transpose in XPUFP8ScaledMMLinearKernel for W8A8 quant method ( #41689 )
...
Signed-off-by: Libin Tang <libin.tang@intel.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-14 17:17:39 +08:00
23c85343fb
[Bug] Fix DeepSeek V4 AttributeError: module 'cutlass.cute.nvgpu' has no attribute 'LoadCacheMode' ( #42342 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-14 02:00:20 -07:00
rasmith and GitHub
768f4a6f26
[CI][AMD][BugFix] Prevent triton compiler error when running test_moe_layer with use_ep = True on ROCm ( #40857 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-05-14 08:44:22 +00:00
rasmith and GitHub
addef3299c
[CI][AMD] Skip tests where models have problems or fails on both HW types ( #42126 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-05-14 08:21:06 +00:00
ce29c26b31
Update Dockerfile.rocm for AINIC & Thor NIC ( #40453 )
...
Signed-off-by: root <root@gbt350-odcdh5-wbb3.png-odc.dcgpu >
Signed-off-by: Jhao-Ting Chen <jhaotingc@nvidia.com >
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com >
Co-authored-by: root <root@gbt350-odcdh5-wbb3.png-odc.dcgpu >
Co-authored-by: Jhao-Ting Chen <jhaotingc@nvidia.com >
Co-authored-by: simondanielsson <simon.danielsson99@hotmail.com >
2026-05-14 15:24:27 +08:00
aoshen02 and GitHub
8c79ad6580
Revert "[Core] Replace routing replay with device cache and async D2H pipeline" ( #39917 ) ( #42434 )
...
Signed-off-by: aoshen02 <aoshen@inferact.ai >
2026-05-13 23:49:01 -07:00
0d2732dd91
[MLA Attention Backend] Add TOKENSPEED_MLA backend for DSR1/Kimi K25 prefill + decode on Blackwell ( #41778 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Signed-off-by: Roger Wang <hey@rogerw.io >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-13 23:48:02 -07:00
Rebecca Lee and GitHub
fd7d858c8a
Use hidden_pad and intermediate_pad from vLLM #34301 ( #42098 )
...
Signed-off-by: Rebecca Lee <Rebecca.Lee@amd.com >
2026-05-14 14:21:04 +08:00
liuzhenwei and GitHub
b26558d4a3
[CI][XPU] skip ut of offload connector ( #42598 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-05-14 13:13:53 +08:00
Sarah Salah and GitHub
bf0d2dc6d7
[Misc] Fix mypy error in parser_manager type narrowing ( #42441 )
...
Signed-off-by: Sarah-Salah <11881117+Sarah-Salah@users.noreply.github.com >
2026-05-14 02:48:59 +00:00
ca60a4e84f
[Fix] Weight loading for qwen3_5 using runai_streamer ( #42521 )
...
Signed-off-by: Harsh Shah <iharsh@google.com >
Co-authored-by: Harsh Shah <iharsh@google.com >
2026-05-14 10:36:20 +08:00
Roy Wang and GitHub
77e1421a68
[Bugfix] Fix EPLB initialization for VLM wrapper models ( #39805 )
...
Signed-off-by: esmeetu <jasonailu87@gmail.com >
2026-05-14 02:26:15 +00:00
Kunshang Ji and GitHub
751b9f14bd
[XPU][CT] Support mxfp8 moe model ( #41918 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-14 09:47:10 +08:00
Krish Gupta and GitHub
70c00163ff
[Feature] Add instruction support for score/rerank chat templates ( #42412 )
...
Signed-off-by: KrxGu <krishom70@gmail.com >
2026-05-14 09:41:22 +08:00
Siddharth Bedekar and GitHub
f51f6844f9
[Bugfix][Spec Decode] Wire draft_probs into probabilistic draft_model rejection ( #40269 )
2026-05-13 21:04:03 -04:00
longguo and GitHub
665f9c4253
[Bugfix] Fix Gemma4ToolParser streaming float corruption ( #42128 )
...
Signed-off-by: abinggo <107740309+abinggo@users.noreply.github.com >
2026-05-13 18:03:30 -07:00
Flora Feng and GitHub
1087676a90
[Refactor] Use shared utils in hermes tool parser ( #42570 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-13 20:35:45 -04:00
63cc8a55a9
fix(tool-parser): preserve "none"/"nil" strings as valid enum values in minimax_m2 ( #39599 )
...
Signed-off-by: Yiyang Liu <yiyangliu@microsoft.com >
Signed-off-by: Yiyang Liu <37043548+ianliuy@users.noreply.github.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-13 20:35:34 -04:00
Divakar Verma and GitHub
ca7e4546da
[CI] set max transformers version for skywork model ( #42104 )
...
Signed-off-by: Divakar Verma <divakar.verma@amd.com >
2026-05-13 16:53:49 -07:00
b2198670b1
[Bugfix] V1: support tuple model outputs in ubatch wrapper (dbo + spec decode) ( #40789 )
...
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com >
Co-authored-by: Matthew Bonanni <mbonanni@redhat.com >
2026-05-13 15:47:51 -07:00
Mohammad Miadh Angkad and GitHub
f1cc7aad3c
[Bugfix] Fix DeepSeek V4 MTP HC state handling ( #42320 )
...
Signed-off-by: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com >
2026-05-13 15:44:52 -07:00
Lukas Geiger and GitHub
597ed13803
[Core][MM] Do not use urllib3 to parse data URLs ( #42535 )
...
Signed-off-by: Lukas Geiger <lukas.geiger94@gmail.com >
2026-05-13 22:21:01 +00:00
liangel-02 and GitHub
6b5c389ee3
expose flex block size for batch invariant mode ( #41252 )
...
Signed-off-by: Angel Li <liangel@meta.com >
2026-05-13 14:11:57 -07:00
Michael Goin and GitHub
8efd508204
[Quantization] Rework quantization_config to use QuantKey and allow for activation override ( #41566 )
2026-05-13 16:58:32 -04:00
ovidiusm and GitHub
cca32d55a2
[PD] Fix broken NIXL EP installation ( #42542 )
...
Signed-off-by: Ovidiu Mara <ovidium@nvidia.com >
2026-05-13 13:55:51 -07:00
Walter Beller-Morales and GitHub
873910d608
[Frontend] add support for thinking_token_budget in completions ( #42116 )
2026-05-13 16:01:52 -04:00
Wentao Ye and GitHub
3f611f6106
[CI] Fix pre-commit issue ( #42563 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-13 12:37:26 -07:00
Nick Hill and GitHub
a505cf807e
[ModelRunner V2] Share identical MTP weights ( #42538 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-13 18:57:04 +00:00
40330967ab
[Quark] Support loading Quark NVFP4 checkpoints in vLLM ( #35859 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
Signed-off-by: fxmarty-amd <felmarty@amd.com >
Co-authored-by: Kyle Sayers <kylesayrs@gmail.com >
2026-05-13 11:17:36 -07:00
Fynn Schmitt-Ulms and GitHub
ab1ad0d7a9
Remove verifier model type check in speculative config ( #42536 )
...
Signed-off-by: Fynn Schmitt-Ulms <fschmitt@redhat.com >
2026-05-13 18:14:39 +00:00
Ben Browning and GitHub
0f69128a37
[Bugfix] Handle real-world gpt-oss tool call output in Harmony parsing ( #42454 )
...
Signed-off-by: Ben Browning <bbrownin@redhat.com >
2026-05-13 17:54:46 +00:00
b3c69595a6
[MM][CG] Support ViT CG for Qwen2-VL ( #41736 )
...
Signed-off-by: John Calderon <jcalderon@nvidia.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-14 01:52:35 +08:00
2f821faeae
[Spec Decode] Support hybrid attention models in extract_hidden_states ( #39949 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-13 10:45:53 -07:00
5794c65f8c
[Bugfix][Model] Gemma4 MoE routing closure captures per_expert_scale, breaking functional_call substitution ( #42250 )
...
Signed-off-by: Noelia <noeliabentancor1@gmail.com >
Signed-off-by: Noelia Bentancor <71080743+NoeliaBentancor@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-13 17:43:12 +00:00
CynicDora and GitHub
256dbcaabf
[Feature] Support custom callable proposer backend for speculative decoding ( #39487 )
...
Signed-off-by: 524031910363 <hyzhyzsh@sjtu.edu.cn >
Signed-off-by: CynicDora <hyzhyzsh@sjtu.edu.cn >
2026-05-13 16:53:01 +00:00
Wentao Ye and GitHub
e35c0d4c63
[Feature] Support compile mode for batch invariance on SM80 ( #42456 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-13 11:02:39 -04:00
Ronen Schaffer and GitHub
11f6b545d4
[kv_offload] Add multi-tier KV cache offloading framework ( #40020 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-13 17:21:43 +03:00
a8887c208f
[Bugfix] [ROCm] [DSV4] [Perf] Add aiter mhc support ( #41946 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-13 21:43:15 +08:00
0ddaf6dffa
[XPU] [CT] Enable CT W4A4MxFp4 path and add xpu kernel ( #38896 )
...
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com >
Signed-off-by: zofia <110436990+zufangzhu@users.noreply.github.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-13 06:43:00 -07:00
Marek Wawrzos and GitHub
67671692ac
[CI] Re-enable Nemotron Parse parity test and switch testing to nemotron-parse v1.2 ( #42498 )
...
Signed-off-by: <mwawrzos@nvidia.com >
2026-05-13 21:05:27 +08:00
hissu-hyvarinen and GitHub
0a62f5eec9
[AMD] skip machete tests for rocm ( #42326 )
...
Signed-off-by: Hissu Hyvarinen <hissu.hyvarinen@amd.com >
2026-05-13 12:11:03 +00:00
PikaPikachu and GitHub
3b1ef03be4
[Bugfix][Quark] Fix W8A8 INT8 garbage outputs on Step-3.5-Flash (and other 3-key fused-MoE Quark exports) ( #41892 )
...
Signed-off-by: kangletian <kangletian@hotmail.com >
2026-05-13 11:59:49 +00:00
3c413a5481
Triton attention: add USE_TD constexpr for tensor descriptor Q/K/V load/store ( #40327 )
...
Signed-off-by: Artur Fierka <artur.fierka@intel.com >
Co-authored-by: quinnlp <quinnlp@users.noreply.github.com >
2026-05-13 13:57:41 +02:00
Ronen Schaffer and GitHub
79fd1bc7ed
[kv_offload] Add req_id to ReqContext for per-request tracking ( #42507 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-13 11:11:10 +00:00
SILONG ZENG and GitHub
cee6751e54
[Bugfix][Qwen3-VL] Fix pipeline-parallel deepstack initialization ( #42394 )
...
Signed-off-by: MrZ20 <2609716663@qq.com >
2026-05-13 10:58:42 +00:00
16863072ca
[Bugfix] Fix scipy audio resampling ratio ( #42233 )
...
Signed-off-by: JooHo Lee <BWAAEEEK@users.noreply.github.com >
Co-authored-by: JooHo Lee <BWAAEEEK@users.noreply.github.com >
2026-05-13 18:52:41 +08:00
Andreas Karatzas and GitHub
d628a3c5cb
[ROCm][CI] Skip ROCm batch invalid-input test pending torch fix ( #41572 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-13 18:50:47 +08:00
akii96 and GitHub
74dffae666
[ROCm] Run AITER RMSNorm pad fusion before AR RMS fusion ( #42411 )
...
Signed-off-by: Aakif Nawaz <aakif.nawaz@amd.com >
2026-05-13 18:35:12 +08:00
97c4317bf5
[Bugfix][Frontend] Default max_tokens server-side on /inference/v1/generate ( #42329 )
...
Signed-off-by: hallerite <git@hallerite.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-13 11:16:46 +02:00
f6e868fbdf
[CI] Use uv with Python 3.12 for PyPI wheel upload ( #42470 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-13 02:12:06 -07:00
13bf242100
[Feat][KVConnector] Add bind_gpu_block_pool() to KVConnectorBase_V1 ( #39654 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-13 02:10:29 -07:00
Jiangyun Zhu and GitHub
140dc2ec30
[Bugfix] Install nvidia-cutlass-dsl[cu13] extra on CUDA 13 platforms ( #42438 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-05-13 01:57:21 -07:00
9ce74042d3
[Bugfix][SimpleCPUOffloadBackend] Dedup in-flight CPU offload stores across scheduler steps ( #41289 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-13 01:53:32 -07:00
sychen52 and GitHub
a8c13d2837
Patch SlidingWindowSpec.real_page_size_bytes for nvfp4 kv ( #42464 )
...
Signed-off-by: Shiyang Chen <shiychen@nvidia.com >
2026-05-13 01:46:30 -07:00
Shanshan Shen and GitHub
92def124bc
[MM][Perf][CG] Support ViT full CUDA graph for Qwen3.5 ( #42151 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-05-13 16:00:32 +08:00
85b2fecab7
[5/n] Migrate CUTLASS MLA, hadamard, awq, allspark and DSV3 fused a gemm to torch stable ABI (continued) ( #42339 )
...
Signed-off-by: Mikayla Gawarecki <mikaylagawarecki@gmail.com >
Co-authored-by: Mikayla Gawarecki <mikaylagawarecki@gmail.com >
2026-05-13 07:24:39 +00:00
503697c9ce
[chore] Refactor pooling metadata token ID accessors ( #42368 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-05-13 06:08:01 +00:00
Nicolò Lucchesi and GitHub
71bcd02ef3
[Bugfix][PD] Fix multi-node TP (TP>8) ( #39907 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-12 22:20:57 -07:00
Matthew Bonanni and GitHub
dcacdf9a88
[Attention] Sync FA with upstream ( #41052 )
2026-05-12 23:34:18 -04:00
bnellnm and GitHub
18f6bf5a21
[MoE Refactor] Add sequence parallel tests to test_moe_layer.py ( #41299 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-05-12 21:52:19 -04:00
Alec and GitHub
07534b8782
[PD] Bump NIXL connector dependency to 1.x ( #42364 )
...
Signed-off-by: Alec Flowers <aflowers@nvidia.com >
2026-05-12 18:05:01 -07:00
Wentao Ye and GitHub
3d635c58c0
[Perf] Optimize MLA compute_prefill_context memory allocation ( #42460 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-12 16:23:46 -07:00
+4
ebeb09d822
[KV Transfer] Add MooncakeStoreConnector for KV cache offloading via Mooncake distributed store ( #40900 )
...
Signed-off-by: leichao.lc <leichao.lc@antgroup.com >
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
Co-authored-by: leichao.lc <leichao.lc@antgroup.com >
Co-authored-by: ivanium <yifanqiao@inferact.ai >
Co-authored-by: aoshen524 <aoshen@inferact.ai >
Co-authored-by: Dao007forever <daole@inferact.ai >
Co-authored-by: Teng Ma <sima.mt@alibaba-inc.com >
Co-authored-by: Pz1116 <zpbzpb123123@gmail.com >
Co-authored-by: foraxe <1055696449@qq.com >
Co-authored-by: Skywalker-EP <173423846@qq.com >
Co-authored-by: fems14 <1804143737@qq.com >
Co-authored-by: jianzs <zheng.shoujian@outlook.com >
Co-authored-by: baxingpiaochong <771405853@qq.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-12 16:09:10 -07:00
Michael Goin and GitHub
184577ae46
[Build] DeepGEMM: trim comments, add integration notes + TODOs ( #42429 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-12 15:57:58 -07:00
Kevin H. Luu and GitHub
8c4fc4202a
[CI] Inline build artifact annotations in release pipeline ( #42357 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-12 15:57:43 -07:00
Nick Hill and GitHub
fe8b42e80c
[CI] Fix test_async_scheduling.py flakiness ( #42455 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-12 21:38:32 +00:00
Giancarlo Delfin and GitHub
fe5b4e0fe7
[Model Runner V2] Apply synthetic mode to probabilistic rejection sampler ( #41035 )
2026-05-12 13:37:03 -07:00
0ce6613b9c
platforms: add uses_cpu_device() hook to Platform for DeviceConfig ( #42313 )
...
Signed-off-by: Viktor Pus <viktorpus@tenstorrent.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-05-12 12:39:17 -07:00
379f0ec369
[CI] Migrate 6 verified jobs from gpu_1_queue to h200_18gb MIG ( #42446 )
...
Signed-off-by: khluu <khluu000@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-12 11:52:01 -07:00
KaivalyaMDabhadkar and GitHub
67c89fe40a
[Model][Bugfix] Fix Step3-VL image_embeds input path ( #42333 )
...
Signed-off-by: Kaivalya Dabhadkar <kdabhadkar@nvidia.com >
2026-05-12 18:47:55 +00:00
d9b4990783
[MoE Refactor] EPLB refactoring for FusedMoE ( #41055 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-05-12 14:16:31 -04:00
4d591db470
[MoE Refactor] Introduce RoutedExperts alias for FusedMoE and don't store SharedExperts in MK ( #40735 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Signed-off-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
2026-05-12 13:37:44 -04:00
yzong-rh and GitHub
6ff7405b81
[Bugfix] [Frontend] Responses API, fix merging of messages ( #42189 )
...
Signed-off-by: Yifan Zong <yzong@redhat.com >
Signed-off-by: Yifan <yzong@redhat.com >
2026-05-12 16:09:59 +00:00
Yan Ru Pei and GitHub
bcb9c133ba
feat(kv-events): emit KV cache metadata ( #40984 )
...
Signed-off-by: PeaBrane <yanrpei@gmail.com >
2026-05-12 15:58:48 +00:00
c8a6e272e0
[CPU] Fix rotary embedding for CPU without flash-attn ops ( #42225 )
...
Signed-off-by: jmamou <jonathan.mamou@intel.com >
Signed-off-by: Jonathan Mamou <jonathan.mamou@intel.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-05-12 15:05:35 +00:00
Wentao Ye and GitHub
a1b2d87498
[Refactor] Clean up pooling models build_tok_params logic ( #42341 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-12 15:05:05 +00:00
Martin Hickey and GitHub
418ba8ef14
[kv_offload][BugFix] Fix store deferral ( #41945 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
2026-05-12 18:04:44 +03:00
5a6a9fc6f6
[docs] Added one new contact to the Vulnerability Management team ( #42145 )
...
Signed-off-by: jperezde <jperezde@redhat.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-12 10:59:59 -04:00
289cee0473
[vLLM IR] Minor improvements ( #39362 ) ( #39558 )
...
Signed-off-by: Avishek Goswami <avishek.goswami@ibm.com >
Co-authored-by: Avishek Goswami <avishek.goswami@ibm.com >
2026-05-12 10:58:36 -04:00
shanjiaz and GitHub
6ccb10d794
Added peagle speculators support ( #41826 )
...
Signed-off-by: shanjiaz <zsjwpianpian@gmail.com >
2026-05-12 07:55:57 -07:00
7a9cc5e7f0
[Model] Support MiniCPM-V 4.6 ( #41254 )
...
Signed-off-by: caitianchi <caitianchi@tc-mb.com >
Signed-off-by: tc-mb <157115220+tc-mb@users.noreply.github.com >
Co-authored-by: caitianchi <caitianchi@tc-mb.com >
2026-05-12 14:28:10 +00:00
d077622d60
[Build] Build bundled DeepGEMM _C per-Python so the wheel imports on every CPython ( #41516 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-12 10:27:29 -04:00
dd6b3a5ef5
[Perf] Use 2D-grid to eliminate divmod in W8W8 group quant ( #42153 )
...
Signed-off-by: jiahanc <173873397+jiahanc@users.noreply.github.com >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-12 10:01:30 -04:00
593d5a4033
[Bugfix] Fix mismatched kernel-per-logical blocks in NIXL HMA transfer ( #42097 )
...
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
Signed-off-by: Zhanqiu Hu <zhu@redhat.com >
Signed-off-by: NickLucche <nlucches@redhat.com >
Co-authored-by: NickLucche <nlucches@redhat.com >
2026-05-12 15:53:30 +02:00
bnellnm and GitHub
6427603ae8
[MoE Refactor] Move remaining experts classes to experts directory ( #42334 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-05-12 09:19:46 -04:00
206eaed08d
[MoE Refactor] Move expert map related code into ExpertMapManager class ( #41046 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Signed-off-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
2026-05-12 09:18:27 -04:00
8f89381fc6
[Hybrid] Warmup Mamba2 SSD kernel ( #39822 )
...
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-12 12:46:22 +00:00
Dipika Sikka and GitHub
a7b801e26d
[MXFP4] Support for linear layers + compressed-tensors integration ( #41664 )
2026-05-12 07:49:33 -04:00
Kunshang Ji and GitHub
4df1be9547
[XPU] bump up vllm-xpu-kernels to v0.1.8 ( #42410 )
...
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com >
2026-05-12 11:47:37 +00:00
bc03f280c8
[XPU] keep generator state of sycl kernel align with pytorch ( #41771 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
Co-authored-by: Qiming Zhang <qiming1.zhang@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-12 11:44:47 +00:00
997132911e
[Doc] Fix typo in llm-d documentation link ( #42397 )
...
Signed-off-by: Florian Woerner <florian.woerner@onmyown.io >
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
2026-05-12 04:26:46 -07:00
haosdent and GitHub
fc8bf6eedb
[CI] De-flake Language Models Test (Extended Generation) test_models(False-False-5-32-bigcode/starcoder2-3b) ( #42392 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-12 10:46:48 +00:00
liuzhenwei and GitHub
07a40ede19
[UT][XPU] fix test_parallel_sampling due to global random state ( #42388 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-05-12 18:03:23 +08:00
Kevin H. Luu and GitHub
e1c8776e90
[CI] Move DockerHub and PyPI publish steps to end of release pipeline ( #42355 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-12 09:17:42 +00:00
Kevin H. Luu and GitHub
1ff9d33535
[CI] Migrate remaining B200 jobs to b200-k8s with test fixes ( #42387 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-12 02:00:37 -07:00
7f65f84428
[Bugfix] Fix empty channel/recipient in harmony for /v1/responses ( #35540 )
...
Signed-off-by: kg6-sleipnir <christopherhazen42@gmail.com >
Signed-off-by: chazen <45186108+kg6-sleipnir@users.noreply.github.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-05-12 08:45:51 +00:00
amitz-nv and GitHub
ef34592a1a
[Bugfix] Fix double reduce in flashinfer_nvlink_two_sided and flashinfer_nvlink_one_sided backends ( #41382 )
...
Signed-off-by: amitz-nv <203509407+amitz-nv@users.noreply.github.com >
2026-05-12 07:47:47 +00:00
Kevin H. Luu and GitHub
f69644caf8
[CI] Migrate more B200 jobs to b200-k8s queue ( #42356 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-12 00:38:31 -07:00
d37e25ffbe
[Frontend] Consolidate Speech to Text entrypoints. ( #42370 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-12 07:06:57 +00:00
8517cdaf90
[XPU] update dp rank w/o env-var isolation ( #39856 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-12 14:49:54 +08:00
Lucas Kabela and GitHub
4e498b5e5c
[Bugfix][Performance Improvement] Improve penalties triton kernel performance ( #40657 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
2026-05-12 05:47:20 +00:00
28ee78af54
Implement custom dataset class for ASR benchmarking ( #41576 )
...
Signed-off-by: Yasmin Moslem <48152713+ymoslem@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-12 12:17:58 +08:00
ZiTian Zhao and GitHub
630492da30
[Fix] Gemma4 Mixed-Resolution Image Co-Batching Crash ( #42217 )
...
Signed-off-by: zitian.zhao <zitian.zhao@tencentmusic.com >
2026-05-12 03:13:03 +00:00
Chauncey and GitHub
920bf3ec84
[Bugifx] [Qwen3CoderTool] Restore supports_required_and_named for required tool_choice ( #42292 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-05-12 02:09:56 +00:00
pschlan-amd and GitHub
39dff5ff39
Add VLLM_USE_SPINLOOP_EXT to use more efficient busy polling ( #36517 )
...
Signed-off-by: Patrick Schlangen <pschlan@amd.com >
2026-05-11 16:11:49 -07:00
d7af6b34d8
[Model Runner V2] Bug fix: logprob dtype int64/int32 issue ( #41761 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-11 21:55:43 +00:00
bbee532988
[Perf][1/n] Eliminate various GPU<->CPU syncs ( #41429 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-11 20:36:03 +00:00
53181384e0
[Bugfix] Fix DSV4 swiglu_limit on marlin backend ( #42287 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-11 13:03:56 -07:00
wang.yuqi and GitHub
a0dc7a0f36
[CI] Consolidate Speech to Text tests ( #42274 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-11 19:50:17 +00:00
56e5810ff1
[BugFix] Prevent orphaned process on NCCL destroy ( #39846 )
...
Signed-off-by: Jeffrey Wang <jeffreywang@anyscale.com >
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com >
2026-05-11 15:25:26 -04:00
Flora Feng and GitHub
639cbfd274
[CI] Add tests/parser to CI coverage ( #41877 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-11 19:08:54 +00:00
a721315488
[ROCm][Perf] Fix RMSNorm+Quant fusion for gfx950 (non-fnuz) ( #41825 )
...
Signed-off-by: Frida Andersson <fanderss@amd.com >
Signed-off-by: Chuan Li <chuali@amd.com >
Co-authored-by: Markus Hartikainen <markus.hartikainen@amd.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Chuan Li <chuali@amd.com >
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
Co-authored-by: Frida Andersson <frida-andersson@users.noreply.github.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-11 15:00:51 -04:00
6fdb49392e
[Bugfix] Fix int32 overflow in DeepGEMM SiLU/mul FP8 Triton kernel ( #42201 )
...
Signed-off-by: vensen <vensenmu@gmail.com >
Signed-off-by: Vensen <vensenmu@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-11 14:52:31 -04:00
cf0d279142
[Docs] Add Apple Silicon documentation for vLLM-Metal GPU support ( #41987 )
...
Signed-off-by: alexagriffith <agriffith96@gmail.com >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-05-11 11:34:25 -07:00
5497ffbf7c
Add documentation about vLLM FIPS compliance ( #42190 )
...
Signed-off-by: Vinay Damodaran <vrdn@hey.com >
Signed-off-by: Vinay R Damodaran <vrdn@hey.com >
Co-authored-by: Russell Bryant <russell.bryant@gmail.com >
2026-05-11 18:17:02 +00:00
Nick Hill and GitHub
9af6a5ed75
[Model Runner V2] Fix seq_lens_cpu_upper_bound ( #42202 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-11 10:37:50 -07:00
Hexiang Wang and GitHub
7863fff6e5
[ROCm][DSv4] implement flash sparse mla with triton kernels ( #41812 )
...
Signed-off-by: whx-sjtu <xiaowang990929@gmail.com >
2026-05-11 09:27:11 -07:00
Wentao Ye and GitHub
0d453e2336
[Perf] Batch invariance with Cutlass fp8 support, 28.9% E2E latency improvement ( #40408 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-05-11 12:20:58 -04:00
Wentao Ye and GitHub
3f9c0c25b3
[Bug] Fix kimi dtype issue with mm_projector_forward ( #42081 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-11 11:45:24 -04:00
Vadim Gimpelson and GitHub
a2e776d716
[Bugfix] Accept canonicalized modelopt_* quant_method in _extract_modelopt_quant_algo ( #42181 )
...
Signed-off-by: Vadim Gimpelson <vadim.gimpelson@gmail.com >
2026-05-11 11:10:57 -04:00
4955990f1b
[kv_offload] Move FilterReusedOffloadingManager logic to CPUOffloadingManager ( #41727 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-11 18:09:29 +03:00
Wentao Ye and GitHub
4b64fc2cbf
[Refactor] Cleanup batch invariant dead code ( #41993 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-11 10:48:39 -04:00
pschlan-amd and GitHub
5f1b313900
[ROCm] Clean up a bit the AITER FA backend ( #41942 )
...
Signed-off-by: Patrick Schlangen <pschlan@amd.com >
2026-05-11 22:45:18 +08:00
724ed2fc35
[DSv4] Improved dequant gather K cache kernel ( #42236 )
...
Signed-off-by: Thien Tran <gau.nernst@yahoo.com.sg >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-11 10:41:12 -04:00
a51376b3f0
[Performance][DSR1]: Fused RoPE+KVCache+q_concat for MLA ( #40392 )
...
Signed-off-by: Rohan138 <rohanpotdar138@gmail.com >
Signed-off-by: Rohan Potdar <66227218+Rohan138@users.noreply.github.com >
Co-authored-by: ElizaWszola <ewszola@redhat.com >
2026-05-11 14:10:50 +00:00
Martin Hickey and GitHub
8415bf2cdb
[kv_offload] Set offloading connector to prefer HND layout ( #41928 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
2026-05-11 15:05:41 +03:00
Noa Neria and GitHub
ac062147fa
Avoid silent weights corruption when loading Nemotron Nano VL with reusable-buffer loaders like runai distributed streaming ( #42244 )
...
Signed-off-by: Noa Neria <nneria@nvidia.com >
2026-05-11 12:03:14 +00:00
Chauncey and GitHub
617239b70c
[Frontend]Responses API supports chat_template_kwargs ( #42272 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-05-11 11:59:39 +00:00
Kyungmin Lee and GitHub
27ae676364
Fix EXAONE-4.5 to align with Transformers update ( #42246 )
...
Signed-off-by: lkm2835 <lkm2835@gmail.com >
2026-05-11 10:25:31 +00:00
haosdent and GitHub
17ed5e61f5
[CI] Make Python-only Installation optional ( #42293 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-11 09:47:16 +00:00
Nicolò Lucchesi and GitHub
5672d100ed
[KV Connector][NIXL][Bugfix] Fix NIXL handshake failures not honoring kv_load_failure_policy ( #40364 )
...
When NIXL handshake fails (e.g., due to compatibility hash mismatch
between prefill and decode instances), requests fail with "engine dead"
error instead of gracefully falling back to local recomputation as configured
by kv_load_failure_policy='recompute'.
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-11 09:37:21 +00:00
Nicolò Lucchesi and GitHub
770e9bd6b3
[Nixl][PD] Lease renewal TTL KV blocks on P ( #41383 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-11 09:27:30 +00:00
Cyrus Leung and GitHub
9efdddca28
[Model] Fix missing maybe_prefix ( #42280 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-05-11 09:04:06 +00:00
Qiu and GitHub
b1b59720b2
bugfix(flashinfer,dcp): remove kv_cache_layout for BatchDCPPrefillWrapper._new_tokens. ( #38895 )
...
Signed-off-by: QiuChunshuo <qiuchunshuo@huawei.com >
2026-05-11 08:11:49 +00:00
f9f770ca0b
fix nixl side-channel host selection ( #41806 )
...
Signed-off-by: Shahar Mor <smor@nvidia.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-11 07:40:37 +00:00
Haoqing Wang and GitHub
5cba6839e6
Document MolmoWeb hf_overrides ( #42163 )
...
Signed-off-by: Haoqi Wang <78337154+hqhq1025@users.noreply.github.com >
2026-05-10 23:58:22 -07:00
Jee Jee Li and GitHub
05d610e5cd
[CI/Build] Reduce LoRA model tests. ( #42266 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-11 14:49:08 +08:00
581b5e9afc
[Frontend] Return rendered prompt text in chat completion response ( #42052 )
...
Signed-off-by: Wang, Zhipeng | RASIA <zhipeng.wang@rakuten.com >
Co-authored-by: Wang, Zhipeng | RASIA <zhipeng.wang@rakuten.com >
Co-authored-by: Cursor <cursor@cursor.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-05-11 13:53:39 +08:00
wangxiyuan and GitHub
5536fc0c01
[Misc] Replace mamba_type string literals with MambaAttentionBackendEnum ( #41188 )
...
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com >
2026-05-11 03:59:36 +00:00
vllmellm and GitHub
7f95e66a11
[ROCm][Bugfix]: dynamically align BLOCK_DMODEL with Lv in MLA decode kernel ( #41119 )
...
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com >
2026-05-11 11:14:19 +08:00
yzong-rh and GitHub
b1687527b8
[Bugfix] Gemma 4 chat template crash with missing tool name and tool id ( #42188 )
...
Signed-off-by: Yifan <yzong@redhat.com >
2026-05-11 03:07:45 +00:00
171019ab19
add fused mhc_post_pre kernel ( #41536 )
...
Signed-off-by: george <george@inferact.ai >
Co-authored-by: george <george@inferact.ai >
2026-05-10 19:56:52 -07:00
Haoqing Wang and GitHub
879a8c3180
Fix Molmo2 image token metadata ( #42162 )
...
Signed-off-by: Haoqi Wang <78337154+hqhq1025@users.noreply.github.com >
2026-05-11 01:19:21 +00:00
1b57eb41f2
[MoE] Move various experts classes to fused_moe/experts/ ( #41979 )
...
Signed-off-by: Jackmin801 <ongjackm@gmail.com >
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Signed-off-by: Jackmin801 <56836461+Jackmin801@users.noreply.github.com >
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Jackmin801 <ongjackm@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Jackmin801 <56836461+Jackmin801@users.noreply.github.com >
2026-05-11 07:54:33 +08:00
Mohammad Miadh Angkad and GitHub
21943d4c25
[Performance] Make safetensors checkpoint prefetch settings configurable ( #41499 )
...
Signed-off-by: Mohammad Miadh Angkad <MAngkad.BSDSBA2027@aim.edu >
2026-05-10 15:55:15 +00:00
f396bee56f
[DSV4] Add PP support for deepseek-v4 ( #41694 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: qizixi <22851944+zixi-qi@users.noreply.github.com >
2026-05-10 15:47:26 +00:00
215e2f7990
[Bugfix][Mamba] IMA in causal_conv1d kernel for long sequences ( #41617 )
...
Signed-off-by: vensen <vensenmu@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-10 12:38:28 +00:00
Ronen Schaffer and GitHub
e175192d33
[KV Offload] Pass ReqContext to touch(), complete_load(), and complete_store() ( #41366 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-10 15:09:25 +03:00
a54f0d1049
[CPU] Fix spec decode kernel signatures for synthetic mode compatibility ( #41932 )
...
Signed-off-by: jmamou <jonathan.mamou@intel.com >
Signed-off-by: Jonathan Mamou <jonathan.mamou@intel.com >
Co-authored-by: Benjamin Chislett <chislett.ben@gmail.com >
2026-05-10 12:07:15 +00:00
Isotr0py and GitHub
48698b1b9b
[Bugfix] Fuse Qwen3.5 in_qkvz_proj forwarding with LoRA enabled ( #37912 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Signed-off-by: Isotr0py <Isotr0py@outlook.com >
2026-05-10 10:59:02 +00:00
Andreas Karatzas and GitHub
0a309b5ee9
[ROCm] Cap Triton paged attention block size to fix ROCm shared memory OOM ( #38502 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-10 10:03:00 +00:00
Jee Jee Li and GitHub
84f7a55340
[CI] Trigger LoRA test when changing MoE code. ( #42196 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-10 01:26:09 -07:00
Ethan Feng and GitHub
a2c9d548d7
[Docs] Fix broken local links ( #42160 )
...
Signed-off-by: Ethan Feng <ethan.fengch@gmail.com >
2026-05-10 01:15:38 -07:00
Yongye Zhu and GitHub
301305c093
Add @zyongye to CODEOWNERS ( #42200 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-10 16:07:32 +08:00
Mohammad Miadh Angkad and GitHub
efd0e7789d
Fix mypy failure on main ( #42197 )
...
Signed-off-by: Mohammad Miadh Angkad <MAngkad.BSDSBA2027@aim.edu >
2026-05-10 07:55:57 +00:00
a5d0a5afba
[Frontend][Bugfix] Abort ASR engine requests on cancellation ( #41266 )
...
Signed-off-by: abdulrahman-cohere <abdulrahman.abdulrazzag@cohere.com >
Signed-off-by: <>
Co-authored-by: Cursor Agent <cursor-agent@cursor.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-05-09 23:51:11 -07:00
Andreas Karatzas and GitHub
f2840120f6
[ROCm][CI] Fix NIXL spec-decode acceptance startup and diagnostics ( #41313 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-10 14:50:16 +08:00
Dao007forever and GitHub
3f5bd482f5
[Bugfix][KV Transfer][NIXL] Notify P node on pre-admission rejection to free stranded KV blocks ( #41269 )
2026-05-09 22:52:09 -07:00
Andreas Karatzas and GitHub
fb1ac806c5
[ROCm][CI] Stabilize ROCm shutdown and distributed compile CI ( #41573 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-10 03:47:40 +00:00
Wei Zhao and GitHub
986edc858a
[Bugfix] Fix DeepSeek v4 topk numerical issue for unaligned max-model-len ( #42169 )
2026-05-09 20:30:08 -07:00
27d3bac272
docs: clarify Gemma 4 assistant speculative decoding ( #42180 )
...
Signed-off-by: AbhiOnGithub <abhiOnGithub@users.noreply.github.com >
Co-authored-by: AbhiOnGithub <abhiOnGithub@users.noreply.github.com >
2026-05-09 20:08:44 -07:00
00b0618a03
Use CU_MEMCPY_SRC_ACCESS_ORDER_ANY for batch KV cache swaps ( #39306 )
...
Signed-off-by: Itay Etelis <itay.etelis@ibm.com >
Signed-off-by: Itay Etelis <etelis2019@gmail.com >
Signed-off-by: Itay Etelis <92247226+Etelis@users.noreply.github.com >
Co-authored-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: Or Ozeri <oro@il.ibm.com >
Co-authored-by: Itay Etelis <etelis2019@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-10 05:57:09 +03:00
0d382ecde8
Handle optional bool-or-string CLI args in get_kwargs ( #40951 )
...
Signed-off-by: Christian Van <cvan20191@gmail.com >
Co-authored-by: Christian Van <cvan20191@gmail.com >
2026-05-09 19:47:21 -07:00
Isotr0py and GitHub
1029e5ef28
[CI/Build] Use modelscope's international site for regression test ( #42176 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-05-09 19:47:09 -07:00
0b272a6e01
[Bugfix] Fix SP pass for multimodal models and PP+SP residual handling ( #33322 )
...
Signed-off-by: Xingran Wang <wangxingran123456@outlook.com >
Signed-off-by: Hongjian Zhang <hirokenovo@gmail.com >
Co-authored-by: Hongjian Zhang <hirokenovo@gmail.com >
2026-05-09 19:44:16 -07:00
dcb3135af7
Fix: Nemotron 3 rescue whitespace-only final_content, not just None ( #41846 )
...
Signed-off-by: Nave Assaf <nassaf@nvidia.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-10 02:07:58 +00:00
bc5fdc1e6a
Add NVFP4 all-gather GEMM fusion for AsyncTP ( #41882 )
...
Signed-off-by: roG0d <baonudesifeizhai@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-10 01:13:22 +00:00
aoshen02 and GitHub
006af4b956
[Bugfix] Skip routed-experts hot path when disabled ( #42148 )
2026-05-09 18:01:04 -07:00
Wentao Ye and GitHub
ea0e501bb1
[KV Connector] Remove compat support for pre-v0.12.0 constructor signatures without KVCacheConfig ( #39832 )
...
The v0.12.0 release contained initial support for HMA in KV Connectors. As part
of these changes, a KVCacheConfig argument was added to KV connector
constructors. Backwards compatibility support for out-of-tree connectors was
included in this change, with a very prominent warning. See #25712 and #27887 .
Since the warning has been around for over 5 months, we can safely remove
the support of it.
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-09 23:39:46 +00:00
Wentao Ye and GitHub
f80aa53c9d
[Refactor] Nixl util using lazy init ( #41392 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-09 17:46:52 -04:00
Juhi Mittal and GitHub
7a2b596982
[Quantization] Add ModelOpt NVFP4 W4A16 (4-bit weights, fp16/bf16 activations) support ( #41769 )
...
Signed-off-by: Juhi Mittal <juhim@nvidia.com >
2026-05-09 21:15:50 +00:00
Jiangyun Zhu and GitHub
2ee8c2a56e
[SpecDecoding] extend mtp support for mimo 2.5 ( #41905 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-05-09 18:22:59 +00:00
SoluMilken and GitHub
cd74911d92
[Model] use AutoWeightsLoader for DeepSeekV2 ( #41706 )
...
Signed-off-by: SoluMilken <ypiheyn.imm02g@g2.nctu.edu.tw >
2026-05-10 01:55:25 +08:00
SoluMilken and GitHub
25abddc1a5
[BugFix] Fix Gemma4 'layers.0.moe.experts.0.down_proj_packed' KeyError issue ( #40708 )
...
Signed-off-by: SoluMilken <ypiheyn.imm02g@g2.nctu.edu.tw >
2026-05-09 17:20:44 +00:00
171d59ae8d
[Bugfix][PD] Fix DSv4 Disaggregated ( #41957 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
Co-authored-by: ZhanqiuHu <zhu@redhat.com >
2026-05-09 16:48:24 +00:00
3dda9aeb54
[Bugfix] Remove nested torch.compile in GDN rearrange_mixed_qkv causing CUDA graph capture failure ( #42070 )
...
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com >
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com >
2026-05-09 08:30:55 -07:00
Kermit and GitHub
adb6d96516
[Bugfix] Fix GDN KKT precision loss on Hopper GPUs by aligning tl.dot operand layout with WGMMA ( #42076 )
...
Signed-off-by: kermit <ckeming@outlook.com >
2026-05-09 13:08:46 +00:00
Thien Tran and GitHub
530d371302
[DSv4] Improved fused Indexer Q quant kernel ( #41428 )
2026-05-09 01:20:32 -07:00
Micah Williamson and GitHub
34ab4f2565
[ROCm] Upgrade aiter to v0.1.13-rc5 ( #42113 )
...
Signed-off-by: Micah Williamson <micah.williamson@amd.com >
2026-05-09 08:13:45 +00:00
Jee Jee Li and GitHub
ecd0b60aad
[LoRA] Initial EP support for LoRA ( #40867 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-09 00:31:23 -07:00
d6563d693c
Require C++20 for compatibility with PyTorch ( #40380 )
...
Signed-off-by: Richard Barnes <rbarnes@meta.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-08 22:04:43 -07:00
Rishapveer Singh and GitHub
f6490a2841
[Bugfix] Preserve leading/trailing whitespace in GLM non-streaming tool parser ( #42026 )
...
Signed-off-by: Rishapveer Singh <singhrishapveer@gmail.com >
2026-05-08 21:49:15 -07:00
a2812becd6
[Models] Cohere Eagle + fix to Cohere MoE ( #42078 )
...
Signed-off-by: Terrencezzj <terrence@cohere.ai >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-08 21:46:26 -07:00
e8f9038ebd
[ROCm][Bugfix] Re-tag AITER MoE weights as preshuffled after replace_parameter ( #42061 )
...
Signed-off-by: Markus Hartikainen <markus.hartikainen@amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-08 21:42:07 -07:00
df2636a9d8
[Bugfix] Fix LOGITPROC_SOURCE_ENTRYPOINT test to use spawn-compatible dist-info registration for XPU/ROCm ( #42040 )
...
Signed-off-by: dqzhengAP <dqzheng1996@gmail.com >
Signed-off-by: David Zheng <153074367+dzhengAP@users.noreply.github.com >
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Andreas Karatzas <akaratza@amd.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-09 12:32:04 +08:00
Shengqi Chen and GitHub
97cc7685c4
Add @Harry-Chen in CODEOWNERS ( #42130 )
...
Signed-off-by: Shengqi Chen <harry-chen@outlook.com >
2026-05-09 04:08:22 +00:00
haosdent and GitHub
e934e459e6
[CI][Bugfix] Make test_gpt2_cache_hit observable across V1 EngineCore ( #42037 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-09 11:53:15 +08:00
David Zheng and GitHub
845ca327ce
[Bugfix] Fix test_whisper distributed test process handling ( #42038 )
...
Signed-off-by: dqzhengAP <dqzheng1996@gmail.com >
2026-05-09 11:37:21 +08:00
4f6fa6341d
[XPU] update supported models on XPU ( #41911 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-09 10:44:03 +08:00
Ethan Feng and GitHub
a43bc34baf
[Docs] Update server entrypoint examples ( #42077 )
...
Signed-off-by: Ethan Feng <ethan.fengch@gmail.com >
2026-05-09 02:03:52 +00:00
Ethan Feng and GitHub
236bf9d152
[Docs] Fix RLHF example links ( #42073 )
...
Signed-off-by: Ethan Feng <ethan.fengch@gmail.com >
2026-05-09 02:03:42 +00:00
Lucas Wilkinson and GitHub
b1728c1e66
[Attention][Cleanup] Remove tree attention ( #42121 )
...
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
2026-05-08 18:36:19 -07:00
be0dcc29dc
[XPU] remove q/k/v force contiguous for flash_attn ( #40356 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-09 01:19:05 +00:00
Sumanth R Hegde and GitHub
e3b65a5ba0
[feat] Add explicit /start_weight_update and /finish_weight_update APIs for weight transfer ( #39212 )
2026-05-08 18:03:33 -07:00
Harry Mellor and GitHub
30f519e947
Use pre-commit / pre-run-check to gate docs build too ( #42053 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-09 00:02:51 +00:00
Roy Wang and GitHub
60851b1d22
[Bugfix][KV Transfer] Reject NixlConnector + expandable_segments:True ( #41237 )
2026-05-08 16:47:33 -07:00
Michael Goin and GitHub
8bcd8a260c
[Bugfix] Fix FlashInfer CUTLASS MXFP4-MXFP8 MoE by restoring swizzled scale ( #42089 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-08 15:59:06 -07:00
John Calderon and GitHub
8a2fc80b84
[CUDA][CUTLASS] Enable cutlass scaled mm for non-compatible sizes ( #41868 )
...
Signed-off-by: John Calderon <jcalderon@nvidia.com >
2026-05-08 15:58:05 -07:00
6881c754e1
use HIP_VERSION variables to guard against duplicate atomicAdd definitions ( #41802 )
...
Signed-off-by: Philip Maybank <pmaybank@amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-08 18:44:37 -04:00
Kevin H. Luu and GitHub
0c2e9d4892
[CI] Narrow misc.yaml source dependencies ( #42059 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-08 15:10:12 -07:00
Kevin H. Luu and GitHub
d2f22dfc9f
[CI] Narrow engine.yaml source dependencies ( #42055 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-08 14:55:33 -07:00
Kevin H. Luu and GitHub
f4dd5c116c
[CI] Narrow Platform Tests (CUDA) source dependencies ( #42054 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-08 14:54:06 -07:00
Kevin H. Luu and GitHub
f47ccc8b1c
[CI] Narrow pytorch.yaml compile job source dependencies ( #42057 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-08 14:43:17 -07:00
dbd86a67e3
[Bugfix][Gemma4] Fix infinite loop and array boundary issues in tool parser ( #41991 )
...
Signed-off-by: David Oy <david.oy@baseten.co >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-08 17:24:37 -04:00
2c6b59b807
[ROCm][Perf] Add Fused Shared Expert (FSE) support for Qwen3-Next ( #39280 )
...
Signed-off-by: nholmber <nholmber@users.noreply.github.com >
Signed-off-by: Tres Popp <tres.popp@amd.com >
Signed-off-by: Doug Lehr <douglehr@amd.com >
Co-authored-by: nholmber <nholmber@users.noreply.github.com >
Co-authored-by: Tres <tpopp@users.noreply.github.com >
Co-authored-by: Tres Popp <tres.popp@amd.com >
Co-authored-by: Doug Lehr <douglehr@amd.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Co-authored-by: Douglas Lehr <91553416+dllehr-amd@users.noreply.github.com >
2026-05-08 15:38:00 -04:00
44e6b44a21
[CI][Elastic EP] Fix Elastic EP Scaling Test Failure ( #41792 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-05-08 15:17:44 -04:00
Hiroaki Mikami and GitHub
90f145aaf7
[Models][Gemma3/Gemma4] Support hidden_act variants in gated MLP ( #40588 )
...
Signed-off-by: Hiroaki Mikami <hiroaki8270+github@gmail.com >
2026-05-08 11:29:11 -07:00
Ethan Feng and GitHub
4140faa4a5
[Docs] Fix OpenAI batch model argument examples ( #42066 )
...
Signed-off-by: Ethan Feng <ethan.fengch@gmail.com >
2026-05-08 14:02:46 +00:00
liuzhenwei and GitHub
f2bbd575e2
[CI][XPU] Skip fork-dependent logits processor test ( #42013 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-05-08 06:10:19 -07:00
haosdent and GitHub
52458b60a8
[CI][Examples][RLHF] Disable async scheduling in rlhf_async_new_apis ( #42042 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-08 04:58:48 -07:00
Harry Mellor and GitHub
630820a59b
Make docs environment deterministic ( #41926 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-08 10:13:03 +00:00
Chaojun Zhang and GitHub
19df11f5d1
[CI][XPU]Ignore some lora tests from LoRA Intel CI pipeline ( #42010 )
...
Signed-off-by: chaojun-zhang <chaojun.zhang@intel.com >
2026-05-08 17:34:27 +08:00
haosdent and GitHub
36b2c79d4b
[CI][Bugfix] Drop duplicated examples/ prefix in tensorize_vllm_model command ( #42039 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-08 02:23:22 -07:00
haosdent and GitHub
160858cba4
[CI][Bugfix] Surface subprocess output in spawn_new_process_for_each_test ( #41943 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-08 10:39:37 +02:00
Simon Danielsson and GitHub
f9b9bf3bbb
[CI][ROCm] Ship RIXL with vllm/vllm-openai-rocm ( #41634 )
...
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com >
2026-05-08 07:05:17 +00:00
445d747434
[Bugifx] Missing Renderer for fastokens mode ( #41984 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-05-07 23:45:14 -07:00
wang.yuqi and GitHub
77b13b9602
[Docs] Reorganize examples docs. ( #41082 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-07 23:23:44 -07:00
ed582b6a4c
[Aiter][ROCm] gdn_linear_attn kernel fusion ( #40711 )
...
Signed-off-by: Tres Popp <tres.popp@amd.com >
Signed-off-by: Chuan Li <chuali@amd.com >
Co-authored-by: hellozhuo <zhuo.su@amd.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-07 23:11:37 -07:00
David Zheng and GitHub
1acd67a795
[Bugfix] Fix XPU/ROCm compatibility in spawn_new_process_for_each_test ( #41895 )
...
Signed-off-by: dqzhengAP <dqzheng1996@gmail.com >
2026-05-08 00:47:22 -04:00
0b99971352
[Kernel][Helion] Optimize Helion config parsing latency ( #40850 )
...
Signed-off-by: Yanan Cao <gmagogsfm@gmail.com >
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com >
2026-05-07 20:27:34 -07:00
baf068d8be
enable persistent mla for sparse mla backend ( #41990 )
...
Signed-off-by: ganyi <ygan@amd.com >
Signed-off-by: Douglas Lehr <Doug.Lehr@amd.com >
Co-authored-by: ganyi <ygan@amd.com >
2026-05-07 20:10:50 -07:00
SamareshSingh and GitHub
01b0f3adab
fix: default TILELANG_CLEANUP_TEMP_FILES=1 to avoid shared /tmp conflicts ( #41486 )
...
Signed-off-by: Samaresh Kumar Singh <ssam3003@gmail.com >
2026-05-07 19:59:00 -07:00
Nick Hill and GitHub
989c176c0a
[Perf][3/n] Eliminate GPU<->CPU syncs in attention impls ( #41434 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-07 19:44:24 -07:00
cd58e30872
[Perf] Use numpy zero-copy path for embedding float response serialization ( #41681 )
...
Signed-off-by: Shrinav Loka <lokashrinav@gmail.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-07 19:42:21 -07:00
1d694e78c9
[Examples][last/6] Resettle examples. ( #41084 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-07 19:42:12 -07:00
haosdent and GitHub
57c2f724c1
[CI][Bugfix] Fix CI failures for "PyTorch Compilation Unit Tests" ( #41940 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-05-07 19:42:00 -07:00
5f6a02812a
[CI][Bugfix] Fix failure CI step "PyTorch Fullgraph Smoke Test" ( #41953 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-07 19:41:56 -07:00
50f2db2555
add: LFM2/2.5 Tool Parser ( #39243 )
...
Signed-off-by: Jonathan Buchanan <jonathan.buchanan@liquid.ai >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-05-08 09:58:17 +08:00
09a7cc5ba9
[KV Connector] Opt DecodeBenchConnector into SupportsHMA ( #41770 )
...
Signed-off-by: Zijing Liu <liuzijing2014@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-07 16:10:00 -07:00
Nick Hill and GitHub
10ebb40d62
[Core] Avoid using extra thread in UniProcExecutor ( #40891 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-07 15:33:00 -07:00
54f548e9e5
[Bugfix] Restore moe_forward output shape invariant on TRTLLM MXFP4 path ( #41646 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-07 15:26:06 -07:00
Kyle Sayers and GitHub
c1819ca283
[Compressed Tensors] Allow configs with non-explicit ignores ( #41965 )
...
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com >
2026-05-07 14:03:45 -07:00
969fbfb4a9
Laguna xs dflash support ( #41880 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-07 13:31:16 -07:00
akii96 and GitHub
3af561ec0a
[ROCm] Fix AITER AR+RMSNorm no-residual fusion ( #41972 )
...
Signed-off-by: Aakif Nawaz <aakif.nawaz@amd.com >
2026-05-07 13:14:58 -07:00
akii96 and GitHub
c936548ce6
[ROCm][DeepSeek] Enable V3.2 TP4 AITER MLA ( #41835 )
...
Signed-off-by: Aakif Nawaz <aakif.nawaz@amd.com >
2026-05-07 15:10:57 -05:00
TomerBN-Nvidia and GitHub
8189a15914
[Core] Replace routing replay with device cache and async D2H pipeline ( #39917 )
...
Signed-off-by: Tomer Barnatan <tbarnatan@nvidia.com >
2026-05-07 11:24:56 -07:00
Flora Feng and GitHub
8eb401134e
[Refactor] Consolidate required/named tool_choice streaming into DelegatingParser ( #41876 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-07 09:50:59 -07:00
Nicolò Lucchesi and GitHub
9d6500b89d
[Misc] Delay EPLB Nixl import until needed ( #41805 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-07 09:43:07 -07:00
zhrrr and GitHub
7a08b34fbf
[Model Runner V2] support qwen35 / mamba hybrid model ( #35520 )
...
Signed-off-by: zhuhaoran <zhuhaoran.zhr@alibaba-inc.com >
2026-05-07 09:31:05 -07:00
noobHappylife and GitHub
06a60d3dd0
Fix spec decode benchmark metrics ( #41916 )
...
Signed-off-by: noobhappylife <aratar1991@hotmail.com >
2026-05-07 09:23:21 -07:00
2a16ece2d3
tokenizer: Add fastokens support ( #41741 )
...
Signed-off-by: AlonKejzman <alonkeizman@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-07 22:49:42 +08:00
Andreas Karatzas and GitHub
003159d98b
[ROCm][CI] Avoid duplicate ROCm AITER norm-quant patterns ( #41534 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-07 06:33:30 -07:00
2a84da3b17
[XPU] Implement out-of-place all-reduce functionality ( #41808 )
...
Signed-off-by: Chaojun,Zhang <chaojun.zhang@intel.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-07 05:58:05 -07:00
Chaojun Zhang and GitHub
805e9f7b77
[XPU] Fix lora bugs & enable UTs under tests/lora ( #38206 )
...
Signed-off-by: chaojun-zhang <chaojun.zhang@intel.com >
2026-05-07 05:58:00 -07:00
s-yanev and GitHub
75f0d516c4
[Bugfix] Fix GLM4-MoE weight loading for NVFP4 quantized checkpoints ( #41755 )
...
Signed-off-by: Stoyan Yanev <stoyan.yanev@cleverpine.com >
2026-05-07 05:55:52 -07:00
f650ace6de
[MM][Gemma4] Use video profiling hints in encoder budget ( #41837 )
...
Signed-off-by: lesj0610 <lesj0610@users.noreply.github.com >
Co-authored-by: lesj0610 <lesj0610@users.noreply.github.com >
2026-05-07 05:46:04 -07:00
Li, Jiang and GitHub
b3945cc316
[CPU] Bump up to the latest CPU kernels ( #41924 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-05-07 05:45:59 -07:00
ffee741626
[Model] Use AutoWeightsLoader for AXK1 ( #41901 )
...
Signed-off-by: liwenyi <lwy.lwy@163.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-07 05:40:29 -07:00
Jee Jee Li and GitHub
9c0812ffd0
[Bugfix] Fix FusedMoEWithLoRA has no attribute runner ( #41889 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-05-07 04:53:14 -07:00
Fadi Arafeh and GitHub
b20731d0ae
[CI][Arm] skip e2e model tests if HF_TOKEN is not set ( #41919 )
...
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com >
2026-05-07 11:31:50 +00:00
d4b0048404
Eliminate redundant MoE buffer copies in AITER fused experts (without dependency on AITER changes) ( #41713 )
...
Signed-off-by: Mehdi Ghanimifard <mehdi.ghanimifard@amd.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-07 03:46:40 -07:00
6e6d182d18
[Bugfix] Fix OOM in tensorizer LoRA deserialization ( #41845 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-07 02:17:47 -07:00
tej and GitHub
8a4888be21
[ROCm] Profiler api support for ROCm MORI toy proxy server in PD Disaggregation ( #40264 )
...
Signed-off-by: Tej Kiran <kiran.tej@amd.com >
2026-05-07 16:58:38 +08:00
Yuwen Zhou and GitHub
713b28bd0b
[CPU] Add FP8 W8A16 MoE support ( #41314 )
...
Signed-off-by: yuwenzho <yuwen.zhou@intel.com >
2026-05-06 23:17:07 -07:00
51f22dcfd0
[Feat][CPU] Enable Gated DeltaNet Attention (Qwen 3.5 / 3.6) ( #41025 )
...
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com >
Co-authored-by: Vadim Gimpelson <156319763+vadiklyutiy@users.noreply.github.com >
2026-05-07 12:57:09 +08:00
20cac26b19
[ROCm] Enable SimpleCPUOffloadConnector on ROCm ( #40549 )
...
Signed-off-by: Hongxia Yang <hongxia.yang@amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-06 20:52:02 -07:00
Russell Bryant and GitHub
5a0a8fc1ea
[Docs] add cache directory security guidance ( #38920 )
...
Signed-off-by: Russell Bryant <rbryant@redhat.com >
2026-05-06 16:54:29 -07:00
Micah Williamson and GitHub
7a576e2c72
[ROCm][CI] Remove TORCH_NCCL_BLOCKING_WAIT=1 After Bugfix In ROCm 7.2 ( #41840 )
...
Signed-off-by: Micah Williamson <micah.williamson@amd.com >
2026-05-06 16:37:11 -07:00
Yongye Zhu and GitHub
80d5e7d103
[Bugfix] Fix condition to clear persistent topk so that it can be captured regardless ( #41665 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-06 16:17:48 -07:00
95582868ef
[Bugfix] DeepSeekV32/v4: respect string='true|false' attribute andunwrap arguments/input wrapper ( #41801 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
Co-authored-by: QwertyJack <7554089+QwertyJack@users.noreply.github.com >
2026-05-06 21:48:01 +00:00
50acdc5b5c
Fix Qwen3 streaming content routing ( #40820 )
...
Signed-off-by: xy3 <120182408@qq.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
2026-05-06 17:22:01 -04:00
JackyLiu and GitHub
deb737e323
[Doc] Add ModernBertForSequenceClassification to scoring.md cross-en… ( #41832 )
...
Signed-off-by: JLiu4Coding <lzwgre@126.com >
2026-05-06 14:17:56 -07:00
Flora Feng and GitHub
f3f8efa73a
[CI] Enable gemma4 parser test on CI ( #41857 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-05-06 20:25:34 +00:00
Johnny Yang and GitHub
ca3e62d336
Upgrade tpu-inference to v0.19.0 ( #41844 )
...
Signed-off-by: Johnny Yang <johnnyyang@google.com >
2026-05-06 11:41:37 -07:00
Benjamin Chislett and GitHub
38e16678ba
[Bugfix] Align block table for TRTLLM MLA edge-case ( #39324 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-05-06 11:17:02 -07:00
27702f6d08
[Bugfix] Fix token loss in PP mode which causes degraded accuracy ( #41133 )
...
Signed-off-by: Jing Wang <jingwang96@qq.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-06 14:07:32 -04:00
Divakar Verma and GitHub
22a3cbe152
[ROCm] aiter_unified_attn fp8 q scale refactor ( #38296 )
...
Signed-off-by: Divakar Verma <divakar.verma@amd.com >
2026-05-06 16:11:36 +00:00
Viktor Pus and GitHub
d5b31c954d
[Bugfix] Account for truncate_prompt_tokens when computing max_tokens ( #41800 )
...
Signed-off-by: Viktor Pus <viktorpus@tenstorrent.com >
2026-05-06 16:10:17 +00:00
David Zheng and GitHub
ee38750a75
[Bugfix] Fix spawn_new_process_for_each_test silently swallowing test failures ( #41423 )
...
Signed-off-by: dqzhengAP <dqzheng1996@gmail.com >
2026-05-06 11:17:15 -04:00
27e0057aed
[Spec Decode] Add Gemma4 MTP speculative decoding support ( #41745 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
2026-05-06 22:39:29 +08:00
Ronen Schaffer and GitHub
f39bcf1e30
[KV Offload] Return None from lookup() for in-flight blocks ( #41795 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-06 17:31:21 +03:00
6467213a9f
fix(openai): tolerate empty content in forced tool choice ( #40148 )
...
Signed-off-by: QwertyJack <7554089+QwertyJack@users.noreply.github.com >
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
Co-authored-by: QwertyJack <7554089+QwertyJack@users.noreply.github.com >
Co-authored-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-05-06 07:16:03 -07:00
df8e63f4ed
nixl refactor: new transfer design ( #40731 )
...
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
Signed-off-by: NickLucche <nlucches@redhat.com >
Co-authored-by: NickLucche <nlucches@redhat.com >
2026-05-06 06:16:25 -07:00
242afc6bf4
[MM][Gemma4] Respect max_soft_tokens in encoder budget ( #41799 )
...
Signed-off-by: lesj0610 <lesj0610@users.noreply.github.com >
Co-authored-by: lesj0610 <lesj0610@users.noreply.github.com >
Co-authored-by: gemini-code-assist <gemini-code-assist@google.com >
2026-05-06 05:54:42 -07:00
lyd1992 and GitHub
5d0fd87038
[CPU][RISC-V] Auto-bind OMP threads and harden nobind path ( #40569 )
...
Signed-off-by: liuyudong <liuyudong@iscas.ac.cn >
2026-05-06 11:38:08 +00:00
Harry Mellor and GitHub
d8deb5b7ad
Fix some legacy checkpoints with deprecated rope_type values ( #41734 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-06 11:13:12 +00:00
2e777d21a8
[Bugfix][Rocm]Aiter MoE re-uses existing tensor addresses after weight update. ( #40390 )
...
Signed-off-by: Yuankai Chen <yuankach@amd.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-06 10:32:26 +00:00
Nicolò Lucchesi and GitHub
e43a791284
[Bugfix][CI] Fix Disaggregated test area path ( #41794 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-05-06 17:41:24 +08:00
66d1cc0c77
fix(rocm): remove workaround causing invalid argument on Qwen3.5 with TP=2 ( #40686 )
...
Co-authored-by: Test User <test@example.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-06 01:38:32 -07:00
1c58876618
[XPU] Disable CUDA graph memory estimate on XPU platform ( #41344 )
...
Signed-off-by: chaojun-zhang <chaojun.zhang@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-06 16:38:18 +08:00
51c1ee9b7c
[Examples] Resettle Disaggregated examples. ( #40759 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-06 01:20:38 -07:00
Lucas Kabela and GitHub
213f10bfdd
[Bugfix] Fix codegen for unqualified names ( #40726 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
2026-05-06 01:11:37 -07:00
e87e09a50a
[Feat] dnnl build for AVX2 W8A8 Int8 ( #41318 )
...
Signed-off-by: Li, Tianmu <tianmu.li@intel.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-05-06 15:28:02 +08:00
Yuwen Zhou and GitHub
809b98e5b7
[CPU] Add FP8 W8A16 linear support ( #41186 )
...
Signed-off-by: yuwenzho <yuwen.zhou@intel.com >
2026-05-06 07:05:27 +00:00
wi-adam and GitHub
b53c507bc9
[Bugfix] Skip PP sampled-token receive on last rank during async scheduling ( #40749 )
...
Signed-off-by: Adam Winstanley <adam@winstanley.industries >
2026-05-06 05:31:14 +00:00
2d7d6cf765
[Spec Decode] Allow multimodal models with a warning ( #41752 )
...
Signed-off-by: Li Zhang <lzhanga@amazon.com >
Co-authored-by: Li Zhang <lzhanga@amazon.com >
2026-05-05 22:16:44 -07:00
Andreas Karatzas and GitHub
91740ca5ea
[ROCm][CI] Refine gating tests ( #37243 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-05 22:05:20 -07:00
e47c98ef7a
[Fix] Add missing stubs from cpu fp8 attention changes ( #41387 )
...
Signed-off-by: Li, Tianmu <tianmu.li@intel.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-05-06 12:16:27 +08:00
aee190ac37
[Build] Fall back to system libgomp when torch has no vendored copy ( #40575 )
...
Signed-off-by: liuyudong <liuyudong@iscas.ac.cn >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-06 11:42:03 +08:00
16e336491e
[Mistral Tokenizer] allow more leniency in apply_chat_template ( #41658 )
...
Signed-off-by: juliendenize <julien.denize@mistral.ai >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-05 19:56:15 -07:00
Chauncey and GitHub
c7aa186d67
[Frontend] Supports resubmitting output items with missing fields in Responses API ( #41355 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-05-05 22:21:33 -04:00
f653761252
[CI] Route part of B200 jobs to b200-k8s ( #41453 )
...
Signed-off-by: khluu <khluu000@gmail.com >
Co-authored-by: OpenAI Codex <noreply@openai.com >
2026-05-05 19:00:30 -07:00
Andreas Karatzas and GitHub
4a8ae26e53
[ROCm][CI] Use vLLM generation defaults for DeepSeek prefetch-offload eval ( #41575 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-06 01:08:12 +00:00
Kevin H. Luu and GitHub
1333864408
[CI] Automate Docker Hub release image publishing ( #40415 )
...
Signed-off-by: khluu <khluu000@gmail.com >
2026-05-06 00:15:23 +00:00
Matthew Bonanni and GitHub
01b9b5af67
[Attention] Minor refactor: layer takes ownership of the MLA prefill backend ( #41744 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-05-05 23:22:41 +00:00
8c57b6e7bc
Bump model-hosting-container-standards to >= 0.1.14 ( #39755 )
...
Signed-off-by: EC2 Default User <ec2-user@ip-172-31-20-13.us-west-2.compute.internal >
Co-authored-by: EC2 Default User <ec2-user@ip-172-31-20-13.us-west-2.compute.internal >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-05-05 19:09:57 -04:00
Lanze Liu and GitHub
79246b5ea6
[Spec Decode] Fix max_model_len logging in speculative config for draft model ( #41571 )
...
Signed-off-by: Lanze Liu <lanzetech@gmail.com >
2026-05-05 21:56:06 +00:00
48954de237
Fix DeepGEMM ep_scatter output address overflow ( #39213 )
...
Signed-off-by: S1ro1 <matej.sirovatka@gmail.com >
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com >
2026-05-05 18:56:56 +00:00
Julien Denize and GitHub
c6235ed180
[BUGFIX] Support streamed_args_for_tool in MistralToolParser ( #41730 )
...
Signed-off-by: juliendenize <julien.denize@mistral.ai >
2026-05-05 17:48:53 +00:00
628c436301
[New Model][ROCm] Add AMD support for DeepSeek V4 ( #40871 )
...
Signed-off-by: ganyi <ygan@amd.com >
Signed-off-by: whx-sjtu <xiaowang990929@gmail.com >
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
Signed-off-by: tjtanaavllm <tunjian.tan@amd.com >
Co-authored-by: ganyi <ygan@amd.com >
Co-authored-by: tjtanaa <tunjian.tan@embeddedllm.com >
Co-authored-by: tjtanaavllm <tunjian.tan@amd.com >
2026-05-05 08:55:37 -07:00
Canlin Guo and GitHub
2228fe6868
[Attention] Move FA3→FA4 upgrade into get_flash_attn_version() ( #40815 )
...
Signed-off-by: gcanlin <canlinguosdu@gmail.com >
2026-05-05 15:43:03 +00:00
Harry Mellor and GitHub
84bd8a3c1e
Remove unnecessary runtime asserts from linear layers ( #41729 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-05 14:42:56 +00:00
Lidang Jiang and GitHub
b786ec8e74
[Bugfix] Suggest upgrading Transformers for tokenizer class errors ( #38099 )
...
Signed-off-by: Lidang-Jiang <lidangjiang@gmail.com >
2026-05-05 14:10:45 +00:00
20dcd984f9
[Bugfix] Fix RuntimeError: Already borrowed by adding thread-safe Hugging Face fast-tokenizer wrappers ( #41181 )
...
Signed-off-by: Yifan Zong <yzong@redhat.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-05-05 14:04:01 +00:00
Martin Hickey and GitHub
6fca518157
[BugFix][MyPy]: Module has no attribute "sched_getaffinity" [attr-defined] ( #41465 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
2026-05-05 13:20:37 +00:00
98661fe012
[Bugfix][KVConnector] Support DCP/PCP in OffloadingConnector ( #41549 )
...
Signed-off-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: Itay Etelis <itay.etelis@ibm.com >
2026-05-05 14:54:29 +03:00
Harry Mellor and GitHub
b0765bee17
Fix DeepSeek-OCR for Transformers v4 ( #41460 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-05-05 11:11:21 +00:00
0a201b60cf
[Model] support Qianfan-OCR model ( #40136 )
...
Signed-off-by: bairongz <baiyuu.cs@gmail.com >
Signed-off-by: zhuangbairong <zhuangbairong@baidu.com >
Co-authored-by: zhuangbairong <zhuangbairong@baidu.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-05 10:51:25 +00:00
8b9ea2f881
[Feature] Add Triton kernel JIT compilation monitor for inference ( #40137 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com >
2026-05-05 14:08:57 +04:00
Kunshang Ji and GitHub
2ceea42958
[XPU] use xpu topk topp sample kernel ( #39285 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-05 18:05:17 +08:00
bee126165f
[P/D][Mooncake] Add KVConnectorStats for transfer observability ( #40414 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
2026-05-05 02:17:38 -07:00
BitToby and GitHub
27cc676be3
[Model] Use AutoWeightsLoader for Plamo2 ( #41699 )
...
Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com >
2026-05-05 08:56:24 +00:00
4845aee6b7
[Benchmark] Add --trust-remote-code flag to multi-turn benchmark ( #41661 )
...
Signed-off-by: Dao Le <daole@inferact.ai >
Signed-off-by: Dao Le <Dao007forever@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-05 01:00:37 -07:00
BitToby and GitHub
0c620d2e08
[Model] Use AutoWeightsLoader for CohereMoe ( #41690 )
...
Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com >
2026-05-05 04:44:15 +00:00
6bb924bbf3
[Model] Fix Gemma4 MoE activation mismatch ( #41574 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
2026-05-05 04:34:11 +00:00
czhu-cohere and GitHub
eaec7be446
[BugFix] Preserve max_seq_len in ubatch metadata during CUDA graph capture ( #40961 )
...
Signed-off-by: root <conway.zhu@cohere.com >
Signed-off-by: <conway.zhu@cohere.com >
2026-05-05 04:29:34 +00:00
Jeffrey Wang and GitHub
f04fd1677b
[Ray] Enable RayExecutorV2 by default ( #41421 )
...
Signed-off-by: Jeffrey Wang <jeffreywang@anyscale.com >
2026-05-05 04:27:34 +00:00
420b0a5c95
[Hardware][Power]Add Power VSX Attention Backend and fix l2 Cache Crash ( #40451 )
...
Signed-off-by: Akash Kaothalkar <akashkaothalkar@akashs-mbp.bl1-in.ibm.com >
Signed-off-by: Akash Kaothalkar <akash.kaothalkar@ibm.com >
Signed-off-by: Akash kaothalkar <akash.kaothalkar@ibm.com >
Co-authored-by: Akash Kaothalkar <akashkaothalkar@akashs-mbp.bl1-in.ibm.com >
Co-authored-by: Akash Kaothalkar <akash.kaothalkar@ibm.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-05-04 20:51:09 -07:00
Bowen Bao and GitHub
1e9500410a
[ROCm][Quantization][2/N] Refactor quark_moe w4a8 w/ oracle ( #39136 )
...
Signed-off-by: Bowen Bao <bowenbao@amd.com >
2026-05-04 19:50:38 -07:00
Nick Hill and GitHub
416f9cdede
[Perf][2/n] Eliminate GPU<->CPU syncs in pooling code ( #41433 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-05-05 02:43:25 +00:00
685bf811d6
[XPU] enable is_act_and_mul for xpu ( #37481 )
...
Signed-off-by: Chendi Xue <chendi.xue@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-05-05 01:07:39 +00:00
Giancarlo Delfin and GitHub
e1e4646b06
[Model Runner V2] Rebuild attn metadata between draft decode steps ( #41162 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-05-05 00:44:55 +00:00
4f2af1a7c0
[Feature] TurboQuant: support hybrid models and uniform quantization ( #39931 )
...
Signed-off-by: JartX <sagformas@epdcenter.es >
Signed-off-by: Jim Smith <jhsmith0@me.com >
Co-authored-by: Jim Smith <jhsmith0@me.com >
Co-authored-by: Sandermage <sandermage@users.noreply.github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-04 20:14:01 -04:00
Wentao Ye and GitHub
577b9623e6
[Bug] Fix status update address for non-MOE model within external dp mode ( #40839 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-04 16:37:16 -07:00
Andreas Karatzas and GitHub
1cb0838721
[ROCm][CI] Fix MLA prefill scale for DeepSeek GSM8K ( #41569 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-04 16:32:55 -07:00
Matthew Bonanni and GitHub
be5983b874
[Docs] Add non-causal support to attention backend docs ( #41643 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-05-04 20:35:15 +00:00
fxmarty-amd and GitHub
9c07342fdc
[NVFP4][fix] Fix layer.weight -> w13 typo in NVFP4 MOE emulation kernel preparation ( #41630 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
2026-05-04 20:13:37 +00:00
844df54269
feat: update xgrammar==0.2.0 to use structural tags for strict tool calling + reasoning for more models ( #40894 )
...
Signed-off-by: Yuchuan <yuchuan.7streams@gmail.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
Signed-off-by: mgoin <mgoin64@gmail.com >
Signed-off-by: Ubospica <ubospica@gmail.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Ubospica <ubospica@gmail.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
2026-05-04 12:45:24 -07:00
422dd02598
[bugfix] Fix prompt logprobs on request eviction during chunked prefill ( #41411 )
...
Signed-off-by: Joachim Studnia <joachim@mistral.ai >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-04 11:46:00 -07:00
8c780943b4
Fix Nano Nemotron text-only weight loading ( #41205 )
...
Signed-off-by: sunghoon.baek <sunghoon.baek@connectfy.cloud >
Signed-off-by: Baekpica <35071468+Baekpica@users.noreply.github.com >
Signed-off-by: sunghoon.baek <seanbb93@gmail.com >
Co-authored-by: sunghoon.baek <sunghoon.baek@connectfy.cloud >
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-05-04 21:43:07 +03:00
e724b0ea8d
[ROCm] ROCm7.2.2 + profiler fix + AITER 0.1.12.post2 ( #41386 )
...
Signed-off-by: Rohan138 <rohanpotdar138@gmail.com >
Signed-off-by: Gregory Shtrasberg <Gregory.Shtrasberg@amd.com >
Co-authored-by: Rohan138 <rohanpotdar138@gmail.com >
2026-05-04 13:07:19 -05:00
712ad0286c
[Bugfix] KimiK2ReasoningParser: guard against buffered end-token in streaming ( #41068 )
...
Signed-off-by: Keyi Li <likey6688@gmail.com >
Co-authored-by: Keyi Li <likey6688@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-05-04 17:42:05 +00:00
Ekagra Ranjan and GitHub
321fa2d6d1
Limit gpu utils and lower max BS on test_transcription_api_correctness.py ( #41649 )
...
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
2026-05-04 10:30:02 -07:00
Wentao Ye and GitHub
3e1ad4435f
[Bug] Fix tests/compile/test_config.py AttributeError: 'NoneType' object has no attribute 'dtype' ( #41288 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-05-05 00:22:07 +08:00
Netanel Haber and GitHub
8decbfa02c
Test nemotron nano-v2 and nemotron nano-v3 separately, disable super-omni redundant tests ( #41616 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-05-04 16:31:37 +03:00
Stefano Castagnetta and GitHub
62ba7516e8
Revert "[Doc] Fix RTD build: pytorch.org/docs/stable/objects.inv returns 404" ( #41618 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
2026-05-04 04:47:42 -07:00
Stefano Castagnetta and GitHub
6f53753fc9
[Bugfix] Apply ruff-format to hyperclovax.py ( #41620 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
2026-05-04 03:37:16 -07:00
Andreas Karatzas and GitHub
6ec9bbec38
[CI] Stabilize cpu offload compressed tensors test ( #41102 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-04 05:22:42 +00:00
Andreas Karatzas and GitHub
01d4d1ad37
[ROCm][CI] Align spec decode logprob test prefill settings ( #41335 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-04 04:33:29 +00:00
c103c02a1a
[Transformers v5] Vendor HCXVisionConfig for compatibility ( #38447 )
...
Signed-off-by: Fang Han <fhan0520@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 04:19:52 +00:00
Andreas Karatzas and GitHub
67058ca326
[CI] Clean up remote servers on pytest parent exit ( #41570 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-04 03:11:22 +00:00
Akim Tsvigun and GitHub
894a02500b
[Bench] Forward --seed to CustomDataset and CustomMMDataset shuffle ( #40788 )
...
Signed-off-by: akimtsvigun <akimtsvigun@gmail.com >
2026-05-04 00:39:10 +00:00
66dfee7121
[Bugfix] Fix degenerate KV cache stride causing TMA cudaErrorIllegalInstruction ( #40737 )
...
Signed-off-by: David Oy <david@baseten.co >
Signed-off-by: David Oy <58150256+the-david-oy@users.noreply.github.com >
Signed-off-by: David Oy <david.oy@baseten.co >
Co-authored-by: David Oy <david@baseten.co >
Co-authored-by: Claude <claude@anthropic.com >
Co-authored-by: Vadim Gimpelson <156319763+vadiklyutiy@users.noreply.github.com >
2026-05-03 23:52:18 +00:00
Alex Brooks and GitHub
db9a84e0cd
[Bugfix] Fix FP8 Bias Loading ( #41424 )
...
Signed-off-by: Alex Brooks <albrooks@redhat.com >
2026-05-03 20:30:04 +00:00
tomeras91 and GitHub
cb03fee32b
[Bugfix][Ray] Fix RayExecutorV2 actor name collision with DP > 1 ( #40398 )
...
Signed-off-by: Tomer Asida <57313761+tomeras91@users.noreply.github.com >
2026-05-03 13:00:41 -07:00
Wei Zhao and GitHub
c51df43005
Disable flashinfer autotune temporarily due to correctness issues ( #41524 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
2026-05-03 16:19:59 +00:00
Taneem Ibrahim and GitHub
54dc64d5d3
[Doc] Add Qwen3-30B-A3B-Thinking-2507-FP8 to batch invariance verified models ( #41513 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
2026-05-03 08:47:55 -04:00
Woosuk Kwon and GitHub
e6ff3e9c83
[MRV2] Add shutdown() method ( #41297 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-05-02 21:06:30 -07:00
Jinzhen Lin and GitHub
08834cc3ce
[Quantization] add humming mxfp4 moe backend ( #41083 )
...
Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com >
2026-05-02 18:36:03 -07:00
856ec4804a
[DSv4] Tune default value of VLLM_MULTI_STREAM_GEMM_TOKEN_THRESHOLD ( #41526 )
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-02 18:32:09 -07:00
Yongye Zhu and GitHub
1c607d7b2c
[DSV4] Guard megamoe flag with Pure TP ( #41522 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-02 16:41:40 -07:00
4f7309fcc0
[CI] Add ci-fetch-log.sh helper for Buildkite job logs ( #41517 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-02 15:23:59 -07:00
Michael Goin and GitHub
0a9362d6ab
Revert "[Build] Make bundled DeepGEMM wheel portable across Python versions" ( #41512 )
2026-05-02 09:42:41 -07:00
cfd2573f23
[Build] Switch CUDA 13.0 wheel builds to PyTorch manylinux_2_28 base ( #41416 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-02 05:51:28 -07:00
c3ad791e1a
[Bugfix][Gemma 4] Clamp soft-token estimate to max_soft_tokens ( #40796 )
...
Signed-off-by: Hoang Nguyen <118159510+hnt2601@users.noreply.github.com >
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-05-02 06:34:59 +00:00
Matthew Santiago and GitHub
8586369f61
Refactor Step3Text loading to use AutoWeightsLoader ( #41492 )
...
Signed-off-by: Matthew Santiago <carag.matthew@gmail.com >
2026-05-02 06:22:14 +00:00
Chauncey and GitHub
ae3b4deb8a
[Doc] Add Codex usage example ( #41358 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-05-01 22:27:43 -07:00
Rita Brugarolas and GitHub
c293ccc58e
[ROCm][Bugfix] Fix init-time bias dtype cast when gate.out_dtype is None ( #41405 )
...
Signed-off-by: Rita Brugarolas Brufau <rita.brugarolasbrufau@amd.com >
2026-05-02 00:13:15 -04:00
Luka Govedič and GitHub
d58c42e19c
[vLLM IR] 2/N fused_add_rms_norm and maybe_inplace overload ( #36823 )
...
Signed-off-by: Luka Govedič <lgovedic@redhat.com >
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
2026-05-01 23:41:15 -04:00
Ekagra Ranjan and GitHub
3e49479c4b
Limit concurrency on test_transcription_api_correctness.py ( #41478 )
...
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
2026-05-02 03:19:07 +00:00
John Calderon and GitHub
964a4bc2a5
[MM][CG] Support ViT CG for Qwen2.5-VL ( #40830 )
...
Signed-off-by: John Calderon <jcalderon@nvidia.com >
2026-05-02 11:10:14 +08:00
FredericOdermatt and GitHub
c408fdd663
[Fix] Sync gemma4 chat template from hf ( #39570 )
...
Signed-off-by: Frederic Odermatt <frederic.odermatt@44ai.ch >
2026-05-02 03:06:54 +00:00
Andy Lo and GitHub
5737770c6c
Re-enable allreduce rms fusion for DP / PP ( #41458 )
...
Signed-off-by: Andy Lo <andy@mistral.ai >
2026-05-01 19:01:37 -04:00
Michael Goin and GitHub
0c99629ede
[Build] Make bundled DeepGEMM wheel portable across Python versions ( #41476 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-01 14:45:03 -07:00
Yongye Zhu and GitHub
edd60ac93a
[Bugfix] Fix persistent_topk inter-CTA init race on RadixRowState ( #41444 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-01 14:42:52 -07:00
Yongye Zhu and GitHub
bcf5cac9fb
[DSV4] Add knob to enable pre-attn gemm ( #41443 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-05-01 12:23:17 -07:00
a9484dac7b
[Perf] Intergrate Tile Kernels head_compute_mix_kernel for Deepseek-V4 ( #41255 )
...
Signed-off-by: Isotr0py <Isotr0py@outlook.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-05-01 15:01:17 -04:00
f3fef12350
[Attention] Abstract the MLA prefill backends and eliminate cuDNN ( #32623 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Lucas Wilkinson <lwilkins@redhat.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-01 13:36:20 -04:00
51295793a2
[Model Runner V2] Add logprob_token_ids support ( #40559 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-05-01 10:02:03 -07:00
Michael Goin and GitHub
3ccc1ff495
[Eval][CI] Add basic mrcr eval to tests/evals/ ( #40164 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-05-01 12:00:38 -04:00
529c671e80
[ROCm][FEAT] AITER Fused Allreduce + RMSNorm ( #37646 )
...
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com >
Signed-off-by: Rita Brugarolas Brufau <rita.brugarolasbrufau@amd.com >
Signed-off-by: junkang1991 <junkangchow@gmail.com >
Co-authored-by: Rita Brugarolas <Rita.BrugarolasBrufau@amd.com >
Co-authored-by: junkang1991 <junkangchow@gmail.com >
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-05-01 23:07:18 +08:00
bc635fad23
[ROCm][Deepseek] dsv3.2 further optimization ( #41217 )
...
Signed-off-by: ganyi <ygan@amd.com >
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com >
Co-authored-by: Matthew Wong <Matthew.Wong2@amd.com >
2026-05-01 23:06:00 +09:00
c3e64696cd
[Perf] Warmup forward_native sampler kernel ( #41375 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-05-01 18:04:11 +04:00
sungsoo ha and GitHub
4f7bde572a
[Kernel] Pack output and LSE in DCP A2A ( #41160 )
2026-05-01 09:01:17 -04:00
Or Ozeri and GitHub
2fa1f8ec00
[kv_offload+HMA][13/N]: Enable HMA support ( #41445 )
...
This is the final PR in a series to enables HMA support for the
offloading connector. The connector advertises `SupportsHMA`
and is validated with unit tests and e2e tests.
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-05-01 12:30:03 +01:00
raviguptaamd and GitHub
7075df79b3
[ROCm] Enable DBO (Dynamic Batch Optimization) on ROCm ( #34726 )
...
Signed-off-by: raviguptaamd <ravi.gupta@amd.com >
2026-05-01 09:18:30 +00:00
Yuyi Ao and GitHub
0dbaf9daad
Refractor longcat loading to use AutoWeightsLoader ( #41448 )
...
Signed-off-by: George-ao <yuyiao772@gmail.com >
2026-05-01 09:07:23 +00:00
a3ec4a35f5
[Bugfix][Metrics] Fix RayPrometheusMetric.labels() returning shared labeled child ( #40840 )
...
When vLLM runs with Ray Prometheus `vllm:request_success{finished_reason=...}`
only ever increments the repetition bucket regardless of the request's actual finish
reason; stop, length, abort, and error stay at zero. Root cause was `labels()` mutated
the wrapped Ray metric's default tags in place and returned self, so every `.labels(...)`
call on a given wrapper returned the same object.
Co-authored-by: Marwan Sarieddine <sarieddine.marwan@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Signed-off-by: Marwan Sarieddine <sarieddine.marwan@gmail.com >
Signed-off-by: Seiji Eicher <seiji@anyscale.com >
2026-05-01 08:43:39 +01:00
Andreas Karatzas and GitHub
32964e7700
[ROCm][CI] Upgraded UCX and RIXL ( #41210 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-05-01 16:40:47 +09:00
a07642667d
[Bugfix] Pass reasoning parser kwargs to structured output ( #41199 )
...
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-30 23:38:02 -07:00
baonudesifeizhai and GitHub
c3868bbbe4
[compile] Add FlashInfer FP8 async TP fusion and preserve allreduce fusion ordering #27893 ( #39505 )
...
Signed-off-by: baonudesifeizhai <baonudesifeizhai@gmail.com >
Signed-off-by: baonudesifeizhai <85092850+baonudesifeizhai@users.noreply.github.com >
Signed-off-by: roG0d <baonudesifeizhai@gmail.com >
2026-05-01 05:08:34 +00:00
sychen52 and GitHub
947138b6c2
Add nvfp4 kv cache support ( #40177 )
...
Signed-off-by: Shiyang Chen <shiychen@nvidia.com >
2026-05-01 04:55:16 +00:00
Or Ozeri and GitHub
941fb50835
[kv_offload+HMA][12/N]: Scheduler-side support for sliding window groups ( #41228 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-05-01 06:59:17 +03:00
6b6ac6c3c7
[Kernel][MoE] Support GELU on TRT-LLM NvFP4 fused MoE for Gemma4 ( #41050 )
...
Signed-off-by: Juhi Mittal <juhim@nvidia.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-05-01 03:37:43 +00:00
Stefano Castagnetta and GitHub
b542bdf7fb
[Bugfix] Disable FlashInfer CUTLASS MoE on SM110 (Jetson Thor AGX) ( #40808 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
2026-04-30 20:08:49 -07:00
Ronen Schaffer and GitHub
415a879899
[KV Offload] Use Collection instead of Sequence/Iterable for OffloadingManager key parameters ( #41361 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-05-01 05:18:38 +03:00
Dong W and GitHub
7198940b39
[Model] Add Moondream3 model support(only query and caption skills) ( #32325 )
...
Signed-off-by: Dong Wang <dongw2019@gmail.com >
2026-05-01 10:06:48 +08:00
14043dfecd
feat: Enable prompt_embeds Content Part Support in vLLM Chat Completions API ( #40720 )
...
Signed-off-by: Luis Robaina <luis@protopia.ai >
Signed-off-by: Luis Robaina 🚀 <luisfabian1545@gmail.com >
Signed-off-by: LuisRobaina <luis@protopia.ai >
Co-authored-by: Andrew Sansom <qthequartermasterman@gmail.com >
2026-05-01 10:05:55 +08:00
Andreas Karatzas and GitHub
1adaa5056b
[ROCm][CI] Add ROCm score absolute tolerance floor ( #41341 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-30 18:59:35 -07:00
4d5c89295b
(bugfix): block_size check for flex attn ( #41363 )
...
Co-authored-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-30 18:59:26 -07:00
Nick Hill and GitHub
dd5506a157
[Core] Simplify handling of scheduler_reserve_full_isl option ( #41064 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-30 18:10:00 -07:00
a3c83ff2fd
Faster per-token fp8 group quant packed kernel for blackwell ( #41326 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-30 18:09:55 -07:00
Woosuk Kwon and GitHub
9c61864bf8
[DeepSeek] Use torch.mm for bf16xbf16->fp32 gemm ( #41300 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-04-30 16:28:57 -07:00
Tran Le and GitHub
71725f6730
[Bugfix] Fix RoutedExpertsCapturer for Gemma 4 MoE (top_k_experts) ( #41401 )
...
Signed-off-by: Tran Le <tranle@fireworks.ai >
2026-04-30 16:19:59 -07:00
b4806c8ee1
[DSV4] Add BF16 and MXFP8 A2A support for flashinfer a2a one sided ( #40960 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Signed-off-by: Zijing Liu <liuzijing2014@gmail.com >
Co-authored-by: Zijing Liu <liuzijing2014@users.noreply.github.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-30 15:33:12 -07:00
Wentao Ye and GitHub
526927be94
[Model Runner v2] Fix v2 compile counter num_gpu_runner_capture_triggers and num_cudagraph_captured ( #41285 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-30 15:20:11 -07:00
Michael Goin and GitHub
75a4c166f2
Fix typo in log message for indexer cache ( #41419 )
...
Signed-off-by: Michael Goin <mgoin64@gmail.com >
2026-04-30 15:02:14 -07:00
2917d6363a
[NVFP4][Hopper/AMD Instinct] Add Triton kernels for NVFP4 dequantization and QDQ emulation ( #40033 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-30 17:35:48 -04:00
Stefano Castagnetta and GitHub
efb4cdf2b8
[CI/Build] Skip Prithvi/Terratorch model-registry tests when terratorch is missing ( #41389 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
2026-04-30 12:47:55 -07:00
92a7c121b6
[CI] Add MTP coverage: Qwen3.5 correctness + no-sync spec decode ( #40472 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-30 12:24:09 -07:00
Jee Jee Li and GitHub
307b17ce33
[DSV4] Avoid redundant dtype conversion. ( #41374 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-30 09:57:27 -07:00
3ca6ca210f
xpu docker: pin oneAPI to 2025.3 and avoid unintended 2026 upgrade ( #41380 )
...
Signed-off-by: wendyliu235 <wenjun.liu@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-30 16:02:23 +00:00
Stefano Castagnetta and GitHub
10558f5f46
[CI/Build] Skip terratorch + torchgeo while PyPI has lightning quarantined ( #41377 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
2026-04-30 07:59:07 -07:00
121dbe7a22
[ROCm] ROCm DeepEP API updated to latest ( #39721 )
...
Signed-off-by: Tej Kiran <vpolamre@amd.com >
Signed-off-by: tej <37236721+itej89@users.noreply.github.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
Co-authored-by: HAIAI <39548240+HAIAI@users.noreply.github.com >
2026-04-30 07:46:59 -07:00
Matthew Bonanni and GitHub
f03d82efdd
[UX][Bugfix] Fix OOM by setting PyTorch max_split_size_mb during model loading ( #41268 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-30 07:46:54 -07:00
a7fb008510
[EPLB] Optimize memory overhead in Nixl communicator ( #40013 )
...
Signed-off-by: ilmarkov <markovilya197@gmail.com >
Signed-off-by: Markov Ilya <markovilya19@gmail.com >
Co-authored-by: Markov Ilya <markovilya19@gmail.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-04-30 07:46:49 -07:00
Harry Mellor and GitHub
ff449b6426
Stop mergify labelling from skipping pre-commit ( #41362 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-04-30 05:48:38 -07:00
3527229517
[Doc] Fix RTD build: pytorch.org/docs/stable/objects.inv returns 404 ( #41353 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-04-30 05:06:44 -07:00
b55b26520c
[MoE] Make MoERunnerInterface a PluggableLayer for OOT support ( #35178 )
...
Signed-off-by: wxsIcey <1790571317@qq.com >
Signed-off-by: Icey <1790571317@qq.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-30 03:31:08 -07:00
snadampal and GitHub
3179e53135
[P/D] Prefill compute optimizations with bi-directional KV cache transfers between P and D nodes ( #32553 )
...
Signed-off-by: Sunita Nadampalli <nadampal@amazon.com >
2026-04-30 10:14:20 +00:00
Nicolò Lucchesi and GitHub
efdc95674d
[KVConnector] MultiConnector SupportsHMA ( #39571 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-30 02:10:50 -07:00
54146a9bf9
[Bugfix] correct h matrix layout in chunk_kda output kernel ( #40956 )
...
Signed-off-by: ChenxiQian <chenxi.qian.cq@outlook.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-30 16:22:41 +08:00
ca97f7b9bb
Fix Gemma4 MoE expert weight remapping ( #41206 )
...
Signed-off-by: sunghoon.baek <sunghoon.baek@connectfy.cloud >
Co-authored-by: sunghoon.baek <sunghoon.baek@connectfy.cloud >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-04-30 00:12:42 -07:00
Ekagra Ranjan and GitHub
a04e0cf3b8
Fix Cohere ASR after HF upgrade ( #40582 )
...
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
2026-04-29 23:39:04 -07:00
cb1b02d0e8
[Frontend] Add VLLM_SKIP_MODEL_NAME_VALIDATION environment variable ( #34676 )
...
Signed-off-by: Dhruv Singal <dhruvsingalabc@gmail.com >
Signed-off-by: Dhruv Singal <dsingal@Dhruvs-MacBook-Pro.local >
Signed-off-by: Your Name <you@example.com >
Signed-off-by: vLLM Assistant <assistant@vllm.ai >
Signed-off-by: Simon Mo <simon.mo@hey.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Dhruv Singal <dsingal@Dhruvs-MacBook-Pro.local >
Co-authored-by: Your Name <you@example.com >
Co-authored-by: OpenCode <noreply@openai.com >
Co-authored-by: Simon Mo <simon.mo@hey.com >
2026-04-29 23:19:09 -07:00
a749a33d8d
[Bugfix] Fix persistent_topk cooperative deadlock at TopK=1024 ( #41189 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-29 21:03:45 -07:00
c42981d034
[Refactor][kv_offload] KV Offloading maintainability improvements ( #40538 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
Co-authored-by: Or Ozeri <oro@il.ibm.com >
2026-04-30 05:55:31 +03:00
Wei Zhao and GitHub
0ff1bf9bb1
[Bugfix] Fix failure to allocate KV blocks error ( #41282 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
2026-04-29 18:44:07 -07:00
0ab67c0222
[CI] Add key field to all test_areas pipeline steps ( #41201 )
...
Signed-off-by: khluu <khluu000@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-29 16:59:16 -07:00
Rohan Potdar and GitHub
3795d7acf4
[ROCm][Bugfix][GPTOSS]: fix input_ids and expert_map args for quark w4a8 gptoss ( #41165 )
...
Signed-off-by: Rohan138 <rohanpotdar138@gmail.com >
2026-04-29 16:39:01 -07:00
Nick Hill and GitHub
18599bfdf2
[Ci][BugFix] Fix slow DP tests due to bad teardown logic ( #41166 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-29 19:31:00 -04:00
Thien Tran and GitHub
296741d025
[DSv4] Use cvt PTX for FP32->FP4 conversion ( #41015 )
...
Signed-off-by: Thien Tran <gau.nernst@yahoo.com.sg >
2026-04-29 16:16:40 -07:00
a966aaed30
[Bugfix][MLA] Size arange_buffer to max_num_batched_tokens to prevent CUDA IMA ( #39277 )
...
Signed-off-by: UranusSeven <109661872+UranusSeven@users.noreply.github.com >
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Woosuk Kwon <woosuk@inferact.ai >
2026-04-29 16:14:50 -07:00
Hemanth Acharya and GitHub
6841f5dc77
[ROCm] Add env flags to disable dynamic MXFP4 quant and enable AITER tuned GEMMs for Attention Projection Layers ( #39987 )
...
Signed-off-by: Hemanth Acharya <heachary@amd.com >
2026-04-29 16:07:46 -07:00
roikoren755 and GitHub
c2fb013312
[Bugfix][Compile] Fix gc.collect/empty_cache patch arity in CUDAGraphWrapper ( #41235 )
...
Signed-off-by: Roi Koren <roik@nvidia.com >
2026-04-29 21:59:18 +00:00
ccfb620c62
Create tests/distributed/test_mnnvl_alltoall.py ( #35241 )
...
Signed-off-by: Rishi Puri <riship@nvidia.com >
Signed-off-by: Claude <claude@anthropic.com >
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
Co-authored-by: Claude <claude@anthropic.com >
Co-authored-by: Stefano Castagnetta <scastagnetta@nvidia.com >
2026-04-29 21:56:56 +00:00
0335316a9b
[BUG] Two phase pause to prevent deadlock ( #39366 )
...
Signed-off-by: ahao-anyscale <ahao@anyscale.com >
Signed-off-by: Aaron Hao <ahao@anyscale.com >
Co-authored-by: Junjie Zhang <junj.jay.zhang@gmail.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-04-29 17:51:03 -04:00
Rohan Potdar and GitHub
944e138bcf
[ROCm][Bugfix]: W4A4 MOE using emulation instead of AITER on MXFP4-supported hardware ( #41175 )
...
Signed-off-by: Rohan138 <rohanpotdar138@gmail.com >
2026-04-29 16:39:03 -05:00
b58669cb42
[Perf][Spec Decode] Avoid per-step numpy allocation in prepare_next_t… ( #41043 )
...
Signed-off-by: wangluochao902 <wangluochao902@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-29 14:20:13 -07:00
Isotr0py and GitHub
1628239eb2
[Multimodal][Render] Skip mm processor initialization and warmup for text-only mode ( #41246 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-29 14:16:19 -07:00
yzong-rh and GitHub
93da1fe97a
[CI] Add temperature to bfcl eval, default greedy ( #41059 )
...
Signed-off-by: Yifan Zong <yzong@redhat.com >
2026-04-29 14:01:57 -07:00
Andrew Barnes and GitHub
169988a3c0
[ROCm] Use quant_dtype in per_token_quant instead of hardcoded FP8 ( #39121 )
...
Signed-off-by: Bortlesboat <bortstheboat@gmail.com >
2026-04-29 20:46:01 +00:00
faab189554
[Feature]: IndexCache support for DSA models ( #37735 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-29 15:15:35 -04:00
Laith Sakka and GitHub
6f20f81cbf
Replace shape_invariants with simpler apprach in dynamic_arg_dims utilizing shape_id property. ( #36194 )
...
Signed-off-by: Laith Sakka <lsakka@meta.com >
2026-04-29 18:32:15 +00:00
danisereb and GitHub
d1a75e303d
Fix timeout when using LoRA adapters with Nemotron Super ( #40916 )
...
Signed-off-by: Daniel Serebrenik <daserebrenik@nvidia.com >
2026-04-30 01:39:49 +08:00
Cyrus Leung and GitHub
4a42aba380
[CI/Build] Enable FP8 on NVIDIA Thor ( #39712 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-29 09:48:52 -07:00
Avshalom Manevich and GitHub
a80d6f150c
better logging for large uncachable items ( #41145 )
...
Signed-off-by: h-avsha <avshalom.manevich@hcompany.ai >
2026-04-29 09:48:47 -07:00
Terrence Zhao and GitHub
91a2d39014
[Models] Cohere MoE ( #40817 )
...
Signed-off-by: Terrencezzj <terrence@cohere.ai >
2026-04-29 15:54:54 +00:00
Frederik Gossen and GitHub
a05848e255
[Bugfix] Report compile time for in-memory cache hit path ( #41023 )
...
Signed-off-by: Frederik Gossen <frgossen@meta.com >
2026-04-29 15:32:03 +00:00
51fda1ba44
[Model Runner v2] Fix block table IMA issue ( #40648 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-04-29 08:30:33 -07:00
Wentao Ye and GitHub
39a7f4f4e2
[Perf] Optimize AllPool.forward by slicing first, 51% faster in the method level benchmark ( #41163 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-29 08:11:04 -07:00
Artem Perevedentsev and GitHub
b92ef9ec5a
[Perf] Enable FlashInfer top-k/top-p sampler by default ( #40376 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
2026-04-29 19:10:34 +04:00
5560cac7e2
[Bugfix][CPU] Backport PT cpp codegen indirect_assert scalar-mask fix ( #40973 )
...
Signed-off-by: Lalithnarayan C <Lalithnarayan.C@amd.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-29 10:21:55 -04:00
5b39b268f5
hf_name argument for vllm bench throughput CLI ( #41012 )
...
Signed-off-by: Philip Maybank <pmaybank@amd.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-29 12:57:58 +00:00
22524f7a92
[Feat] CPU fp8 attn for AMX/AVX-512 ( #39445 )
...
Signed-off-by: Li, Tianmu <tianmu.li@intel.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-04-29 20:43:21 +08:00
9d8ad5b408
[Bugfix] Fix repeated DSv4 RoPE cache initialization ( #41148 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-29 20:29:55 +08:00
11b69129e2
[Frontend] Add defer_loading and tool_reference support for Anthropic and OpenAI APIs ( #40190 )
...
Signed-off-by: JaredforReal <w13431838023@gmail.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-29 04:35:50 -07:00
Bugen Zhao and GitHub
33f36d4260
[DSV4] Support max reasoning effort ( #40982 )
...
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
2026-04-29 11:03:47 +00:00
Ronen Schaffer and GitHub
37e288214b
[KV Offload] Tighten keys type from Iterable to Sequence in OffloadingManager ( #41200 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-04-29 13:50:42 +03:00
5371d6fb40
Fix PP in Gemma4 ( #40786 )
...
Signed-off-by: Rohit kumar Singh <rksingh@habana.ai >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-04-29 03:17:51 -07:00
Jiangyun Zhu and GitHub
6d7d4da99e
[Bugfix] BailingMoeV2.5: rotate full qk_rope_head_dim in MLA RoPE ( #41185 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-04-29 18:08:55 +08:00
3f1a4bb639
build: embed image provenance metadata in vLLM containers ( #40653 )
...
Signed-off-by: Alec Flowers <aflowers@nvidia.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-04-29 03:07:41 -07:00
Chauncey and GitHub
762022cafb
[Bugfix] DSV32/V4 add missing type conversion for non-streaming tool calls ( #41198 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-29 09:55:07 +00:00
Chauncey and GitHub
3885d340a4
[Frontend]Responses API supports Tool/Function calling with streaming with named tool/function ( #41110 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-29 09:11:27 +00:00
haosdent and GitHub
ef70057ca7
[CI][CPU] Split CPU-Distributed Tests into per-scenario labels ( #41203 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-04-29 01:28:45 -07:00
e48cb85185
[CI/Build] Auto-detect manylinux ABI tag for nightly wheels ( #41149 )
...
Signed-off-by: Shengqi Chen <harry-chen@outlook.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-29 00:37:14 -07:00
Chauncey and GitHub
92879e12ba
[CI] fix test_rotary_embedding_opcheck format error ( #41202 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-29 00:32:37 -07:00
68dd7db810
[Reasoning] Support for speculative decoding with thinking budget ( #34668 )
...
Signed-off-by: rishitdholakia13 <rishit+github@cohere.com >
Signed-off-by: rishitdholakia13 <123388671+rishitdholakia13@users.noreply.github.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-04-29 06:14:52 +00:00
8a8c9b564e
[KV Offload] Per-job store completion for CPU offloading connector ( #39186 )
...
Signed-off-by: Itay Etelis <itay.etelis@ibm.com >
Signed-off-by: Itay Etelis <92247226+Etelis@users.noreply.github.com >
Co-authored-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: Or Ozeri <or@ozery.com >
Co-authored-by: Or Ozeri <oro@il.ibm.com >
2026-04-29 08:52:55 +03:00
Jee Jee Li and GitHub
a269744e9f
[Bugfix] Fix rope ( #41113 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-28 22:42:35 -07:00
8b49cf3a37
[Bugfix] Fix max_num_batched_token not captured in cuda graph ( #40734 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
Signed-off-by: Wei Zhao <51183510+wzhao18@users.noreply.github.com >
Co-authored-by: Wei Zhao (Engrg-Hardware 1) <weizha@login-bia02.bia.clusters.nvidia.com >
2026-04-28 21:33:06 -07:00
Jiangyun Zhu and GitHub
2ae73c758c
[Bugfix] fix inductor error for dpsk v4 ( #41135 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-04-28 21:18:46 -07:00
Fadi Arafeh and GitHub
d95d03c719
[BugFix][CPU] fix error on CPU runner shutdown ( #41034 )
...
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com >
2026-04-28 21:08:35 -07:00
Wei Zhao and GitHub
803b9d7881
[Bugfix] Fix Deepseek V4 import error due to AOT compile cache loading ( #41090 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
Signed-off-by: Wei Zhao <51183510+wzhao18@users.noreply.github.com >
2026-04-28 21:08:16 -07:00
Walter Beller-Morales and GitHub
1312f07531
[Feature] add cohere reasoning and tool parsers ( #40422 )
...
Signed-off-by: walterbm <walter.beller.morales@gmail.com >
2026-04-28 21:07:53 -07:00
fa1b9840f6
[BE][Torch 2.12] Remove workaround code for fixed cublas issue ( #40845 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
Signed-off-by: Lucas Kabela <lucasakabela@gmail.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
2026-04-28 21:07:24 -07:00
916e56c05c
[QeRL] Add warnings for extra memory buffering ( #40309 )
...
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-04-28 21:06:54 -07:00
a085b5257d
[Docs] [QeRL] Layerwise Reloading Documentation ( #40317 )
...
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-04-28 21:06:38 -07:00
liangel-02 and GitHub
7fd05e05ae
uncomment flex backend for batch invariant mode ( #40842 )
...
Signed-off-by: Angel Li <liangel@meta.com >
2026-04-28 21:05:14 -07:00
99255f3cb5
[UX] Allow enable/disable model weights loading tracking by config ( #41086 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 21:04:49 -07:00
haosdent and GitHub
75a7cf2c10
[CI] De-flake test_chat_completion_n_parameter_non_streaming ( #41147 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-04-29 03:23:59 +00:00
haosdent and GitHub
4b95e9cec4
[CI] Return HTTP 400 for unsupported chat content part type ( #41121 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-04-29 10:23:26 +08:00
rasmith and GitHub
856b15c62c
[CI][AMD][BugFix] Patch has_flashinfer decorator for test_select_rocm_aiter_backend ( #41072 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-29 02:12:17 +00:00
qizixi and GitHub
6fb3f7b46b
[DSV4] Align aux stream API with DeepseekV4DecoderLayer ( #41171 )
...
Signed-off-by: zixi-qi <zixi@inferact.ai >
2026-04-28 17:22:03 -07:00
chelnnexy and GitHub
d109eacd05
[Bugfix][ROCm] Fix gemm_a4w4 call to use updated AITER API signature ( #40754 )
...
Signed-off-by: cheiluno <cheiluno@amd.com >
2026-04-29 09:04:53 +09:00
Nick Hill and GitHub
e68fa1b90a
[Core] Account for num_gpu_blocks_override in max_model_len checks ( #41069 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-28 15:44:09 -07:00
Russell Bryant and GitHub
f05f3664c3
[Doc] Add missing API endpoints to security documentation ( #40532 )
...
Signed-off-by: Russell Bryant <rbryant@redhat.com >
2026-04-28 21:53:19 +00:00
Julien Denize and GitHub
e9f8f31e9a
[FEATURE] Add EagleMistralForCausalLM ( #41024 )
...
Signed-off-by: juliendenize <julien.denize@mistral.ai >
2026-04-28 12:22:20 -07:00
de3fe8dc62
[Bugfix] release KV blocks for skipped P-ranks to prevent invalid KV errors and timeouts when P_tp > D_tp and MLA ( #40449 )
...
Signed-off-by: yangruize <yangruize7@163.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-28 11:38:43 -07:00
0899f436aa
[New Model] Laguna XS.2 implementation ( #41129 )
...
Signed-off-by: Joe Rowell <joerowell4@gmail.com >
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
2026-04-28 14:23:00 -04:00
rasmith and GitHub
358a755e43
[CI][AMD][BugFix] Update request URL in test_moriio_connector to match vllm-router compatibility changes ( #41076 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-28 13:14:59 -05:00
Benoit Tigeot and GitHub
a60883644b
[Build] Defer flashinfer cubin download to avoid ~2.5 GB (decompressed) layer duplication ( #41134 )
...
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr >
2026-04-28 10:27:18 -07:00
Yongye Zhu and GitHub
5aa371dc8e
[DSV4] Enable Multi-stream for Pre-Attn GEMM ( #41061 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-04-28 09:08:55 -07:00
zhangxin81 and GitHub
de3da0b97c
Add tuned triton fused_moe configs on H100 for gpt-oss ( #39904 )
...
Signed-off-by: zhangxin81 <115389973+zhangxin81@users.noreply.github.com >
2026-04-28 03:38:48 -07:00
Roy Wang and GitHub
9e92de51c6
[Bugfix] Exclude numa_bind fields from ParallelConfig DP hash ( #41098 )
...
Signed-off-by: yasong <yasong.wang@inferact.ai >
2026-04-28 15:52:54 +08:00
bde0efdbb7
[Bugfix][Granite4Vision] Fix deepstack buffer causing decode slowdown in compiled mode ( #40917 )
...
Signed-off-by: artemspector <artems@il.ibm.com >
Co-authored-by: artemspector <artems@il.ibm.com >
2026-04-28 07:43:30 +00:00
zhrrr and GitHub
ea74f701db
Bugfix: fix SpecBench sample argument error ( #40927 )
...
Signed-off-by: zhuhaoran <zhuhaoran.zhr@alibaba-inc.com >
2026-04-28 00:33:49 -07:00
wang.yuqi and GitHub
a8208e6a81
[Examples] Resettle features examples. ( #40995 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-28 00:33:41 -07:00
anthonsu and GitHub
76c9cccc36
[Core] Fix redundant None append in StepPool.forward for chunked prefill ( #41049 )
...
Signed-off-by: Anthony Su <xsuanthony@gmail.com >
2026-04-27 23:42:47 -07:00
JiangWeixiang and GitHub
ed57f77192
[Bugfix ] fix bailing_moe_linear ( #40859 )
...
Signed-off-by: ghphotoframe <854746559@qq.com >
2026-04-27 22:39:23 -07:00
7a1eb8ac2e
[Model] update for mimo v25 ( #41029 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
Signed-off-by: Isotr0py <Isotr0py@outlook.com >
Co-authored-by: Isotr0py <Isotr0py@outlook.com >
Co-authored-by: Copilot <copilot@github.com >
2026-04-27 21:52:54 -07:00
Isotr0py and GitHub
c2e88a281c
[Bugfix] Fix broken example opeanai client ( #41088 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-28 04:43:04 +00:00
Matthew Bonanni and GitHub
fd74c90d9c
[Attention][Spec Decode] Allow independent drafter attention backend selection ( #39930 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-27 19:38:09 -07:00
Chauncey and GitHub
146f44b77d
[Frontend]Responses API supports Tool/Function calling with streaming with required ( #40700 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-27 19:36:58 -07:00
0d4f714208
[Bugfix] Remove tokenizer encode/decode calls from Olmo3 reasoning parser ( #40855 )
...
Signed-off-by: Yifan <yzong@redhat.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-04-27 19:36:54 -07:00
Angela Yi and GitHub
03aeed802f
[Test] Fix test_dynamic_shapes_compilation for torch 2.12 ( #40743 )
...
Signed-off-by: Angela Yi <angelayi@meta.com >
2026-04-27 17:51:15 -07:00
Jee Jee Li and GitHub
2c8b76c5cb
[Model][DSV4] Support base model ( #41006 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-28 08:16:55 +08:00
Kunshang Ji and GitHub
407b34be26
[xpu] bump up vllm-xpu-kernel v0.1.7 ( #41019 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-28 08:04:54 +08:00
Giancarlo Delfin and GitHub
4c7c69b4e0
[Model Runner V2] Skip attention metadata rebuild before draft prefill ( #40410 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-27 15:38:05 -07:00
Andreas Karatzas and GitHub
5e2c37facd
[ROCm][CI] Add missing quantization methods and fix online quant test failures ( #39801 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-27 15:08:57 -05:00
c8bbe05189
[Perf] Update TRTLLM supported MoE routing methods ( #39141 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
Signed-off-by: Wei Zhao <51183510+wzhao18@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: root <root@bia0030.bia.clusters.nvidia.com >
Co-authored-by: root <root@bia0036.bia.clusters.nvidia.com >
2026-04-27 14:16:22 -04:00
6232fb4b66
[Docker] Install numactl CLI in CUDA runtime image ( #41032 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-27 10:58:06 -07:00
Moritz Sanft and GitHub
2c06cf3486
[Bugfix] use served_model_name for multimodal error message ( #41003 )
...
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com >
2026-04-27 08:22:35 -07:00
e6f710a87f
Deprecate support for Transformers v4 ( #40389 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-27 08:19:57 -07:00
c245d35ff4
[Model] Add MiMo-V2.5 support ( #40967 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Signed-off-by: Isotr0py <Isotr0py@outlook.com >
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
Co-authored-by: zjy0516 <riverclouds.zhu@qq.com >
Co-authored-by: zjy0516 <zhujiangyun@inferact.ai >
Co-authored-by: yasong <yasong.wang@inferact.ai >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Copilot <copilot@github.com >
2026-04-27 13:26:51 +00:00
f8ac0c7cf0
[Bugfix] Fix k_norm weight sharding in MiniMaxM2Attention when total_num_kv_heads < tp_size ( #38191 )
...
Signed-off-by: wxsIcey <1790571317@qq.com >
Signed-off-by: Icey <1790571317@qq.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-27 05:57:13 -07:00
ebf862c351
Add system_fingerprint field to OpenAI-compatible API responses ( #40537 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-27 16:17:52 +08:00
wang.yuqi and GitHub
8d8062d0a7
[Examples] Resettle generate examples. ( #36464 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-27 07:48:37 +00:00
985961345a
[Bugfix] Install libcublas-dev in Dockerfile for FlashInfer CuTe DSL JIT ( #39855 )
...
Signed-off-by: esmeetu <jasonailu87@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-27 15:47:39 +08:00
Yongye Zhu and GitHub
706a04d34b
[DSV4] Add silu clamp limit to shared expert ( #40950 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-04-27 00:37:43 -07:00
Isotr0py and GitHub
22631f80a0
[Bugfix] Remove invalid deepstack boundary check for Qwen3-VL ( #40932 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-27 07:27:06 +00:00
Bhoomit and GitHub
2cc008e7b4
[Attention][TurboQuant] Share dequant buffers, eliminate float16_copy ( #40941 )
...
Signed-off-by: Bhoomit Vasani <bhoomit.2010@gmail.com >
Signed-off-by: Vasani Bhoomit <bhoomit.2010@gmail.com >
2026-04-27 13:48:36 +08:00
5d5c776444
[Perf] FP8 FlashInfer Attn for ViT ( #38065 )
...
Signed-off-by: Zhanda Zhu <zhandazhu@gmail.com >
Co-authored-by: Yubo Gao <ybgao-nvidia@users.noreply.github.com >
2026-04-27 13:44:15 +08:00
ojhaanshika and GitHub
592ae6805c
Cutlass W4A16 (Machete) Tests ( #35450 )
...
Signed-off-by: Anshika Ojha <anshikao@nvidia.com >
2026-04-27 05:15:29 +00:00
7b1bc0a3eb
[Bugfix] Cap SWA/chunked-local runtime admission to startup pool-sizing bound ( #40946 )
...
Signed-off-by: Dao Le <Dao007forever@gmail.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-04-27 04:33:13 +00:00
Silu Panda and GitHub
c0879d9483
[Tests] Gate Isaac under Transformers v5 ( #40907 )
...
Signed-off-by: Silu Panda <31051721+SiluPanda@users.noreply.github.com >
2026-04-26 19:26:51 -07:00
Giancarlo Delfin and GitHub
f5f9878514
[Model Runner V2] Fix rejection sampling acceptance rate gap vs MRV1 ( #40651 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-26 19:12:08 -07:00
2ce95a761b
Auto-disable expandable_segments around cumem memory pool ( #40812 )
...
Signed-off-by: youkaichao <youkaichao@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-27 09:37:22 +08:00
+8
4d51588e23
[Feat] DeepSeek V4 Rebased ( #40860 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
Signed-off-by: qizixi <zixi@inferact.ai >
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Yongye Zhu <yongye@inferact.ai >
Co-authored-by: Simon Mo <simon@inferact.ai >
Co-authored-by: Bugen Zhao <i@bugenzhao.com >
Co-authored-by: Giancarlo Delfin <gdelfin@inferact.ai >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
Co-authored-by: Roy Wang <yasong.wang@inferact.ai >
Co-authored-by: Woosuk Kwon <woosuk@inferact.ai >
Co-authored-by: youkaichao <youkaichao@gmail.com >
Co-authored-by: Zhewen Li <jerven.vllm@gmail.com >
Co-authored-by: Zijing Liu <liuzijing2014@gmail.com >
Co-authored-by: khluu <khluu000@gmail.com >
Co-authored-by: qizixi <zixi@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
2026-04-26 18:31:08 -07:00
32e45636e3
[torch.compile]: Disable Sequence Parallelism (SP) for piecewise compilation ( #38373 )
...
Signed-off-by: SouthWest7 <am1ao@qq.com >
Signed-off-by: Xinan Miao <1403572259@qq.com >
Co-authored-by: SouthWest7 <am1ao@qq.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: Wang Xingran <72983099+wangxingran222@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-26 17:44:42 +00:00
b39c266dae
[KV Offload] Offload all KV blocks when doing prefill in P/D ( #40346 )
...
Signed-off-by: omerpaz95 <omerpaz95@gmail.com >
Signed-off-by: omerpaz95 <73347585+omerpaz95@users.noreply.github.com >
Co-authored-by: Or Ozeri <or@ozery.com >
2026-04-26 15:06:01 +03:00
Dao007forever and GitHub
9558f43903
[Bugfix] Size FlashInfer NVLink MNNVL workspace to EP group ( #40893 )
...
Signed-off-by: Dao Le <Dao007forever@gmail.com >
2026-04-26 01:26:34 -07:00
Jee Jee Li and GitHub
8cd174fa35
[LoRA] MoE LoRA Refactor ( #40338 )
2026-04-26 01:55:19 +00:00
c798593f0d
[Bugfix] Fix the DSML token leakage in DSV4/3.2 ( #40806 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Windswithyou 1694599440@qq.com
2026-04-26 08:58:50 +08:00
12a3f6454b
[Bugfix][MoE] Only unpad routed output before shared expert add or routed output transform ( #40865 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-25 20:50:12 +00:00
Or Ozeri and GitHub
60cd878a3b
[kv_offload+HMA][11/N]: Support store with multiple KV groups ( #39403 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-04-25 20:00:46 +03:00
rasmith and GitHub
1e9f19ca3f
[CI][AMD]BugFix] Fix deadlock occuring in test_moe_layer ( #40767 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-25 09:34:14 -04:00
labAxiaoming and GitHub
6646c0c7e0
[Opt] Optimize deepstack buffer handling for multimodal Qwen3 models ( #40145 )
...
Signed-off-by: xiaoming <1259730330@qq.com >
2026-04-25 21:04:26 +08:00
Andreas Karatzas and GitHub
95995bbef8
[ROCm][Engine] Fix GPU memory leaks in engine shutdown and test workaround for async KV prefix cache reset ( #38503 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-25 05:25:20 +00:00
07351e0883
[Feature] Warm up readonly multimodal processor during renderer startup ( #40797 )
...
Signed-off-by: Chenguang ZHENG <645327136@qq.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-04-25 03:57:41 +00:00
Andreas Karatzas and GitHub
428b988c98
[ROCm][CI] Fix trust_remote_code AttributeError in EAGLE3 acceptance length test ( #40306 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-25 02:59:31 +00:00
Andreas Karatzas and GitHub
e54894fc85
[ROCm][CI] Fix TestSiluMulGroupFp8QuantModel after W8A8 block linear refactor ( #39799 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-25 11:20:59 +09:00
Angela Yi and GitHub
bc2ae5a3d6
[Test] Increase qwen2_vl num_logprobs to fix torch 2.12 update ( #40818 )
...
Signed-off-by: Angela Yi <angelayi@meta.com >
2026-04-25 00:59:20 +00:00
Wentao Ye and GitHub
a474da2813
[Refactor] Remove unused dead code ( #40640 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-25 07:28:18 +08:00
Lucas Kabela and GitHub
ce6a199ecc
[BE][Bugfix] Respect TORCH_COMPILE_DISABLE env var at the vLLM config level for torch 2.12 ( #40715 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
2026-04-24 16:25:03 -07:00
Ignacio Sica and GitHub
f88763efc3
[Bugfix] add seq_lens_cpu_upper_bound to CommonAttentionMetadata in mla_runner.py ( #40844 )
...
Signed-off-by: ignaciosica <mignacio.sica@gmail.com >
2026-04-24 23:13:52 +00:00
Artem Perevedentsev and GitHub
333529deae
[EPLB] Fix replica selection bias in fused_moe router ( #40810 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
2026-04-24 22:06:41 +00:00
Zhang Jian and GitHub
8825608205
[Bugfix][CI] Fix wrong residual shape in TestFusedAddRMSNorm.example_inputs that causes flaky test ( #40629 )
...
Signed-off-by: Zhang Jian <jianmusings@gmail.com >
2026-04-24 16:40:07 -04:00
qli88 and GitHub
095d2f87e8
[Bug] Fix GLM-5.1 running error on ROCm platform ( #40763 )
...
Signed-off-by: Qiang Li <qiang.li2@amd.com >
2026-04-24 19:54:40 +00:00
21792520e7
[Build] Add Python 3.14 to supported version list. ( #34770 )
...
Signed-off-by: Neil Schemenauer <nas@arctrix.com >
Co-authored-by: Simon Mo <simon.mo@hey.com >
2026-04-24 10:24:05 -07:00
Alex Brooks and GitHub
5e11b40365
[Frontend] Delegate to vLLM Omni When --omni Passed ( #40744 )
...
Signed-off-by: Alex Brooks <albrooks@redhat.com >
2026-04-24 12:30:00 -04:00
f768b4473e
[Docs] Add docs for context extension using the yarn method ( #37430 )
...
Signed-off-by: xiaoming <1259730330@qq.com >
Signed-off-by: labAxiaoming <34019940+labAxiaoming@users.noreply.github.com >
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
2026-04-24 08:26:09 -07:00
JartX and GitHub
914d0464c1
[Refactor] Unify 2D/3D kernels in triton_unified_attention ( #40631 )
...
Signed-off-by: JartX <sagformas@epdcenter.es >
2026-04-24 17:18:06 +02:00
Jinzhen Lin and GitHub
9f771b3ab9
[Quantization] add humming quantization kernel ( #34556 )
2026-04-24 09:29:44 -04:00
Itay Alroy and GitHub
c9d3c6e6af
fused_moe: treat NIXL EP as batched experts ( #40412 )
...
Signed-off-by: Itay Alroy <ialroy@nvidia.com >
2026-04-24 08:05:31 -05:00
Or Ozeri and GitHub
51adca74e6
[kv_offload+HMA][9/N]: Support lookup with multiple KV groups ( #39401 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-04-24 15:32:29 +03:00
Netanel Haber and GitHub
e8eb0490ce
[Bugfix][MoE] Unpad routed output before shared expert add [ Fixes #35949 ] ( #40794 )
...
Signed-off-by: Netanel Haber <nhaber@nvidia.com >
2026-04-24 11:53:23 +00:00
Jiangyun Zhu and GitHub
e8ee2a78db
[Attention] use diff kv backend for mimo v2 flash ( #40045 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
2026-04-24 11:25:55 +00:00
2ec18f5df4
[Bugfix][Parser] Fix Mistral tool parser for HF tokenizers ( #39294 )
...
Signed-off-by: thomasmaindron <thomasmaindron@users.noreply.github.com >
Co-authored-by: thomasmaindron <thomasmaindron@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-24 19:01:56 +08:00
Dmitry Tokarev and GitHub
6dec49f27e
[Build] Bump CUDA to 13.0.2 to match PyTorch 2.11.0 ( #40669 )
...
Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com >
2026-04-24 10:27:11 +00:00
Shanshan Shen and GitHub
b5587e1013
[CI/Build] Add e2e test for ViT CUDA graph ( #40780 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-04-24 18:12:14 +08:00
milesial and GitHub
9ad5abe772
Fix Nano Nemotron VL static image inputs ( #40724 )
...
Signed-off-by: Alexandre Milesi <milesial@users.noreply.github.com >
2026-04-24 09:18:55 +00:00
Woosuk Kwon and GitHub
7d3195ea9f
[Bugfix] Fix IMA in DSA + MTP ( #40772 )
...
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-04-24 01:40:20 -07:00
512f522192
[Model] Gemma4: add bidirectional vision attention for sliding layers with window guard ( #40534 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Signed-off-by: Luciano Martins <lucianomartins@google.com >
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Isotr0py <2037008807@qq.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-24 08:27:46 +00:00
4c34b2f6fc
[XPU] Enable torch.compile for XPU GDN attention ( #39466 )
...
Signed-off-by: yuwenzho <yuwen.zhou@intel.com >
Signed-off-by: Yuwen Zhou <yuwen.zhou@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-24 16:26:16 +08:00
Xin Yang and GitHub
cf8a613a87
Support only half types for concat_mla_q kernel ( #37892 )
...
Signed-off-by: Xin Yang <xyangx@amazon.com >
2026-04-23 23:51:05 -07:00
xiangdong and GitHub
01acf96c6f
[XPU][CI] Fix Docker cleanup races on Intel CI runners ( #40761 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-04-24 14:08:45 +08:00
079a4cf399
[MoE] Move cutlass moe to fused_moe/experts/ ( #40574 )
...
Signed-off-by: Jackmin801 <ongjackm@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-24 06:05:49 +00:00
9744b699ba
[Deprecate] Deprecate LLM.reward offline api, use LLM.encode instead. ( #40688 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
2026-04-24 05:37:50 +00:00
c662b4359e
[Bugfix] Avoid mutating chat_template_kwargs in HYV3ReasoningParser initialization ( #40713 )
...
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-24 13:08:58 +08:00
lyd1992 and GitHub
100c7b65e7
[Platform] Fix RISC-V platform detection (lscpu parsing + non-NUMA meminfo) ( #40427 )
...
Signed-off-by: liuyudong <liuyudong@iscas.ac.cn >
2026-04-24 04:33:05 +00:00
Neil Schemenauer and GitHub
56bdf85e10
[Feature] Avoid eager import of the "mistral_common" package. ( #40043 )
...
Signed-off-by: Neil Schemenauer <nas@arctrix.com >
2026-04-24 02:49:16 +00:00
Vinayak Kumar and GitHub
eba73068ea
[Doc] fix capitalization consistency in README (vLLM, Hugging Face) ( #40729 )
...
Signed-off-by: Vinayak Mishra <vinayakmishra448@gmail.com >
2026-04-24 02:23:54 +00:00
Nick Hill and GitHub
e9f331d72e
[MRV2] Ensure warmup covers prefill path ( #40746 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-24 01:33:26 +00:00
c9bf77df92
[BUG]: fix HF tokenizer concurrent borrow in tool parsers ( #40059 )
...
Signed-off-by: Yifan <yzong@redhat.com >
Co-authored-by: timon0305 <timon0305@outlook.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
2026-04-23 18:20:30 -07:00
3041344287
[Misc] Added curl retries in install_python_libraries.sh ( #36700 )
...
Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-24 01:19:30 +00:00
Doug Campos and GitHub
92762edc53
[Bugfix] Treat <tool_call> as implicit reasoning end in Qwen3 parser ( #35687 )
...
Signed-off-by: Doug Campos <qmx@qmx.me >
2026-04-24 09:10:04 +08:00
626daa2076
[Feat] Unified Synthetic Acceptance Rate for V1 and V2 ( #40662 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
Signed-off-by: Benjamin Chislett <chislett.ben@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-24 00:48:08 +00:00
Nick Hill and GitHub
fe85a92e86
[Core] Avoid seq_lens_cpu GPU->CPU sync ( #40654 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-24 00:35:55 +00:00
Sage Moore and GitHub
62b1bbe470
[EPLB] Remove asyncio infrastructure from Async EPLB ( #40730 )
...
Signed-off-by: Sage Moore <sage@neuralmagic.com >
2026-04-24 00:21:15 +00:00
Hemanth Acharya and GitHub
fa4b70555b
[ROCm] Cast score correction bias tensor during model construction for DeepSeek/Kimi-K2 ( #39999 )
...
Signed-off-by: Hemanth Acharya <heachary@amd.com >
2026-04-24 09:02:12 +09:00
447c372ac5
[MoE] Move remaining PrepareAndFinalize to prepare finalize folder ( #39009 )
...
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Signed-off-by: Jackmin801 <ongjackm@gmail.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
2026-04-23 20:00:53 -04:00
ff2c2bd80a
[Docs]Add documentation for bench serve visualization arguments ( #40539 )
...
Signed-off-by: Sophie du Couédic <sop@zurich.ibm.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-23 15:48:29 -07:00
Matthew Bonanni and GitHub
cde8d24710
[Spec Decode] Move SpecDecodeBaseProposer out of eagle.py ( #40732 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-23 22:28:27 +00:00
bnellnm and GitHub
4a6dd1c3cc
[Bugfix] Fix DeepSeek V2-Lite Accuracy drop ( #40673 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-23 18:11:37 -04:00
7ff65b1900
[Bugfix] Fix workspace resize leaking reserved GPU memory ( #39226 )
...
Signed-off-by: root <conway.zhu@cohere.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-23 20:50:05 +00:00
Johnny and GitHub
7f95a66cbf
[NVIDIA] Add sm_110 (Jetson Thor) to CUDA 13.0 build targets ( #39233 )
2026-04-23 15:42:14 -04:00
1b1c01de39
[MoE] Move xpu moe to fused_moe/experts/ ( #40568 )
...
Signed-off-by: Jackmin801 <ongjackm@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-23 13:38:10 -04:00
e9ba519f45
[DP][Ray] Pin DP control bundle to same node as first GPU bundle ( #39167 )
...
Signed-off-by: Shahar Mor <smor@nvidia.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-23 17:21:13 +00:00
Or Ozeri and GitHub
5ef33ab250
[kv_offload+HMA][10/N]: Support load with multiple KV groups ( #39402 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-04-23 20:00:45 +03:00
bnellnm and GitHub
1c2c1eb8b9
[MoE Refactor] Rename FusedMoE.make_expert_params_mapping to fused_moe_make_expert_params_mapping ( #40671 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-23 11:22:34 -04:00
Nicolò Lucchesi and GitHub
8824f50f1f
[CI] Split disaggregated tests into own test-area ( #40623 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-23 23:20:12 +08:00
0098db9ec1
[ROCm] Implement GPU-to-NUMA-node detection ( #40015 )
...
Signed-off-by: Patrick Schlangen <pschlan@amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-04-23 10:08:48 -05:00
Kunshang Ji and GitHub
53ecc807c0
[XPU] Upgrade torch 2.11 for xpu ( #37947 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-23 10:07:35 -05:00
b7a2605020
[Bugfix] Make Attention Backend Auto-Selection Batch-Invariance-Aware ( #40193 )
...
Signed-off-by: Srreyansh Sethi <srreyansh.sethi@gmail.com >
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
Co-authored-by: Matthew Bonanni <mbonanni@redhat.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-23 14:57:03 +00:00
d0009ddb0b
[Model] Support Hy3 preview ( #40681 )
...
Signed-off-by: stevenkuang <stevenkuang@tencent.com >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-23 22:08:26 +08:00
Richard Zou and GitHub
424033f4fc
[Bugfix] Include inductor and functorch configs in compilation cache key ( #40627 )
...
Signed-off-by: Richard Zou <zou3519@gmail.com >
2026-04-23 09:52:59 -04:00
Isotr0py and GitHub
da1e7311ca
[Misc] use model arch converter for bidi models identification ( #40701 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-23 13:42:52 +00:00
xiangdong and GitHub
01cb41dcf5
[XPU][CI]Temporary disable 3 cases on Intel GPU in CI ( #40683 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-04-23 21:42:22 +08:00
2f314bc5e6
[CPU] Added faster exp routine for lower precision data types. ( #38112 )
...
Signed-off-by: Anna Mayne <anna.mayne@arm.com >
Co-authored-by: Fadi Arafeh <fadi.arafeh@arm.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-04-23 13:14:44 +00:00
BadrBasowid and GitHub
2196bac135
[Compilation] Refactor SiluMul activation+quant Fusion Pass ( #39684 )
...
Signed-off-by: BadrBasowid <badr.basowid@gmail.com >
2026-04-23 09:10:36 -04:00
Matthias Gehre and GitHub
4b7869d6bc
[ROCm] Add gfx1102/gfx1103 support ( #40037 )
...
Signed-off-by: Matthias Gehre <matthias.gehre@amd.com >
2026-04-23 01:32:04 -07:00
liuzhenwei and GitHub
4a79262e0f
[UT][Hardware] let torchrun example tests use the default backend ( #39879 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-04-23 16:22:28 +08:00
3ed5231c6a
[Build] Switch default CUDA to 13.0, update CUDA architecture lists, clean up stale build-args ( #39878 )
...
Signed-off-by: Shengqi Chen <harry-chen@outlook.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-23 15:51:28 +08:00
Nicolò Lucchesi and GitHub
9c2492e501
[Misc] Support Human-readable (k/K/m/M..) json cli arg ( #40473 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-23 09:42:23 +02:00
Shanshan Shen and GitHub
fe57be7809
[MM][CG] Support --enable-vit-cuda-graph option for VLM examples ( #40580 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-04-22 22:46:14 -07:00
8317cedc77
[Responses] Add tool_choice/tools validation to match OpenAI behavior ( #40399 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-22 22:46:10 -07:00
Zhengxu Chen and GitHub
98a242ff61
[compile] Skip FX graph deserialiaztion on loading, further reducing warm compile time. ( #40151 )
...
Signed-off-by: zhxchen17 <zhxchen17@fb.com >
2026-04-23 13:43:18 +08:00
e4ee48da2d
[MoE refactor] refactor GPTQMarlinMoEMethod with MK ( #37990 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
2026-04-23 05:21:47 +00:00
Kunshang Ji and GitHub
342c58bc54
[BugFix]fix Qwen3 MoE call gate twice ( #40664 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-23 05:04:41 +00:00
fe9c3d6c5f
[TurboQuant] enable FA3/FA4 for prefill paths ( #40092 )
...
Signed-off-by: 墨楼 <huangzhilin.hzl@antgroup.com >
Co-authored-by: 墨楼 <huangzhilin.hzl@antgroup.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: Codex <codex@openai.com >
2026-04-23 07:35:24 +03:00
ccaf5ffaa3
[XPU] disable fusion pattern support on XPU platform ( #39789 )
...
Signed-off-by: Chaojun Zhang <chaojun.zhang@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-23 10:07:45 +08:00
Lucas Kabela and GitHub
0283f303d8
[BE] Fix compile time message to be consistent (use monitoring) ( #40641 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
2026-04-23 00:12:08 +00:00
ac58e2a170
[Fix][MoRI] Align MoRI-IO message format with P2pNcclConnector and vllm-router ( #39565 )
...
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com >
Co-authored-by: Matvei Pashkovskii <mpashkov@amd.com >
2026-04-23 08:06:31 +09:00
Lucas Kabela and GitHub
b8401a9bf4
[Bugfix] Fix RMS norm + quant fusion on DeepGEMM UE8M0 path for B200 ( #40552 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
2026-04-22 22:04:42 +00:00
Honglin Cao and GitHub
9c271f9403
[gRPC] Add standard gRPC health checking (grpc.health.v1) for Kubernetes native probes ( #38016 )
...
Signed-off-by: Honglin Cao <Caohonglin317@hotmail.com >
2026-04-22 21:31:00 +00:00
22fa63cfe8
[Bugfix][Torch 2.12] Fix batch_invariant test with allow_override for torch 2.12 upgrade ( #40562 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-22 13:48:55 -07:00
8f87eb4622
[Refactor] Clean up log once scope="local" ( #40540 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-22 16:42:43 -04:00
cfa49213d7
[Bugfix][Parser] Fix Mistral pre-v11 tool parser failing on trailing model output ( #40531 )
...
Signed-off-by: dougbtv <dosmith@redhat.com >
Signed-off-by: Doug Smith <dougbtv@gmail.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-04-22 16:35:00 -04:00
29f64c5f5e
FlexAttention non-causal support ( #40394 )
...
Signed-off-by: Fynn Schmitt-Ulms <fschmitt@redhat.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-22 13:22:57 -07:00
Angela Yi and GitHub
eb6661d522
Fix test_startup.py for torch 2.12 ( #40636 )
...
Signed-off-by: Angela Yi <yiangela7@gmail.com >
2026-04-22 19:31:41 +00:00
d622e27d2b
[NVFP4] NVFP4 MOE emulation fallback for H100/MI300/MI350, standardize TritonExperts usage for OCP MX emulation ( #35737 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
Signed-off-by: fxmarty-amd <felmarty@amd.com >
Co-authored-by: Kyle Sayers <kylesayrs@gmail.com >
2026-04-22 08:58:54 -07:00
5f76b3fb30
[MoE] Convert CT W8A8 To Oracle Structure ( #39187 )
...
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-22 14:53:30 +00:00
bnellnm and GitHub
809d83c2dc
[MoE Refactor] Combine MoERunnerBase + DefaultMoERunner ( #40560 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-22 14:43:17 +00:00
Nicolò Lucchesi and GitHub
33ef1941e2
[Bugfix][CI] Fix v1/kv_connector/unit/test_nixl_connector_hma.py::test_fewer_blocks_with_hma ( #40597 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-22 14:21:02 +01:00
Hank_ and GitHub
a4905133f3
[xpu][rocm] Update current_platform.supports_fp8() for TritonExperts ( #40132 )
...
Signed-off-by: Hank <hcc.mayday@gmail.com >
2026-04-22 13:39:40 +02:00
ecbe42e991
[Doc] Clarify supported keys for --speculative-config ( #40455 )
...
Signed-off-by: Wangxiaoxiaoa <Wangxiaoxiaoa@users.noreply.github.com >
Co-authored-by: Wangxiaoxiaoa <Wangxiaoxiaoa@users.noreply.github.com >
2026-04-22 04:36:17 -07:00
a250f1bd5f
[Bugfix] LoRA for DeepSeek V3.2 ( #35077 )
...
Signed-off-by: Hollow Man <hollowman@opensuse.org >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-22 19:33:50 +08:00
lyd1992 and GitHub
04eac6ba24
[Bugfix][CPU][RISC-V] Clamp exp() input to prevent NaN ( #40428 )
...
Signed-off-by: liuyudong <liuyudong@iscas.ac.cn >
2026-04-22 09:38:18 +00:00
9047288b68
support hotwords for FunASR model ( #39674 )
...
Signed-off-by: zixiao <shunli.dsl@alibaba-inc.com >
Co-authored-by: zixiao <shunli.dsl@alibaba-inc.com >
2026-04-22 02:25:06 -07:00
Johnny Yang and GitHub
ed6d30377d
upgrade tpu-inference to v0.18.0 ( #40395 )
2026-04-22 01:33:45 -07:00
6aa057c9d7
[Multimodal] Support custom video metadata for pre-extracted frame sequences ( #40133 )
...
Signed-off-by: storyicon <storyicon@foxmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-22 15:50:04 +08:00
Chauncey and GitHub
a2bd09c960
[Bugfix] [Reasoning] Add reasoning_start_str/reasoning_end_str properties to reasoning parsers ( #40566 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-22 07:27:44 +00:00
philip-essential and GitHub
123674879e
[Model] Add block-local attention and YaRN for local layers to Gemma3 ( #39823 )
...
Signed-off-by: Philip Monk <169196560+philip-essential@users.noreply.github.com >
2026-04-21 23:34:50 -07:00
Carl Y and GitHub
4254aeb56f
[fix] flaky test_mla_attn_quant_fusion.py ( #40530 )
...
Signed-off-by: Carl You <4531192+carlyou@users.noreply.github.com >
2026-04-22 06:29:58 +00:00
aad88f8486
[kv_offload+HMA][8/N]: Support multi-group worker transfer ( #38453 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-22 08:44:00 +03:00
Bugen Zhao and GitHub
0210024ae7
[Bugfix] Pass effective chat template kwargs to reasoning parsers ( #40460 )
...
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
2026-04-21 22:17:51 -07:00
4eafc72928
[Audio] Bundle get_generation_prompt() params into SpeechToTextParams ( #36268 )
...
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
2026-04-22 12:24:18 +08:00
Micah Williamson and GitHub
6d09769700
[ROCm] Support non-causal attention in ROCM_ATTN ( #40176 )
...
Signed-off-by: Micah Williamson <micah.williamson@amd.com >
2026-04-22 12:57:12 +09:00
4506319a28
[compile] mla + group fp8 fusion ( #38877 )
...
Signed-off-by: Carl You <4531192+carlyou@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-21 23:16:58 -04:00
9b60e2ffaa
[Bugfix] Fix quantized model initialization failure with prefetch offloading ( #40432 )
...
Signed-off-by: Rishapveer Singh <singhrishapveer@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-21 20:15:58 -07:00
Martin Hickey and GitHub
3951d3eacd
[MyPy] Enable mypy for vllm/model_executor/layers/ ( #40159 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
2026-04-21 20:15:02 -07:00
6f2c71be8f
[Multimodal] Add PyAV video backend for concurrent video decoding ( #39986 )
...
Signed-off-by: Jaseel Muhammad <jaseel.muhammad@mbzuai.ac.ae >
Signed-off-by: Isotr0py <2037008807@qq.com >
Co-authored-by: Isotr0py <2037008807@qq.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-21 20:14:57 -07:00
rasmith and GitHub
2463f00fb6
[AMD][CI][BugFix] Override normalize_e4m3fn_to_e4m3fnuz for fnuz machines in test_moe_layer_no_parallel ( #40550 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-22 02:21:02 +00:00
f946659fff
[Bugfix] Fix W4A8_FP8 MoE tp>1 correctness and view() TypeError ( #40310 )
...
Signed-off-by: EdalatiAli <aliedalati@cohere.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-21 21:58:33 -04:00
Soila Kavulya and GitHub
f90aa44662
[NIXL][XPU]Fix nixl import on XPU ( #40430 )
...
Signed-off-by: Soila Kavulya <soila.p.kavulya.intel.com>
2026-04-22 09:26:33 +08:00
rasmith and GitHub
cefa5281a7
[ROCm][P/D][MORI][BugFix] Ensure correct api is used when making requests to prefill / decode nodes ( #39835 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-22 09:48:25 +09:00
Jhao-Ting Chen and GitHub
46794958f0
test: add nan/inf clamp regression test for fused_topk_bias ( #40553 )
...
Signed-off-by: Jhao-Ting Chen <jhaotingc@nvidia.com >
2026-04-22 00:46:53 +00:00
Khushali Desai and GitHub
6ff8dea075
[Bugfix] avoid warmup if text only expectation in multi_modal run ( #40409 )
...
Signed-off-by: khushali9 <khushali.desai9@gmail.com >
2026-04-22 00:19:50 +00:00
TJian and GitHub
583e6f2226
[ROCm] [Wheel] [Bugfix] [Critical] Remove any packages installed from github from rocm.txt e.g fastsafetensors as it is incompatible with uv pip ( #40461 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
2026-04-22 00:18:07 +00:00
96a85c5750
[Startup][UX] Enable CUDAGraph memory profiling by default ( #38284 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
Co-authored-by: Tyler Michael Smith <tlrmchlsmth@gmail.com >
2026-04-21 18:16:59 -04:00
9db4650e5e
[MoE Refactor] Add more MoE layer tests ( #39349 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Signed-off-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-21 18:12:36 -04:00
bnellnm and GitHub
5e584ce9ec
[MoE Refactor] Remove SharedFusedMoE class ( #35782 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-21 18:12:12 -04:00
Wentao Ye and GitHub
1842447c09
[Refactor] Remove unused param ( #39750 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-21 14:59:20 -07:00
Wentao Ye and GitHub
16688b26a6
[Perf] Optimize batch invariant with fused rms norm, 2.1% E2E latency improvement ( #40413 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-21 19:51:03 +00:00
Jakub Zakrzewski and GitHub
6fbec8ed47
[Bugfix][Kernel] nvfp4 cutlass MoE: fix nvfp4 experts quant out-of-bounds read for expert counts not divisible by 4 or 16 ( #40351 )
...
Signed-off-by: Jakub Zakrzewski <jzakrzewski@nvidia.com >
2026-04-21 19:06:09 +00:00
5544f8c18b
[Performance] Add is_reasoning_end_streaming() override to GptOssReasoningParser ( #35745 )
...
Signed-off-by: Fergus <fergus.barratt00@gmail.com >
Signed-off-by: fergus barratt <fergus.barratt00@gmail.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-21 18:31:27 +00:00
9f39b380d0
[Bugfix] Fix spec decode test failures on Blackwell (SM100+) ( #39546 )
...
Signed-off-by: Stefano Castagnetta <scastagnetta@nvidia.com >
Signed-off-by: Rishi Puri <puririshi98@berkeley.edu >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: Stefano Castagnetta <scastagnetta@nvidia.com >
Co-authored-by: Matthew Bonanni <mbonanni@redhat.com >
Co-authored-by: Benjamin Chislett <bchislett@nvidia.com >
2026-04-21 18:21:19 +00:00
Zijing Liu and GitHub
9a6a66f3b8
[MRv2]fix: model accuracy regression caused by reusing the stale last_sampled_tokens and draft_tokens ( #39833 )
...
Signed-off-by: Zijing Liu <liuzijing2014@gmail.com >
2026-04-21 16:30:32 +00:00
67eb6083e3
Revert "[Misc] Move pyav and soundfile to common requirements" ( #40276 )
...
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-21 09:08:06 -07:00
Harry Mellor and GitHub
6ee081d1d0
Add new tp plan styles to the Transformers modelling backend ( #40467 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-04-21 08:51:30 -07:00
66cc3fa559
[Model Runner V2] Multiple prompt logprobs support ( #39937 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
2026-04-21 15:49:05 +00:00
Vadim Gimpelson and GitHub
6d85b36a9f
Revert #38730 and #38791 ( #40032 )
...
Signed-off-by: Vadim Gimpelson <vadim.gimpelson@gmail.com >
Signed-off-by: Vadim Gimpelson <156319763+vadiklyutiy@users.noreply.github.com >
2026-04-21 11:44:11 -04:00
Matthew Bonanni and GitHub
ab5666eb7c
[UX] Bump version in CG memory profiling log message ( #40465 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-21 15:26:06 +00:00
roikoren755 and GitHub
f819265a4a
Default to 'align' mamba cache mode for Mamba-based models when speculative decoding is enabled ( #40454 )
...
Signed-off-by: Roi Koren <roik@nvidia.com >
2026-04-21 14:51:43 +00:00
Shanshan Shen and GitHub
936e0b79aa
[MM][CG] Optimize default max_frames_per_batch auto-infer for ViT CUDA graph video inference ( #40445 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-04-21 14:47:53 +00:00
b2a5518679
[XPU][CI] Add misc, engine and lora cases on Intel GPU in CI ( #39887 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-21 22:30:46 +08:00
ℍ𝕠𝕝𝕝𝕠𝕨 𝕄𝕒𝕟 and GitHub
908a713488
[Bugfix] LoRA: extend expert base_layer loading to Qwen3.5 and Step3.x ( #37114 )
...
Signed-off-by: Hollow Man <hollowman@opensuse.org >
2026-04-21 14:17:03 +00:00
ec5ef0ac73
[Doc] Add Qwen3 AWQ models to documentation ( #40034 )
...
Signed-off-by: Yusuf <yusufmohammad@live.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-21 09:37:41 -04:00
7b1e0b07d0
[Bugfix] Fix dataset name and path argument validation bug in vllm bench serve ( #40288 )
...
Signed-off-by: talora <talora@nvidia.com >
Signed-off-by: Talor Abramovich <talor19@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-21 06:14:28 -07:00
d249a9e90e
Add Granite 4.1 Vision as built-in multimodal model ( #40282 )
...
Signed-off-by: Artem Spector <artems@il.ibm.com >
Signed-off-by: artemspector <artems@il.ibm.com >
Co-authored-by: artemspector <artems@il.ibm.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-21 05:43:39 -07:00
d2e2e856ad
[Frontend] Remove frontend pooling multi task support. ( #37861 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-21 12:27:44 +00:00
766cb65d00
feat(multimodal): support externally processed mm_kwargs with cache injection ( #39502 )
...
Signed-off-by: Krish Hung <krishung5@gmail.com >
Signed-off-by: krishung5 <krish@nvidia.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 11:31:09 +00:00
Jhao-Ting Chen and GitHub
28c222157b
fix: clamp NaN/Inf in topk_softmax to prevent duplicate expert IDs ( #39391 )
...
Signed-off-by: Jhao-Ting Chen <jhaotingc@nvidia.com >
2026-04-21 15:04:41 +04:00
wang.yuqi and GitHub
3975eb6de6
Revert "[Startup] Parallelize torch/transformers import + weight prefetch + forkserver prewarm" ( #40438 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-21 08:47:18 +00:00
Zeyu Zhang and GitHub
5a94a19824
[Bugfix] Normalize malformed dict prompts that carry token IDs in prompt ( #40339 )
...
Signed-off-by: Alchuang22-dev <2584829494@qq.com >
2026-04-21 07:44:36 +00:00
hangy-amd and GitHub
f95c11a848
[Feat] dflash support for ROCm ( #39703 )
...
Signed-off-by: Hang Yang <hangy@amd.com >
2026-04-21 14:58:20 +08:00
milesial and GitHub
257015d5e5
[MoE] Triton MoE Perf regression - restore low latency path ( #39016 )
2026-04-21 02:37:11 -04:00
Shanshan Shen and GitHub
b47840019e
[MM][Misc] Support image+video mixed inputs (per prompt) for VLM examples ( #40335 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-04-21 03:43:25 +00:00
SeongJun Lee and GitHub
989cc12d88
[Fix] Add missing space in IP fallback warning ( #40359 )
...
Signed-off-by: lesj0610 <lesj0610@gmail.com >
2026-04-20 20:26:06 -07:00
Wentao Ye and GitHub
301024aa9c
[Deprecation] Deprecate cprofile and cprofile_context ( #39100 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-21 11:25:22 +08:00
Simon Mo and GitHub
8256833fe6
[Startup] Parallelize torch/transformers import + weight prefetch + forkserver prewarm ( #40331 )
...
Signed-off-by: simon-mo <simon@inferact.ai >
2026-04-21 10:49:32 +08:00
Shanshan Shen and GitHub
8097591286
[Doc] Update ViT CUDA graph doc for mixed (image+video) inputs ( #40355 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
2026-04-21 02:31:09 +00:00
20d3743491
[Bugfix] Gemma4: fix multimodal embedder norm order to match HF reference ( #40411 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
2026-04-21 02:28:26 +00:00
Chauncey and GitHub
18563f2072
[Misc] Reduce attention logging levels ( #40086 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-21 02:09:25 +00:00
0e884fe638
[Bugfix] Fix _CONFIG_REGISTRY types getting wrong config class when on-disk model_type differs ( #39554 )
...
Signed-off-by: Misa <misaAle@users.noreply.github.com >
Signed-off-by: Misael Casarez <misacasa@amazon.com >
Co-authored-by: Misael Casarez <misacasa@amazon.com >
2026-04-20 19:04:48 -07:00
fe5c115ee4
[vLLM IR] Add IR op testing and benchmarking infrastructure ( #40167 )
...
Signed-off-by: Yanan Cao <gmagogsfm@gmail.com >
Co-authored-by: Theresa Shan <Theresa.Shan@amd.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-21 00:23:03 +00:00
6867bcd076
[Bugfix] Replace code that disabled shared expert overlap ( #39222 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-20 19:36:16 -04:00
c075702eae
[Misc][UX] Suppress confusing num_gpu_blocks log lines ( #40402 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-20 22:32:46 +00:00
Rita Brugarolas and GitHub
21b086d0aa
[ROCm] Hotfix: guard MLA dual RMS norm fusion against older AITer versions ( #40386 )
...
Signed-off-by: Rita Brugarolas Brufau <rita.brugarolasbrufau@amd.com >
2026-04-20 16:20:05 -05:00
Sage Moore and GitHub
3173441b0f
[EPLB] Consolidate is_unchanged/is_received_locally into TransferMetadata ( #37341 )
...
Signed-off-by: Sage Moore <sage@neuralmagic.com >
2026-04-20 21:12:42 +00:00
Cao Qian and GitHub
8b1f3bebca
[LMCache MP Connector] Add num_lmcache_extra_cached_token in KVTransferParams ( #39843 )
...
Signed-off-by: aeon-x <talexcao@gmail.com >
2026-04-20 20:42:49 +00:00
2390caf157
Enable building MoRI with AMD AINIC stack ( #38371 )
...
Signed-off-by: Theresa Shan <thshan@smci355-ccs-aus-n08-21.prov.aus.ccs.cpe.ice.amd.com >
Signed-off-by: Theresa Shan <theresa.shan@amd.com >
Co-authored-by: Theresa Shan <thshan@smci355-ccs-aus-n08-21.prov.aus.ccs.cpe.ice.amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-04-20 11:17:59 -07:00
Frederik Gossen and GitHub
87805fa11e
[Core] Cache InductorPass.hash_source with functools.cache ( #39328 )
...
Signed-off-by: Frederik Gossen <frgossen@meta.com >
2026-04-20 14:06:15 -04:00
Nicolò Lucchesi and GitHub
304d5ba1a0
[Bugfix][CI] Fix tests/distributed/test_torchrun_example_moe.py ( #40349 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-20 11:05:44 -07:00
Tyler Michael Smith and GitHub
81d954f454
[WideEP] Remove naive all2all. Use allgather_reducescatter instead ( #33728 )
...
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com >
2026-04-20 17:53:55 +00:00
Frederik Gossen and GitHub
47fcb8ca68
[Core] Pass donate_graph_module=True to standalone_compile ( #39733 )
...
Signed-off-by: Frederik Gossen <frgossen@meta.com >
2026-04-20 17:40:52 +00:00
bai and GitHub
191e3fdaa1
Update flashinfer to 0.6.8 ( #39959 )
...
Signed-off-by: bai <v@gor.io >
2026-04-20 10:37:23 -07:00
Frederik Gossen and GitHub
b9cf629bd0
[Core] Label torch trace logging overhead with dynamo_timed ( #39329 )
...
Signed-off-by: Frederik Gossen <frgossen@meta.com >
2026-04-20 17:31:03 +00:00
3461c8b027
[EPLB] Refactor Async EPLB synchronization logic ( #37601 )
...
Signed-off-by: Sage Moore <sage@neuralmagic.com >
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com >
2026-04-20 17:05:41 +00:00
726efe177b
[MoE Refactor] Move the shared/fused expert output sum into MoERunnerBase ( #35949 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-20 12:28:46 -04:00
Yan Ma and GitHub
595562651a
[XPU] fix MoE triton backend in online fp8 quantization ( #40109 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
2026-04-20 11:31:39 -04:00
Hashem Hashemi and GitHub
3a30eaa1d7
Properly enable wvSplitK fp8 path for RDNA ( #37712 )
...
Signed-off-by: Hashem Hashemi <hashem.hashemi@amd.com >
2026-04-20 10:09:24 -05:00
Rita Brugarolas and GitHub
fb5635d3f9
[ROCm] Add MLA dual RMS norm fusion (Q, KV) pass for DeepSeek/Kimi-K2 ( #39242 )
...
Signed-off-by: Rita Brugarolas Brufau <rita.brugarolasbrufau@amd.com >
2026-04-20 14:56:27 +00:00
Wentao Ye and GitHub
b42e878ec0
[Bug] Fix dcp error message ( #40053 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-20 10:52:32 -04:00
7243e02aa1
[ROCm][Feature] Enable AITER MLA attention backend to work with Eagle3 speculative decoding on ROCm ( #39616 )
...
Signed-off-by: larryli2-amd <larryli2@amd.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-04-20 09:44:43 -05:00
Sage Moore and GitHub
def8f52200
[CI][EPLB] Add Async EPLB end-to-end integration test to CI ( #40168 )
...
Signed-off-by: Sage Moore <sage@neuralmagic.com >
2026-04-20 10:22:54 -04:00
Vasiliy Kuznetsov and GitHub
38fa87caca
mxfp8 online quant move to new frontend ( #40152 )
...
Signed-off-by: Vasiliy Kuznetsov <vasiliy@meta.com >
2026-04-20 06:26:12 -07:00
a023edfa5b
[bugfix] Use only onlines CPUs in lscpu ( #40161 )
...
Signed-off-by: kse <kevin.sejourne@cloud-temple.com >
Co-authored-by: kse <kevin.sejourne@cloud-temple.com >
2026-04-20 13:19:57 +00:00
b82fc1364d
[Anthropic][Frontend] Added chat_template_kwargs to /v1/messages ( #40125 )
...
Signed-off-by: Aleksandar Yanakiev <alexander.yanakiev@discretestack.com >
Co-authored-by: Aleksandar Yanakiev <alexander.yanakiev@discretestack.com >
2026-04-20 06:10:45 -07:00
Yan Ma and GitHub
e06de7f005
[XPU] enable triton attention test on XPU by removing cuda device binding ( #39627 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
2026-04-20 20:57:11 +08:00
zhanqiuhu and GitHub
cc3993b05d
nixl refactor [2/N]: unify TpKVTopology + HeteroTPTransferConfig into TransferTopology ( #39529 )
...
Signed-off-by: Zhanqiu Hu <zhu@redhat.com >
2026-04-20 12:39:08 +02:00
Ilya Markov and GitHub
50dd4cb427
[EPLB] Add nixl-based eplb communicator ( #36276 )
...
Signed-off-by: ilmarkov <markovilya197@gmail.com >
Signed-off-by: Markov Ilya <markovilya19@gmail.com >
2026-04-20 10:24:23 +00:00
f774ba028a
[kv_offload+HMA][4/N]: Support sliding window lookup ( #36645 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-04-20 12:53:51 +03:00
Fadi Arafeh and GitHub
2aab9acf48
[CPU][BugFix] Fix inter-node pipeline parallel ( #40150 )
...
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com >
2026-04-20 17:21:12 +08:00
nemanjaudovic and GitHub
58631d7c3f
[Bugfix] Fix scaled_mm output narrowing for 3D input tensors ( #38093 )
...
Signed-off-by: nemanjaudovic <nudovic@amd.com >
2026-04-20 16:58:39 +08:00
Andreas Karatzas and GitHub
a943839e9a
[ROCm][CI] Introducing new MI300 nodes ( #39531 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-20 16:09:58 +08:00
milesial and GitHub
6d8b80802b
[Docs] Fix thinking_token_budget docs ( #40316 )
...
Signed-off-by: milesial <milesial@users.noreply.github.com >
2026-04-20 08:09:44 +00:00
wuyingjun and GitHub
77fd2c8631
[Bugfix] Forward mm_processor_kwargs in offline generate APIs ( #40251 )
...
Signed-off-by: wuyingjun <wuyingjun_yewu@cmss.chinamobile.com >
2026-04-20 00:56:56 -07:00
San-Nguyen and GitHub
e729cc823d
[Fix] Add Spacing when Requesting Output Token > max_model_len ( #40324 )
...
Signed-off-by: San-Nguyen <san.nguyen@ibm.com >
2026-04-20 00:25:06 -07:00
velonica0 and GitHub
ec7aafc02a
[CPU][RISC-V] Support multiple RVV VLEN targets via compile-time dispatch ( #39478 )
...
Signed-off-by: velonica0 <like@mail.nankai.edu.cn >
2026-04-20 14:36:59 +08:00
Julien Denize and GitHub
6097afb9bd
[BUGFIX] Fix Pixtral consolidated format vision weight loading ( #39916 )
...
Signed-off-by: Julien Denize <julien.denize@mistral.ai >
Signed-off-by: juliendenize <julien.denize@mistral.ai >
2026-04-19 22:25:03 -07:00
4f4713f96e
[XPU] [torch.compile] Skipping CUDA graph memory estimation to avoid startup errors. ( #39977 )
...
Signed-off-by: chaojun-zhang <chaojun.zhang@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-20 13:04:39 +08:00
Tao He and GitHub
8936118134
[Qwen][Bugfix] Fixes sigmoid activation in torch impl of RMSNormGated. ( #40245 )
...
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com >
2026-04-20 04:28:19 +00:00
Yuan Tang and GitHub
67ed01c353
fix: Do not make function calls when request has no tools for /v1/responses ( #40314 )
...
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com >
2026-04-20 04:17:30 +00:00
6e10cb54f6
[Bugfix][Responses API] Fix streaming tool calls on /v1/responses ( #39892 )
...
Signed-off-by: Hoang Nguyen <118159510+hnt2601@users.noreply.github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-20 11:24:52 +08:00
fcb31c1ac3
[Bugfix] Properly initialize PerTensorScaleParameter for fused-on-disk checkpoints ( #39765 )
...
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp >
Signed-off-by: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-20 02:53:04 +00:00
Lxx and GitHub
d886c26d4d
[Doc] Fix typos in token_embed pooling documentation ( #40266 )
...
Signed-off-by: YifanLi3 <lyfqlx3@gmail.com >
2026-04-19 19:27:32 -07:00
898beca5a8
[BugFix][XPU] fix lora ops bgmv_expand size not match ( #39989 )
...
Signed-off-by: Ma, Liangliang <liangliang.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-20 08:24:50 +08:00
Kevin H. Luu and GitHub
629d45eacb
[ci] Make ecr authenticate non blocking ( #40305 )
...
Signed-off-by: Kevin H. Luu <khluu000@gmail.com >
2026-04-19 15:37:53 -07:00
Andrew Barnes and GitHub
f150107efd
[ROCm] Fix cu_seqlens_q off-by-one in AITER FA speculative decode path ( #39120 )
...
Signed-off-by: Bortlesboat <bortstheboat@gmail.com >
2026-04-19 18:34:33 +00:00
danisereb and GitHub
d1135a5087
Fix MoE backend selection for LoRA (unquantized MoE) ( #40273 )
...
Signed-off-by: Daniel Serebrenik <daserebrenik@nvidia.com >
2026-04-19 17:18:40 +00:00
982beae809
Optimize nemotron VL image/video preprocessing ( #40283 )
...
Signed-off-by: milesial <milesial@users.noreply.github.com >
Co-authored-by: milesial <milesial@users.noreply.github.com >
2026-04-19 15:06:20 +00:00
TJian and GitHub
45232a454e
[FEAT] [Perf] [Gemma4] Fused Gemma4 Routing Function Triton ( #39083 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
2026-04-19 09:57:39 +00:00
Flora Feng and GitHub
03ce1c6ed9
[Bugfix] Kimi-K2 tool parser streaming - fix token leakage, argument truncation, and content dropping ( #38579 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-19 01:30:27 -07:00
omerpaz95 and GitHub
4353c9cb4a
[KV Offload] Pass request context ( #39185 )
...
Signed-off-by: omerpaz95 <omerpaz95@gmail.com >
2026-04-19 08:54:59 +03:00
4b7f5ea1a0
[KV Connector] Allow metrics of multiple connectors of same types in multi connector. ( #40010 )
...
Signed-off-by: omerpaz95 <omerpaz95@gmail.com >
Co-authored-by: Or Ozeri <oro@il.ibm.com >
2026-04-19 07:49:10 +03:00
38907e4391
[Frontend] Preserve structured output special tokens in offline LLM.chat ( #39352 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-04-18 19:46:07 -04:00
d0359f3e04
[Bugfix] Guard mxfp4_experts_quant bindings on ENABLE_NVFP4_SM100 ( #40191 )
...
Signed-off-by: ultranationalism <www913363043@gmail.com >
Signed-off-by: mgoin <mike.goin12@gmail.com >
Co-authored-by: mgoin <mike.goin12@gmail.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-18 13:58:46 -07:00
Dan Alistarh and GitHub
ed0622e3a8
[Attention] TurboQuant: remove redundant random signs, add prior art attribution ( #40194 )
...
Signed-off-by: Dan Alistarh <d.alistarh@gmail.com >
2026-04-18 14:31:59 -04:00
Yusuf Mohammad and GitHub
b5f6c5f834
Added general ND x ND matmul and unit test for it ( #39909 )
...
Signed-off-by: Yusuf <yusufmohammad@live.com >
2026-04-18 10:05:21 -04:00
Jee Jee Li and GitHub
bfde49e287
[DOC] Add fuse_minimax_qk_norm ( #39782 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-18 00:41:37 -07:00
153ba7f0f3
[Refactor] Drop direct dependency on librosa ( #39079 )
...
Signed-off-by: Nick Cao <ncao@redhat.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-18 06:55:38 +00:00
Chinmay-Kulkarni-AMD and GitHub
87518c3027
[ZenCPU] AMD Zen CPU Backend with supported dtypes via zentorch weekly ( #39967 )
...
Signed-off-by: Chinmay Kulkarni <Chinmay.Kulkarni@amd.com >
2026-04-18 06:22:37 +00:00
Rishapveer Singh and GitHub
aeee7ef939
[Bugfix] Fix k_proj's bias for GLM-ASR ( #40160 )
...
Signed-off-by: Rishapveer Singh <singhrishapveer@gmail.com >
2026-04-17 22:34:33 -07:00
z1ying and GitHub
cda19ecf4d
[Doc] Fix outdated source reference comment in anthropic/serving.py ( #40189 )
...
Signed-off-by: z1ying <tzzying@outlook.com >
2026-04-17 22:31:13 -07:00
80b18230e0
[Frontend] Add multimodal support to /inference/v1/generate endpoint ( #38405 )
...
Signed-off-by: Nithin Chalapathi <nithin.ch10@gmail.com >
Signed-off-by: Nithin Chalapathi <nithinc@berkeley.edu >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-04-17 20:31:56 -07:00
z1ying and GitHub
d0697cc7b6
[Doc] Add Realtime Transcription section to supported_models.md ( #39845 )
...
Signed-off-by: Ziying Tao <tzzying@outlook.com >
2026-04-18 03:26:14 +00:00
b0755523dc
[Core] Reduce mm scheduler, get_num_embed overhead ( #40143 )
...
Signed-off-by: milesial <milesial@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-18 11:25:49 +08:00
993859ceb0
[XPU] fix all_reduce all-zero accuracy issue under torch.compile ( #39844 )
...
Signed-off-by: Chaojun Zhang <chaojun.zhang@intel.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-18 02:33:07 +00:00
Michael Goin and GitHub
48a65ccb02
[CI] Speed up test_fused_marlin_moe ( #40178 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
2026-04-17 19:26:21 -07:00
55842a8d69
[XPU]fake impl for xpu fp8_gemm ( #39984 )
...
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-18 08:53:56 +08:00
Michael Goin and GitHub
1f45e83756
Remove outdated tests test_mixtral_moe and test_duplicated_ignored_sequence_group ( #40175 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-04-17 16:49:43 -07:00
Michael Goin and GitHub
a8bffaa133
[Kernel] Add MXFP4 W4A4 CUTLASS MoE kernel for SM100 ( #37463 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-04-17 16:42:32 -07:00
5cdddddd4a
[Kernel] [Helion] Force disable HOP path due to performance regression ( #40171 )
...
Signed-off-by: Yanan Cao <gmagogsfm@gmail.com >
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com >
2026-04-17 17:36:49 -04:00
aditi-amd and GitHub
6ef1efd51f
[ROCm] Fix TurboQuant on ROCm: backend routing, flash-attn compat, int64 overflow ( #39953 )
...
Signed-off-by: aditi <aditi.rana@amd.com >
2026-04-17 13:08:37 -07:00
Ryan Rock and GitHub
58da4ee047
[AMD][CI] Update DeepEP branch ( #38396 )
...
Signed-off-by: Ryan Rock <ryan.rock@amd.com >
2026-04-17 14:30:20 -05:00
Andreas Karatzas and GitHub
1ae11e2bfc
[ROCm][CI] Build fastsafetensors from source so it links against libamdhip64 ( #39978 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-17 14:30:08 -05:00
251c18d1f8
skip fp8e4b15 on xpu ( #39957 )
...
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-17 16:55:08 +00:00
512765d52d
[Misc][UX] Map mimo reasoning and tooling parsers ( #40089 )
...
Signed-off-by: Roger Wang <hey@rogerw.io >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-17 16:49:21 +00:00
640cc9dd7d
feat: Add LoRA support for Gemma4ForConditionalGeneration ( #39291 )
...
Signed-off-by: allgather <all2allops@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-17 09:39:19 -07:00
ceade1952c
[BugFix] Support custom tool parsers when tool_choice is required and named function ( #39870 )
...
Signed-off-by: JaredforReal <w13431838023@gmail.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: sfeng33 <4florafeng@gmail.com >
2026-04-17 16:38:10 +00:00
747256bb5d
[Bugfix][Core] Fix stuck chunked pipeline parallelism with async scheduling ( #38726 )
...
Signed-off-by: Jing Wang <jingwang96@qq.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-17 16:02:50 +00:00
Michael Goin and GitHub
1174723eba
Fix TURBOQUANT backend selection in cuda.py ( #40060 )
...
Signed-off-by: Michael Goin <mgoin64@gmail.com >
2026-04-17 07:31:41 -07:00
sychen52 and GitHub
6b2b7bd0eb
Add nvfp4 support to reshape_and_cache_flash ( #37332 )
...
Signed-off-by: Shiyang Chen <shiychen@nvidia.com >
2026-04-17 07:28:00 -07:00
Ben Browning and GitHub
70770268c3
Add @bbrowning to CODEOWNERS ( #40141 )
...
Signed-off-by: Ben Browning <bbrownin@redhat.com >
2026-04-17 09:51:48 -04:00
Chauncey and GitHub
7a51b3e415
[Bugfix] Fix empty delta detection in Qwen3XMLToolParser streaming ( #40090 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-17 13:34:55 +00:00
Li, Jiang and GitHub
d02421a7db
[CPU] Refactor CPU affinity and memory management ( #39781 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-04-17 21:01:08 +08:00
Lukas Geiger and GitHub
b1dc87a098
[Models][Gemma4] Prevent GPU/CPU sync in embed_input_ids ( #39234 )
...
Signed-off-by: Lukas Geiger <lukas.geiger94@gmail.com >
2026-04-17 12:37:21 +00:00
Or Ozeri and GitHub
79a5b63253
[kv_offload]: Fix num CPU blocks for UniformTypeKVCacheSpecs ( #39617 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-04-17 15:13:55 +03:00
Maral and GitHub
c0c98b8b9a
[Bugfix] Add Marlin kernel in block scaled mm kernel selection. ( #40105 )
...
Signed-off-by: maral <maralbahari.98@gmail.com >
2026-04-17 10:20:32 +00:00
wang.yuqi and GitHub
8d2cff8140
[Examples] Resettle Observability examples. ( #40123 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-17 03:13:31 -07:00
Cyrus Leung and GitHub
4f436782af
[Misc] Improve new PR bot trigger condition ( #40114 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-17 16:56:22 +08:00
z1ying and GitHub
bf45e6d0a5
[Doc] Add Gemma 4 to supported models list ( #39607 )
...
Signed-off-by: z1ying <tzzying@outlook.com >
Signed-off-by: Ziying Tao <tzzying@outlook.com >
2026-04-17 13:42:52 +08:00
978a4462bb
[CI Failure] Fix Plugin Tests (2 GPUs) Failure ( #40083 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: Michele Gazzetti <michele.gazzetti1@ibm.com >
2026-04-17 04:17:39 +00:00
Michael Goin and GitHub
1948d0c467
[UX] Defer some imports on CLI paths to save ~2s ( #40056 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-04-16 19:48:37 -07:00
Shinichi Hemmi and GitHub
4c47710bf7
[CI/Build] Apply ruff formatter to pass pre-commit ( #40078 )
...
Signed-off-by: Hemmi Shinichi <shemmi@preferred.jp >
2026-04-17 08:54:32 +08:00
Giancarlo Delfin and GitHub
bf9a5ddb24
[MLA] Optimize mla indexer prepare uniform decode for MTP > 1 ( #39458 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-16 16:27:51 -07:00
bnellnm and GitHub
79e799ebbd
[Bugfix] Temporarily disable B200 fp4 MoE layer tests ( #40057 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-16 19:26:55 -04:00
Netanel Haber and GitHub
c4e601c73c
Bugfix: Parakeet: .conv.pointwise/depthwise_conv1/2.bias weigths can exist even if convolution_bias=False ( #40007 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-04-16 23:22:05 +00:00
BadrBasowid and GitHub
29057d3bee
[Compilation] Add Unit Tests for VllmFusionPatternMatcherPass ( #39692 )
...
Signed-off-by: BadrBasowid <badr.basowid@gmail.com >
2026-04-16 22:57:16 +00:00
Matthew Bonanni and GitHub
219bb5b8c0
[Misc] Update committers.md ( #40058 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-16 13:48:41 -07:00
Asaf Gardin and GitHub
ad2b1277f9
[Quantization] Consolidate experts_int8 with fp8 online quantization ( #38463 )
...
Signed-off-by: Josephasafg <ajgard7@gmail.com >
2026-04-16 13:12:20 -07:00
roikoren755 and GitHub
b897f00c9c
Gate SSU dispatch setup ( #40039 )
...
Signed-off-by: Roi Koren <roik@nvidia.com >
2026-04-16 13:06:01 -07:00
adf9bb3c57
[CI] Add weight transfer tests to CI ( #39821 )
...
Signed-off-by: SumanthRH <sumanthrh99@gmail.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-04-16 15:51:45 -04:00
Flora Feng and GitHub
b16fda62b7
[Misc] Add @sfeng33 to CODEOWNERS ( #40048 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-16 12:25:29 -07:00
Yufeng He and GitHub
de111f3246
[Bugfix] Fix bench_serve UTF-8 decode crash on split multi-byte chars ( #38732 )
2026-04-16 12:01:25 -07:00
Jared Wen and GitHub
afabb5f45a
[bugfix] Normalize tool message content from array to string format ( #39899 )
...
Signed-off-by: JaredforReal <w13431838023@gmail.com >
2026-04-16 11:54:39 -07:00
Roger Wang and GitHub
3abb7560c0
[Bugfix] Fix audioflamingo test ( #40052 )
...
Signed-off-by: Roger Wang <hey@rogerw.io >
2026-04-16 11:53:58 -07:00
Isotr0py and GitHub
617d1c2ff1
[Misc] Move pyav and soundfile to common requirements ( #39997 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-16 08:52:37 -07:00
Nikita Shapovalov and GitHub
692db29cd4
[Bugfix] Fix Ray compiled-DAG SHM channel stalls by detaching zero-copy np.ndarray logprobs buffers ( #35736 )
...
Signed-off-by: Nikita Shapovalov <nikita@poolside.ai >
2026-04-16 23:49:29 +08:00
Isotr0py and GitHub
82531edbfb
[Refactor] Remove resampy dependency ( #39524 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-16 08:48:17 -07:00
Nicolò Lucchesi and GitHub
3daca38e22
[Misc] toy_proxy_server handle min_tokens ( #39706 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-16 15:08:22 +00:00
daiyu1111 and GitHub
a302a8fd1b
[Bugfix] Fix LLM priority normalization for single-string prompts ( #40011 )
...
Signed-off-by: daiyu1111 <2356690121@qq.com >
2026-04-16 07:56:06 -07:00
4e8c3f1c19
[Frontend][last/5] Improve pooling entrypoints | clean up. ( #39675 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-16 07:53:23 -07:00
Vasiliy Kuznetsov and GitHub
5e5afafa21
[Doc] add docs for online quant frontend ( #39736 )
...
Signed-off-by: Vasiliy Kuznetsov <vasiliy@meta.com >
2026-04-16 07:52:58 -07:00
Li, Jiang and GitHub
324a3d2bd8
[CI/Build] Improve stability of CPU tests ( #39966 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-04-16 21:50:36 +08:00
4269b79409
[Model] Use mm_features to compute mrope positions for PaddleOCR-VL ( #39888 )
...
Signed-off-by: grYe99 <guorongye99@gmail.com >
Co-authored-by: grYe99 <guorongye99@gmail.com >
2026-04-16 06:14:00 -07:00
edc3648966
[Kernel][Helion] Fix inductor fusion of Helion HOP ( #39944 )
...
Signed-off-by: Yanan Cao <gmagogsfm@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-16 04:41:26 -07:00
Nicolò Lucchesi and GitHub
9965f501a8
[Nixl] Bump Nixl version to 0.10.1 ( #39922 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-16 11:53:21 +01:00
lalit10 and GitHub
17d87168d2
[Model] Use mm_features for Keye-VL and Keye-1.5-VL M-RoPE ( #39869 )
...
Signed-off-by: Lalit Laxminarayan Bangad <lalitbangad@gmail.com >
2026-04-16 02:16:06 -07:00
Netanel Haber and GitHub
98700c6105
Fix #33773 : Replace unconditional pandas import with PlaceholderModule ( #39990 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-04-16 02:06:51 -07:00
Simon Mo and GitHub
10e49d2638
[Docs] Update PR template to remove release notes google docs ( #39982 )
...
Signed-off-by: Simon Mo <simon.mo@hey.com >
2026-04-16 00:22:03 -07:00
Tim Messerschmidt and GitHub
8d7c962833
[Bugfix] Accept **kwargs in MiniMaxM2Parser.__init__() ( #39861 )
...
Signed-off-by: Tim Messerschmidt <timmesserschmidt@gmail.com >
2026-04-16 15:18:32 +08:00
f4ddaf8cf7
[XPU] use spawn multiproc method on xpu ( #39671 )
...
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-16 14:42:07 +08:00
2cdf86044d
Add Jina Embeddings v5 model support ( fixes #38633 ) ( #39575 )
...
Signed-off-by: Abhijit <abroy@redhat.com >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-16 06:37:10 +00:00
realliujiaxu and GitHub
7845379230
[Bugfix] add support for 'num_attention_groups' in ModelArchConfigConvertorBase for Step3p5 ( #39796 )
...
Signed-off-by: realliujiaxu <realliujiaxu@163.com >
2026-04-16 05:48:00 +00:00
R3hankhan and GitHub
4b7ca37bd4
[CPU][IBM Z][Dockefile][Docs] Fix s390x builds for torch 2.11 and update docs for s390x ( #39910 )
...
Signed-off-by: Rehan Khan <Rehan.Khan7@ibm.com >
2026-04-15 22:26:21 -07:00
445b7093fd
[perf][cpu] Accelerate BF16 GELU with LUT impl on Arm CPUs ( #37469 )
...
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-15 22:26:17 -07:00
18013df6ae
[Bugfix] Reject empty tools array with HTTP 400 ( #39780 )
...
Signed-off-by: Jigang Zhou <zjg0907008@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-16 12:08:04 +08:00
Julien Denize and GitHub
c0722f22de
[Mistral Grammar] Fix tool and reasoning parsing ( #39217 )
...
Signed-off-by: juliendenize <julien.denize@mistral.ai >
2026-04-15 21:05:04 -07:00
Zhengxu Chen and GitHub
951dca8019
[compile] Invoke split FX graph by codegen. ( #38657 )
...
Signed-off-by: zhxchen17 <zhxchen17@fb.com >
2026-04-15 21:03:41 -07:00
vllmellm and GitHub
5f7fab881a
[ROCm][FEAT] Integrate aiter gemm w8a8 ptpc ( #33773 )
...
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com >
2026-04-16 09:55:29 +08:00
Giancarlo Delfin and GitHub
343f65234b
[Model Runner V2][BugFix] fix num_sampled dtype for probabilistic rej… ( #39951 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-15 18:09:11 -07:00
Asaf Gardin and GitHub
19fa90ed0d
[Quantization] - Layerwise reloading of Attention/KV quantized models ( #38995 )
...
Signed-off-by: Josephasafg <ajgard7@gmail.com >
2026-04-15 18:03:32 -07:00
03f8d3a548
Update to transformers v5 ( #30566 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Signed-off-by: khluu <khluu000@gmail.com >
Signed-off-by: Kevin H. Luu <khluu000@gmail.com >
Signed-off-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
Co-authored-by: khluu <khluu000@gmail.com >
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com >
Co-authored-by: jiang1.li <jiang1.li@intel.com >
2026-04-15 16:29:15 -07:00
6dc9491406
[Model] Fix Gemma 4 token repetition by dynamic BOS injection for PT models ( #39842 )
...
Signed-off-by: Luciano Martins <lucianommartins@users.noreply.github.com >
Co-authored-by: Luciano Martins <lucianommartins@users.noreply.github.com >
2026-04-15 16:13:07 -07:00
Collin McCarthy and GitHub
27c0ca50a0
Update registry for Nemotron-v3 VL Nano/Super ( #39747 )
...
Signed-off-by: Collin McCarthy <cmccarthy@nvidia.com >
2026-04-15 16:09:11 -07:00
Wentao Ye and GitHub
7c636432c6
[CI Bug] fix flaky test ( #39938 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-15 17:20:06 -04:00
Matthew Bonanni and GitHub
c77e596e2e
[FlashAttention] Don't overwrite flash_attn_interface.py when installing precompiled ( #39932 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-15 16:43:15 -04:00
Benjamin Chislett and GitHub
ac3dac545b
[Bugfix][Perf] Indexer upcast WK to BF16 for fusion ( #38928 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-04-15 20:39:32 +00:00
Wentao Ye and GitHub
39ac640490
[Bug] Fix batch invariant test issue, bs=1 with max_seq_num = 1 ( #39320 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-15 16:28:43 -04:00
zhanqiuhu and GitHub
0b790a2501
[Speculative Decoding] Add DFlash speculators config parsing ( #38300 )
...
Signed-off-by: Zhanqiu Hu <zhu@redhat.com >
2026-04-15 16:22:15 -04:00
zhanqiuhu and GitHub
41488f2acd
[Bugfix][NIXL] Fix _logical_to_kernel_block_ids conversion for non-mamba models ( #39724 )
...
Signed-off-by: Zhanqiu Hu <zhu@redhat.com >
2026-04-15 20:08:58 +00:00
102d51c9f3
[CI] Only build release Docker images when NIGHTLY=1 ( #39882 )
...
Signed-off-by: Kevin H. Luu <khluu000@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-15 19:01:13 +00:00
55e1a8e103
[Mooncake] Fix mixed MLA+Eagle block-size validation ( #39596 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: OpenAI Codex <codex@openai.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-15 11:36:47 -07:00
Monishver and GitHub
21e5a9f48e
Bug/test eagle dp v2 ( #39838 )
...
Signed-off-by: Monishver Chandrasekaran <monishverchandrasekaran@gmail.com >
2026-04-15 17:48:12 +00:00
Mark McLoughlin and GitHub
8ad6ff0037
[Test] Fix @create_new_process_for_each_test("fork") in interactive shell pipeline ( #29130 )
...
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
2026-04-15 12:22:20 -04:00
f2145efcb6
[BugFix] KeyError on scope["method"] for realtime api websocket in AuthenticationMiddleware ( #36934 )
...
Signed-off-by: daniebrill <50454544+daniebrill@users.noreply.github.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-15 16:15:01 +00:00
Roy Huang and GitHub
ed33310552
[KVConnector][LMCache] Propagate cache_salt through MP connector for per-user cache isolation ( #39837 )
...
Signed-off-by: royyhuang <royyhuang@gmail.com >
Signed-off-by: royyhuang <roy.y.huang@gmail.com >
2026-04-15 09:10:49 -07:00
3cc328a4be
[SpecDecode][Benchmark] Add SPEED-bench support to benchmarking CLI ( #36029 )
...
Signed-off-by: talora <talora@nvidia.com >
Co-authored-by: Benjamin Chislett <bchislett@nvidia.com >
2026-04-15 12:00:07 -04:00
3beb57a238
[XPU] properly handle q_descale on XPU as quant query input not supported ( #39676 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-15 21:52:58 +08:00
8b5531933a
FIX: support language_model.backbone naming in NemotronH Nano VL quantization config ( #39901 )
...
Signed-off-by: <>
Co-authored-by: root <root@lyris0144.lyris.clusters.nvidia.com >
2026-04-15 13:49:48 +00:00
Chauncey and GitHub
db8d4a4a06
[BugFix][Graph] fix: handle empty sym_shape_indices in PiecewiseBackend. ( #39395 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-15 09:28:09 -04:00
zofia and GitHub
fc701c8058
[XPU][MXFP4] add mxfp4 quant op for XPU ( #39857 )
...
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com >
2026-04-15 12:28:19 +00:00
Csrayz and GitHub
68be0f853e
[Metrics] Add request_id to FinishedRequestStats to enable correlation between metrics and requests ( #39710 )
...
Enables external `StatLogger` plugins to correlate per-request metrics
with request-level context. Also, this is a pre-requisite for Prometheus
exemplars in #30972 .
Signed-off-by: Csrayz <33659823+Csrayz@users.noreply.github.com >
2026-04-15 11:24:17 +00:00
Zhenzhong Xu and GitHub
60995c05b4
[Quantization][Autoround][CPU] Add W4A16 Support ( #38192 )
...
Signed-off-by: Zhenzhong1 <zhenzhong.xu@intel.com >
Signed-off-by: Zhenzhong Xu <zhenzhong.xu@intel.com >
2026-04-15 18:38:31 +08:00
Yan Ma and GitHub
29e5d10205
fix online fp8 for MiniCPM models ( #39862 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
2026-04-15 09:09:20 +00:00
Or Ozeri and GitHub
235e1f930a
[kv_offload+HMA][3/N]: Remove block_size from KVEvents ( #36644 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-04-15 11:53:19 +03:00
+86
431cea3eea
[Bugfix] Fix tool_calls Iterable consumed when debug logging is enabled ( #34844 )
...
Signed-off-by: Wojciech Wais <wojciech.wais@gmail.com >
Signed-off-by: mgoin <mgoin64@gmail.com >
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
Signed-off-by: Rishi Puri <riship@nvidia.com >
Signed-off-by: Jaebok Lee <jaebok9541@naver.com >
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
Signed-off-by: yuwei <yuwei@dev.local >
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
Signed-off-by: Ibrahim Arshad <38925737+ibrahim1023@users.noreply.github.com >
Signed-off-by: Li <chuali@amd.com >
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com >
Signed-off-by: R <Ganesh.R@amd.com >
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
Signed-off-by: lkm2835 <lkm2835@gmail.com >
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
Signed-off-by: vnadathur <glvikramn@gmail.com >
Signed-off-by: WorldExplored <srreyansh.sethi@gmail.com >
Signed-off-by: Srreyansh Sethi <107075589+WorldExplored@users.noreply.github.com >
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Signed-off-by: Elham Harirpoush <elham.harirpoush@arm.com >
Signed-off-by: Yan Ma <yan.ma@intel.com >
Signed-off-by: Nick Hill <nickhill123@gmail.com >
Signed-off-by: jackcfwang <jackcfwang@tencent.com >
Signed-off-by: Chendi Xue <chendi.xue@intel.com >
Signed-off-by: Injae Ryou <injaeryou@gmail.com >
Signed-off-by: Richard Zou <zou3519@gmail.com >
Signed-off-by: milesial <milesial@users.noreply.github.com >
Signed-off-by: Elvir Crncevic <elvircrn@gmail.com >
Signed-off-by: whx-sjtu <2952154980@qq.com >
Signed-off-by: Lalithnarayan C <Lalithnarayan.C@amd.com >
Signed-off-by: PatchouliTaisa <patchychen@tencent.com >
Signed-off-by: jatseng-ai <jatseng@amd.com >
Signed-off-by: jatseng-ai <janet.tseng@amd.com >
Signed-off-by: Matthias Gehre <matthias.gehre@amd.com >
Signed-off-by: xaguilar-amd <xaguilar@amd.com >
Signed-off-by: rdondeti <ravitez.dondeti@gmail.com >
Signed-off-by: Ravitez Dondeti <ravitez.dondeti@gmail.com >
Signed-off-by: NickLucche <nlucches@redhat.com >
Signed-off-by: Peter Nguyen <petern0408@gmail.com >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: zhuhaoran <zhuhaoran.zhr@alibaba-inc.com >
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
Signed-off-by: Jesus Federico <jefp@amazon.com >
Signed-off-by: manu <fortin.emmanuel@gmail.com >
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
Signed-off-by: Yifan Zong <yzong@redhat.com >
Signed-off-by: Rahul-Tuli <rtuli@redhat.com >
Signed-off-by: Fynn Schmitt-Ulms <fschmitt@redhat.com >
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
Signed-off-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn >
Signed-off-by: leeyongjun <jqueen.astro@gmail.com >
Signed-off-by: Ziying Tao <tzzying@outlook.com >
Signed-off-by: jiang1.li <jiang1.li@intel.com >
Signed-off-by: Vibhav Agarwal <vibhavagarwal5@gmail.com >
Signed-off-by: ShubyM <shubymishra20@gmail.com >
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
Signed-off-by: Itay Etelis <itay.etelis@ibm.com >
Signed-off-by: EdalatiAli <aliedalati@cohere.com >
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
Signed-off-by: r266-tech <r266.tech@gmail.com >
Signed-off-by: Roger Wang <hey@rogerw.io >
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
Signed-off-by: Animesh Jain <anijain@umich.edu >
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Signed-off-by: zhxchen17 <zhxchen17@fb.com >
Signed-off-by: EricccYang <yangyang4991@gmail.com >
Signed-off-by: Kaicheng Yang <53411596+EricccYang@users.noreply.github.com >
Signed-off-by: baoloongmao <baoloongmao@tencent.com >
Signed-off-by: sihao.li <sihao.li@intel.com >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com >
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com >
Signed-off-by: Tihomir Elek <tiho.elek@gmail.com >
Signed-off-by: yiliu30 <yi4.liu@intel.com >
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Signed-off-by: Santino Ramos <santinor@inferact.ai >
Signed-off-by: haosdent <haosdent@gmail.com >
Signed-off-by: JartX <sagformas@epdcenter.es >
Signed-off-by: George-ao <yuyiao772@gmail.com >
Signed-off-by: Yuyi Ao <yuyiao772@gmail.com >
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com >
Signed-off-by: Mukesh Baphna <mukesh@hippocraticai.com >
Signed-off-by: Pedram Razavi <pedram.razavi@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Xinyu Chen <xinyu1.chen@intel.com >
Co-authored-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
Co-authored-by: Rishi Puri <riship@nvidia.com >
Co-authored-by: zzaebok <44357534+zzaebok@users.noreply.github.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
Co-authored-by: Yuwei An <ayw.sirius19@gmail.com >
Co-authored-by: yuwei <yuwei@dev.local >
Co-authored-by: Artem Perevedentsev <aperevedents@nvidia.com >
Co-authored-by: Ibrahim Arshad <38925737+ibrahim1023@users.noreply.github.com >
Co-authored-by: Chuan (Richard) Li <chuali@amd.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
Co-authored-by: Ganesh R <ganesh.r@amd.com >
Co-authored-by: Lucas Wilkinson <LucasWilkinson@users.noreply.github.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
Co-authored-by: Kyungmin Lee <30465912+lkm2835@users.noreply.github.com >
Co-authored-by: Ronen Schaffer <ronen.schaffer@ibm.com >
Co-authored-by: Srreyansh Sethi <107075589+WorldExplored@users.noreply.github.com >
Co-authored-by: vnadathur <glvikramn@gmail.com >
Co-authored-by: vnadathur <236933696+vnadathur@users.noreply.github.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: Elham <elham.harirpoush@arm.com >
Co-authored-by: Yan Ma <yan.ma@intel.com >
Co-authored-by: Nick Hill <nickhill123@gmail.com >
Co-authored-by: Chaofan Wang <jackcfwang@tencent.com >
Co-authored-by: Chendi.Xue <chendi.xue@intel.com >
Co-authored-by: Injae Ryou <injaeryou@gmail.com >
Co-authored-by: Richard Zou <zou3519@users.noreply.github.com >
Co-authored-by: milesial <milesial@users.noreply.github.com >
Co-authored-by: Elvir Crnčević <elvircrn@gmail.com >
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com >
Co-authored-by: Hexiang Wang <56632993+whx-sjtu@users.noreply.github.com >
Co-authored-by: Lalithnarayan C <Lalithnarayan.C@amd.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
Co-authored-by: PatchyTIS <58251192+PatchouliTIS@users.noreply.github.com >
Co-authored-by: PatchouliTaisa <patchychen@tencent.com >
Co-authored-by: jatseng-ai <janet.tseng@amd.com >
Co-authored-by: Matthias Gehre <matthias.gehre@amd.com >
Co-authored-by: xaguilar-amd <xavier.aguilarfruto@amd.com >
Co-authored-by: Ravitez Dondeti <dondetir@users.noreply.github.com >
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
Co-authored-by: Peter Nguyen <petern0408@gmail.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: zhrrr <43847754+izhuhaoran@users.noreply.github.com >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
Co-authored-by: Jesus Federico <14651+jefp@users.noreply.github.com >
Co-authored-by: Manu <efortin@users.noreply.github.com >
Co-authored-by: zhanqiuhu <49648934+ZhanqiuHu@users.noreply.github.com >
Co-authored-by: yzong-rh <yzong@redhat.com >
Co-authored-by: Fynn Schmitt-Ulms <fschmitt@redhat.com >
Co-authored-by: Rahul-Tuli <rtuli@redhat.com >
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Co-authored-by: Benjamin Chislett <bchislett@nvidia.com >
Co-authored-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn >
Co-authored-by: Lee Yongjun <35302114+elwhyjay@users.noreply.github.com >
Co-authored-by: z1ying <55220715+z1ying@users.noreply.github.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
Co-authored-by: Vibhav Agarwal <vibhavagarwal5@gmail.com >
Co-authored-by: vibhav-agarwal <vibhav.agarwal@glance.com >
Co-authored-by: ShubyM <shubymishra20@gmail.com >
Co-authored-by: Wei Zhao <51183510+wzhao18@users.noreply.github.com >
Co-authored-by: Itay Etelis <92247226+Etelis@users.noreply.github.com >
Co-authored-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: EdalatiAli <aliedalati@cohere.com >
Co-authored-by: Andreas Karatzas <akaratza@amd.com >
Co-authored-by: r266-tech <r2668940489@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
Co-authored-by: Martin Hickey <martin.hickey@ie.ibm.com >
Co-authored-by: Or Ozeri <or@ozery.com >
Co-authored-by: Mark McLoughlin <markmc@redhat.com >
Co-authored-by: Le Yang <562593859@qq.com >
Co-authored-by: Animesh Jain <anijain@umich.edu >
Co-authored-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Zhengxu Chen <zhxchen17@fb.com >
Co-authored-by: Kaicheng Yang <53411596+EricccYang@users.noreply.github.com >
Co-authored-by: maobaolong <baoloongmao@tencent.com >
Co-authored-by: sihao_li <165983188+1643661061leo@users.noreply.github.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
Co-authored-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com >
Co-authored-by: zofia <110436990+zufangzhu@users.noreply.github.com >
Co-authored-by: Tihomir Elek <tiho.elek@gmail.com >
Co-authored-by: Yi Liu <yi4.liu@intel.com >
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com >
Co-authored-by: Santino Ramos <51103228+santiramos27@users.noreply.github.com >
Co-authored-by: haosdent <haosdent@gmail.com >
Co-authored-by: JartX <sagformas@epdcenter.es >
Co-authored-by: Yuyi Ao <yuyiao772@gmail.com >
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com >
Co-authored-by: mukesh-hai <mukesh@hippocraticai.com >
Co-authored-by: Pedram Razavi <pedram@sierra.ai >
2026-04-15 01:32:47 -07:00
zhanqiuhu and GitHub
799973af4e
[CI][NIXL] Fix PD CI breakage: pin nixl-cu{12,13} versions ( #39851 )
...
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
2026-04-14 23:50:23 -07:00
bcc2306cef
[Bugfix] Respect VLLM_WEIGHT_OFFLOADING_DISABLE_PIN_MEMORY in prefetch offloader ( #37699 )
...
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-14 20:43:29 -07:00
wliao2 and GitHub
3abf858443
[Test] Refactor hard coded device string in test files under compile/quantization/models/model_executor folders ( #38901 )
...
Signed-off-by: Liao, Wei <wei.liao@intel.com >
2026-04-15 11:02:35 +08:00
f4b42df048
[Attention Backend] TurboQuant: 2-bit KV cache compression with 4x capacity ( #38479 )
...
Signed-off-by: vibhavagarwal5 <vibhavagarwal5@gmail.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Xinyu Chen <xinyu1.chen@intel.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-04-14 19:57:13 -07:00
Giancarlo Delfin and GitHub
3bfe55a037
[Model Runner V2] Disable piecewise cudagraph mode fallback for eagle draft decodes ( #39773 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-14 17:47:57 -07:00
Andrey Talman and GitHub
b569620f72
[CI] Add PyTorch nightly build and test pipeline ( #37226 )
...
Signed-off-by: atalman <atalman@fb.com >
2026-04-14 17:13:24 -07:00
65b9808960
[Bugfix] Disable FlashInfer CUTLASS MoE on SM121 (DGX Spark) ( #39825 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-14 16:03:57 -07:00
Francesco Fusco and GitHub
507df79a29
[Hybrid] Simplify accepted token counting in spec decode for hybrid models ( #38372 )
2026-04-14 15:19:09 -07:00
1696c864b9
[Bugfix][Mooncake] Fix thread-local CUDA context for NVLink transfers in _send_blocks ( #39548 )
...
Signed-off-by: Zhewen Li <zhewenli@inferact.ai >
Co-authored-by: Zhewen Li <zhewenli@inferact.ai >
2026-04-14 14:13:58 -07:00
Wentao Ye and GitHub
2ad1029233
[Bug] Fix batch invariance nvfp4 support ( #39820 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-14 17:08:17 -04:00
maobaolong and GitHub
b2f749dc97
fix(lmcache): correct store for cached requests while enable prefix cache ( #39719 )
...
Signed-off-by: baoloongmao <baoloongmao@tencent.com >
2026-04-14 20:51:27 +00:00
70ed01550c
[Reasoning][Frontend] Add model config to adjust_request in reasoning parser ( #37848 )
...
Signed-off-by: rishitdholakia13 <rishit+github@cohere.com >
Signed-off-by: rishitdholakia13 <123388671+rishitdholakia13@users.noreply.github.com >
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz >
2026-04-14 20:29:06 +00:00
bnellnm and GitHub
19ec9a0a62
[MoE Refactor] Refactor ZeroExpertFusedMoE into new framework ( #35549 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-14 16:11:20 -04:00
1a9353bb02
[MoE] Move GPT OSS Triton kernel experts into fused_moe/experts/ ( #39007 )
...
Signed-off-by: Robert Shaw <robertgshaw2@gmail.com >
Signed-off-by: Jackmin801 <ongjackm@gmail.com >
Co-authored-by: Robert Shaw <robertgshaw2@gmail.com >
2026-04-14 19:27:39 +00:00
roikoren755 and GitHub
ecf5ff7ce3
[Mamba] Flashinfer selective_state_update ( #36162 )
...
Signed-off-by: Roi Koren <roik@nvidia.com >
2026-04-14 15:10:58 -04:00
zhanqiuhu and GitHub
30679319e8
[CI][KVConnector][Metrics] Update multi KV connector edge case according to prefill stats changes ( #39808 )
...
Signed-off-by: Zhanqiu Hu <zhu@redhat.com >
2026-04-14 18:59:15 +00:00
240f2636ca
[Kernel] Support TRTLLM GEN NVFP4 MoE for non-512-aligned hidden dims via weight padding ( #39510 )
...
Signed-off-by: root <root@lyris0017.lyris.clusters.nvidia.com >
Signed-off-by: Daniel Afrimi <dafrimi@nvidia.com >
Co-authored-by: root <root@lyris0017.lyris.clusters.nvidia.com >
2026-04-14 11:49:56 -07:00
dc8df110bc
add warning when FP8 KV cache misses prefill query quantization ( #39752 )
...
Signed-off-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Albert Cheng (Engrg-Hardware 1) <albecheng@login-lyris02.lyris.clusters.nvidia.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-14 14:43:05 -04:00
be0c855ebd
[KV Offload] Unified memory layout for offloading workers ( #37206 )
...
Signed-off-by: omerpaz95 <omerpaz95@gmail.com >
Co-authored-by: Or Ozeri <oro@il.ibm.com >
2026-04-14 21:33:33 +03:00
Andrew Barnes and GitHub
e64b39ea71
[ROCm] Align AiterFlashAttentionImpl attn_type check with backend ( #39119 )
...
Signed-off-by: Bortlesboat <bortstheboat@gmail.com >
2026-04-14 10:36:26 -07:00
Alessandro Sangiorgi and GitHub
2faad08362
[compile] Nest inductor cache under AOT compile dir ( #39718 )
...
Signed-off-by: Alessandro Sangiorgi <asangior@redhat.com >
2026-04-14 17:17:54 +00:00
Rohan Potdar and GitHub
23f3760217
[Bugfix][ROCm]: Allow gpt_oss_mxfp4 quantization method on rocm ( #39754 )
...
Signed-off-by: Rohan138 <rohanpotdar138@gmail.com >
2026-04-14 17:10:04 +00:00
Mark McLoughlin and GitHub
906a8c15d0
[Core][Metrics] Remove unused SchedulerStats.encoder_cache_usage ( #39693 )
...
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
2026-04-14 12:53:57 -04:00
Micah Williamson and GitHub
4f4f8eaa78
[ROCm][CI] Fix condition for test_per_token_group_quant_fp8_packed ( #39730 )
...
Signed-off-by: Micah Williamson <micah.williamson@amd.com >
2026-04-14 16:14:31 +00:00
Netanel Haber and GitHub
b6890a120a
Bugfix: use_existing_torch.py: Glob recursive subdirs in requirements ( fixes #39024 ) ( #39793 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-04-14 23:11:46 +08:00
Lucas Kabela and GitHub
c08f3b2a62
Measure encoder compile time seperate from llm backbone ( #39240 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
2026-04-14 10:52:49 -04:00
Hexiang Wang and GitHub
f02b3269e7
[PluggableLayer][3/N] Apply PluggableLayer to moe-related layers. ( #33556 )
...
Signed-off-by: whx-sjtu <2952154980@qq.com >
2026-04-14 09:55:00 -04:00
e1e318af01
[MoE Refactor] Remove MoE DP chunking ( #39107 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-14 09:48:05 -04:00
f7e62e3d66
[Bugfix] Fix mismatch between global and local attention heads in tensor-parallel mode for param2moe model ( #39707 )
...
Signed-off-by: bhargav-patel-29 <bhargav.patel@tihiitb.org >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-14 20:13:36 +08:00
18b1c77211
fix: handle ImportError in load_audio ( #39473 )
...
Signed-off-by: Yiyang Liu <37043548+ianliuy@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-14 19:09:06 +08:00
Matthias Gehre and GitHub
1e4748c66a
[Bugfix] Fix vllm bench serve to count multimodal tokens in "total input tokens" ( #38654 )
...
Signed-off-by: Matthias Gehre <matthias.gehre@amd.com >
2026-04-14 11:00:40 +00:00
6f786f2c50
[Bugfix][Model] Fix Devstral Small 2 HF format weight loading ( #39293 )
...
Signed-off-by: thomasmaindron <thomasmaindron@users.noreply.github.com >
Co-authored-by: thomasmaindron <thomasmaindron@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 10:11:18 +00:00
fxmarty-amd and GitHub
4eee77b877
[fix][MOE] Fix MOE experts intermediate_size dimension not being narrowed before weight loading ( #39688 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
2026-04-14 09:35:28 +00:00
xiangdong and GitHub
a1993b96fd
[XPU][CI] Remove Arc in label-xpu ( #39776 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-04-14 02:27:38 -07:00
Julien Debache and GitHub
893b2affff
feat: add TxtSlicesDataset to allow sampling slices from txt file for benchmarking ( #30156 )
...
Signed-off-by: jdebache <jdebache@nvidia.com >
2026-04-14 09:20:03 +00:00
80118853f4
[MM][Perf][CG] Support ViT full CUDA graph for Qwen3-VL video inference ( #38061 )
...
Signed-off-by: shen-shanshan <467638484@qq.com >
Signed-off-by: Shanshan Shen <87969357+shen-shanshan@users.noreply.github.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-14 16:49:32 +08:00
c0ecaed950
[Frontend] Offload blocking preprocessing & postprocessing ops to thread pool for pooling entrypoints. ( #39763 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Signed-off-by: wang.yuqi <noooop@126.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-14 08:29:25 +00:00
0008729abf
[Model] Use mm_features for Ernie-4.5 VL M-RoPE ( #39753 )
...
Signed-off-by: Lalit Laxminarayan Bangad <lalitbangad@gmail.com >
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk >
2026-04-14 01:11:52 -07:00
d3af8c1831
[Core][Metrics][BugFix] Replace num_cached_tokens/num_external_computed_tokens with PrefillStats ( #37460 )
...
Related to `Counters can only be incremented by non-negative amounts`
error with the `vllm:prompt_tokens_by_source_total` metric.
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
Co-authored-by: Or Ozeri <or@ozery.com >
2026-04-14 09:00:45 +01:00
noobHappylife and GitHub
25b3242d8b
Fix Responses API streaming for multiple auto tool calls ( #39626 )
...
Signed-off-by: noobhappylife <aratar1991@hotmail.com >
2026-04-14 13:28:43 +08:00
b075604da1
[Bugfix] Fix Gemma4 tool parser converting bare null to string "null" ( #39679 )
...
Signed-off-by: KimuGenie <baby11686@naver.com >
Signed-off-by: Chauncey <chaunceyjiang@gmail.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-14 04:44:46 +00:00
Flora Feng and GitHub
db8a6d66bf
[Refactor][Parser] Migrate chat completion auto-tool/reasoning/plain streaming to parse_delta ( #39446 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-14 04:39:45 +00:00
Chauncey and GitHub
d2130a47bb
[Bugfix]: Fix MinimaxM2ToolParser missing tools parameter ( #39683 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-14 11:16:39 +08:00
c687bf226a
[LMCache][MP] optimize save when mla enabled ( #38810 )
...
Signed-off-by: idellzheng <idellzheng@tencent.com >
Co-authored-by: Yihua Cheng <yihua98@uchicago.edu >
2026-04-13 17:56:43 -07:00
Giancarlo Delfin and GitHub
ccf90ba784
[Model Runner V2] Add full cuda graph support for eagle prefill ( #37588 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-13 16:01:24 -07:00
Netanel Haber and GitHub
6adacfcb65
ParakeetExtractor performance and UX enhancements ( #39423 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-04-13 21:37:35 +00:00
Flora Feng and GitHub
14cb86c187
[Refactor][Parser] Simplify parse_delta ( #39728 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-13 21:02:13 +00:00
8213e8f880
Bug/test eagle dp v0 ( #38938 )
...
Signed-off-by: Monishver Chandrasekaran <monishverchandrasekaran@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Nicolò Lucchesi <nlucches@redhat.com >
2026-04-13 20:50:08 +00:00
Pedram Razavi and GitHub
3693f922ff
[Bugfix][Pooling] Fix silent weight corruption with buffer-reusing iterators ( #39650 )
...
Signed-off-by: Pedram Razavi <pedram.razavi@gmail.com >
2026-04-13 19:37:27 +00:00
5c18b961d6
[Core][Metrics] expose waiting request breakdown via labeled metric (capacity/deferred) ( #38435 )
...
Signed-off-by: Mukesh Baphna <mukesh@hippocraticai.com >
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: Mark McLoughlin <markmc@redhat.com >
2026-04-13 15:30:55 -04:00
f72b20976c
[Bugfix] Reject non-nvfp4 dtypes when using the flashinfer_nvlink_one_sided all2all backend ( #39717 )
...
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 19:13:51 +00:00
610a3efcaf
[Doc] Fix Python-only build 404 fallback guidance ( #38052 )
...
Signed-off-by: George-ao <yuyiao772@gmail.com >
Signed-off-by: Yuyi Ao <yuyiao772@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-04-13 12:09:31 -07:00
JartX and GitHub
f414f90601
[Bugfix][Kernel][ROCm] Fix triton_w4a16 scales mismatch when BLOCK_K > group_size ( #39705 )
...
Signed-off-by: JartX <sagformas@epdcenter.es >
2026-04-13 14:29:45 -04:00
Nicolò Lucchesi and GitHub
8625ec267b
[Misc] Multi-turn benchmark output performance json ( #39572 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-13 18:15:23 +00:00
995e9a209e
[Bugfix] Use is_integrated to detect UMA GPUs for memory reporting ( #35356 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-13 11:07:40 -07:00
Yongye Zhu and GitHub
739e5945dc
[Quantization] [Refactor] Create special "GptOssMxfp4MoeMethod" ( #39604 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-04-13 12:53:58 -04:00
Santino Ramos and GitHub
4d042ed85f
[Bugfix] Fix tensor shape mismatch in sparse attention with speculative decoding ( #39542 )
...
Signed-off-by: Santino Ramos <santinor@inferact.ai >
2026-04-13 08:57:38 -07:00
zhanqiuhu and GitHub
10d9872d3a
[CI][Metrics] Fix local_cache_hit assertion after prompt tokens metrics updates ( #39709 )
...
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
2026-04-13 15:16:56 +00:00
ccd0d1d906
[Bug] Fix rocm sparse attn indexer issue ( #39225 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
Co-authored-by: TJian <tunjian.tan@embeddedllm.com >
2026-04-13 07:53:45 -07:00
Yi Liu and GitHub
d8ddb31644
[Bugfix][CT] Fix KV cache scale handling ( #39418 )
...
Signed-off-by: yiliu30 <yi4.liu@intel.com >
2026-04-13 10:50:16 -04:00
Ekagra Ranjan and GitHub
1ce0318c68
[Bugfix] stream failure when model name not in audio endpoints ( #36679 )
...
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
2026-04-13 14:20:07 +00:00
Tihomir Elek and GitHub
8d825b87d6
[Bug] Fix TypeError when hf_config.architectures is None during model loading ( #38849 )
...
Signed-off-by: Tihomir Elek <tiho.elek@gmail.com >
2026-04-13 12:13:21 +01:00
zofia and GitHub
1b19bd7589
[MXFP8] [XPU] add a new compressed tensor schema and add a xpu mxfp8 gemm kernel ( #38707 )
...
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com >
2026-04-13 16:59:20 +08:00
200a727e94
[Bugfix] Fix Responses API instructions leaking through previous_response_id ( #37727 )
...
Signed-off-by: Yufeng He <40085740+he-yufeng@users.noreply.github.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-13 08:46:33 +00:00
edbc1abd1c
feat: add max_tokens_per_doc in rerank request. ( #38827 )
...
Signed-off-by: Jesus Federico <jefp@amazon.com >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-13 01:24:09 -07:00
Flora Feng and GitHub
0e39202ca9
[Bugfix] Fix GLM tool parser streaming with MTP or stream interval ( #39253 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-13 05:10:30 +00:00
9dd5ee0117
[XPU]Enhance environment collection for Intel XPU and optimize layout ( #35698 )
...
Signed-off-by: sihao.li <sihao.li@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-13 12:51:46 +08:00
fa6ae31177
feat: rename logit_bias/logit_scale to logit_mean/logit_sigma for affine score calibration ( #39530 )
...
Signed-off-by: Jesus Federico <jefp@amazon.com >
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-13 04:43:44 +00:00
maobaolong and GitHub
2a3c32ce67
fix(lmcache): correct store for cached requests and num_scheduled_tokens in lmcache_mp_connector.py ( #39655 )
...
Signed-off-by: baoloongmao <baoloongmao@tencent.com >
2026-04-13 03:29:19 +00:00
4beeb0689c
fused qknorm+rope kernel optimization for SM9.0 ( #37376 )
...
Signed-off-by: EricccYang <yangyang4991@gmail.com >
Signed-off-by: Kaicheng Yang <53411596+EricccYang@users.noreply.github.com >
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-12 19:58:37 -07:00
cae984060f
[compile] Enable AOT compile with batch invariance mode. ( #39201 )
...
Signed-off-by: zhxchen17 <zhxchen17@fb.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-12 19:58:33 -07:00
Jee Jee Li and GitHub
715681c127
[LoRA] Support dual CUDA streams-Linear Layer ( #35721 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-13 10:57:07 +08:00
Kunshang Ji and GitHub
dc02271d76
[XPU] revert torch-xpu to 2.10 ( #39656 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-13 10:50:29 +08:00
Andreas Karatzas and GitHub
4e4ad41d11
[ROCm][CI] Removed stale tests and extended acceptance test ( #39651 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-13 10:40:26 +08:00
Yongye Zhu and GitHub
620e8924d9
[Bugfix] [Tests] Enforce out tensor device in kernel/moe/test_cutedsl_moe.py ( #39644 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
2026-04-12 17:08:08 -07:00
Animesh Jain and GitHub
f00c5539d7
[compile] Bug fix for _decompose_size_nodes ( #38360 )
...
Signed-off-by: Animesh Jain <anijain@umich.edu >
2026-04-12 20:20:24 +00:00
Le Yang and GitHub
21fab0a3db
fix(moe): fix RoutedExpertsCapturer assertion failure with DP>1 and MK path ( #37879 )
2026-04-12 10:28:17 -04:00
Nicolò Lucchesi and GitHub
3244a2ebf2
[KVConnector][NIXL] Organize NIXL connector into its own directory ( #39354 )
...
The number of features supported by the connector has grown substantially
and the `nixl_connector.py` file has accumulated a lot of code. Creates a separate
directory and isolates connector/scheduler code in the hope of improving clarity
and maintainability.
Further refactor of components aimed at improving clarity and simplifying code
will follow soon.
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-12 13:10:50 +00:00
Mark McLoughlin and GitHub
72ff142c37
[Core][Metrics] Remove vllm:prompt_tokens_recomputed metric ( #38709 )
...
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
2026-04-12 12:22:01 +03:00
Nick Hill and GitHub
ee3c0c83db
[Pooling] Disable async scheduling by default for pooling models ( #39592 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-12 07:23:42 +00:00
cc07dad789
[HMA] [KVEvent] Enable GPU-side KV events for HMA ( #37688 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
Co-authored-by: Or Ozeri <or@ozery.com >
2026-04-12 10:01:02 +03:00
17e787a779
fix(kimi_k25): resolve media_placeholder_token_id from tokenizer ( #39344 )
...
Signed-off-by: r266-tech <r266.tech@gmail.com >
Signed-off-by: Roger Wang <hey@rogerw.io >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-11 21:10:24 -07:00
639402f5a2
Support FP8 KVCache on XPU ( #37731 )
...
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-12 03:53:32 +00:00
Andreas Karatzas and GitHub
0f7be0f2f7
[ROCm][CI/Build] Fix memory cleanup in MM test ( #39555 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-12 11:13:34 +08:00
Yan Ma and GitHub
394ff86965
[XPU][CT] support per-channel quantization in xpu fp8 linear method ( #38316 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
2026-04-12 02:46:28 +00:00
EdalatiAli and GitHub
df1e30e74b
[Quant] add CompressedTensorsW8A8Mxfp8 for linear and MoE layers ( #38815 )
...
Signed-off-by: EdalatiAli <aliedalati@cohere.com >
2026-04-11 17:21:36 -06:00
bd8bd52308
[Bugfix] Runtime driver check for cuMemcpyBatchAsync in swap_blocks_batch ( #38919 )
...
Signed-off-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-04-11 11:02:34 -06:00
Wei Zhao and GitHub
59b2f7b640
[Perf] Fuse Zero Initializer for FP8 DeepGemm Block Quant Kernel ( #39547 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
2026-04-11 07:16:51 -07:00
ShubyM and GitHub
92feb9991d
[Gemma4][Bugfix]: Enable Gemma4ForCasualLM to load lora adapters correctly ( #38844 )
...
Signed-off-by: ShubyM <shubymishra20@gmail.com >
2026-04-11 09:06:49 +00:00
d4cb783c10
[Bugfix] Fix GDN FLA kernel crashes with NULL_BLOCK_ID=0 CUDA graph padding ( #39064 )
...
Signed-off-by: Vibhav Agarwal <vibhavagarwal5@gmail.com >
Co-authored-by: vibhav-agarwal <vibhav.agarwal@glance.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-11 08:35:19 +00:00
Li, Jiang and GitHub
eb92ba740a
[CI/Build] Fix sentence-transformers version in CPU test ( #39557 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-04-11 07:04:25 +00:00
z1ying and GitHub
a3e750c0a5
[Misc] Update deprecation warning for --model flag ( #39518 )
...
Signed-off-by: Ziying Tao <tzzying@outlook.com >
2026-04-10 23:25:20 -07:00
Lee Yongjun and GitHub
da72daced2
[Bugfix] add SupportsMultiModal to Exaone4_5_MTP ( #39526 )
...
Signed-off-by: leeyongjun <jqueen.astro@gmail.com >
2026-04-10 22:57:26 -07:00
8d0aabdde9
Fix the order of _free_encoder_inputs ( #38907 )
...
Signed-off-by: Tianyu Guo <guoty9@mail2.sysu.edu.cn >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-10 22:47:48 -07:00
0f3ce4c74b
[XPU] Fix spec-decode UTs under tests/v1/spec_decode ( #38491 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-11 01:31:00 +00:00
Benjamin Chislett and GitHub
af661a182d
Revert "Add nightly b200 test for spec decode eagle correctness ( #38577 )" ( #39512 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-04-10 20:07:32 -04:00
Michael Goin and GitHub
7f0b8f2020
[Docs] Use --torch-backend=auto for editable install docs ( #39511 )
...
Signed-off-by: Michael Goin <mgoin64@gmail.com >
2026-04-10 15:27:02 -07:00
Michael Goin and GitHub
11e2375fe2
[Refactor] Move MXFP8 GEMM management into MxFp8LinearKernel ( #39205 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-04-10 14:02:03 -07:00
fc645f1acc
Add structure to requirements/ directory ( #39024 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-10 13:46:41 -07:00
Fynn Schmitt-Ulms and GitHub
2d80cf9d6e
Fix pre-commit labeled trigger system ( #39523 )
...
Signed-off-by: Fynn Schmitt-Ulms <fschmitt@redhat.com >
2026-04-10 13:54:49 -06:00
e7cfd7c5b9
Add Gemma4 Eagle3 support ( #39450 )
...
Signed-off-by: Rahul-Tuli <rtuli@redhat.com >
Signed-off-by: Fynn Schmitt-Ulms <fschmitt@redhat.com >
Co-authored-by: Rahul-Tuli <rtuli@redhat.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-10 12:35:35 -07:00
yzong-rh and GitHub
e816a8811f
[Bugfix] Fix FlashInfer crash with kv_cache_dtype_skip_layers ( #39002 )
...
Signed-off-by: Yifan Zong <yzong@redhat.com >
2026-04-10 18:50:47 +00:00
zhanqiuhu and GitHub
e281cb721c
[CI] Add MultiConnector (Nixl+Offloading) e2e edge case tests ( #39343 )
...
Signed-off-by: ZhanqiuHu <zhu@redhat.com >
2026-04-10 17:35:03 +00:00
Manu and GitHub
51cfc0e76c
perf(moe): add tuned fused_moe config for RTX PRO 6000 Blackwell Server Edition ( #39183 )
...
Signed-off-by: manu <fortin.emmanuel@gmail.com >
2026-04-10 11:32:42 -06:00
b87575d24b
feat: add logit_scale to PoolerConfig for affine score calibration ( #39435 )
...
Signed-off-by: Jesus Federico <jefp@amazon.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-10 17:21:14 +00:00
TJian and GitHub
42c6bb4b75
[ROCm] [AITER] Revert AITER version to v0.1.10.post3 ( #39509 )
...
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
2026-04-10 16:25:52 +00:00
Jee Jee Li and GitHub
ecd1ea1363
[Kernel] Porting the TRTLLM minimax_allreduce_rms kernels ( #37045 )
...
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-11 00:20:20 +08:00
zhrrr and GitHub
8f121f7879
[Model Runner V2] support auto resolve cudagraph mode/sizes based on attn backend ( #32936 )
...
Signed-off-by: zhuhaoran <zhuhaoran.zhr@alibaba-inc.com >
2026-04-10 08:27:15 -07:00
wang.yuqi and GitHub
cb5f7501cb
[New Model]: jinaai/jina-reranker-v3 ( #38800 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-10 15:20:40 +00:00
Peter Nguyen and GitHub
8d0f908b98
[Model] Implement LoRA support for Qwen3ASRForConditionalGeneration ( #37247 )
...
Signed-off-by: Peter Nguyen <petern0408@gmail.com >
2026-04-10 18:34:31 +04:00
Nicolò Lucchesi and GitHub
c9dddc144b
[CI] Add Nixl+OffloadingConnector e2e integration tests ( #39200 )
...
Signed-off-by: NickLucche <nlucches@redhat.com >
2026-04-10 21:40:40 +08:00
c1cc7344fb
[ROCm] Add RDNA 3.5/4 device IDs (gfx1150, gfx1151, gfx1201) ( #38455 )
...
Signed-off-by: rdondeti <ravitez.dondeti@gmail.com >
Signed-off-by: Ravitez Dondeti <ravitez.dondeti@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-10 11:35:07 +00:00
xaguilar-amd and GitHub
f976e3b98b
[Performance] Remove unnecessary zero-fill of MLA decode output tensor in Aiter backend ( #37539 )
...
Signed-off-by: xaguilar-amd <xaguilar@amd.com >
2026-04-10 11:27:35 +00:00
d468322dc1
[Kernel][Hardware][AMD] Add TritonW4A16LinearKernel for ROCm ( #37352 )
...
Signed-off-by: jatseng-ai <jatseng@amd.com >
Signed-off-by: jatseng-ai <janet.tseng@amd.com >
Signed-off-by: Matthias Gehre <matthias.gehre@amd.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Matthias Gehre <matthias.gehre@amd.com >
2026-04-10 10:25:27 +00:00
967146e7bd
[model] support FireRedLID ( #39290 )
...
Signed-off-by: PatchouliTaisa <patchychen@tencent.com >
Co-authored-by: PatchouliTaisa <patchychen@tencent.com >
2026-04-10 08:43:58 +00:00
8e8a3becd1
[ZenCPU] Make PT Backport Patch Accessible to vLLM ( #38205 )
...
Signed-off-by: Lalithnarayan C <Lalithnarayan.C@amd.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
2026-04-10 08:29:35 +00:00
1dfd64c1cc
[PluggableLayer][3/N] Apply PluggableLayer to llm_head and vocab embedding layer ( #33465 )
...
Signed-off-by: whx-sjtu <2952154980@qq.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-10 16:12:59 +08:00
ad720aefe9
[Bugfix] Fix V1 dummy run writing NaN to KV cache null block ( #39444 )
...
Signed-off-by: Elvir Crncevic <elvircrn@gmail.com >
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com >
2026-04-10 10:09:46 +02:00
milesial and GitHub
270e8a4102
Nemotron Nano VL: Streamline pixel shuffle ( #37580 )
...
Signed-off-by: milesial <milesial@users.noreply.github.com >
2026-04-10 07:31:19 +00:00
Richard Zou and GitHub
f44afef6d6
[compile] Allow strings in custom ops without regressing compilation times ( #38123 )
...
Signed-off-by: Richard Zou <zou3519@gmail.com >
2026-04-10 07:26:37 +00:00
447ce22212
[GGUF] Support non-standard quant types with prefix (e.g. UD-IQ1_S) ( #39471 )
...
Signed-off-by: Injae Ryou <injaeryou@gmail.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-10 07:22:53 +00:00
Chendi.Xue and GitHub
65e4e46f66
update CODEOWNERS file ( #39439 )
...
Signed-off-by: Chendi Xue <chendi.xue@intel.com >
2026-04-10 15:05:31 +08:00
49d20346e4
[Perf] Reduce H2D pageable memory copies ( #38794 )
...
Signed-off-by: jackcfwang <jackcfwang@tencent.com >
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-10 15:03:26 +08:00
Nick Hill and GitHub
ef076c1b73
[Core] Change max_model_len in EngineCoreReadyResponse to be non-None ( #39442 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-10 14:34:57 +08:00
Yan Ma and GitHub
ec68d53b2b
Add platform manual_seed_all API ( #38468 )
...
Signed-off-by: Yan Ma <yan.ma@intel.com >
2026-04-10 13:43:50 +08:00
Elham and GitHub
13e6b1b908
[BugFix][CPU] Add CPU profiler summary file output ( #38366 )
...
Signed-off-by: Elham Harirpoush <elham.harirpoush@arm.com >
2026-04-10 13:41:15 +08:00
Isotr0py and GitHub
58c0a928c9
[Bugfix] Fix broken explicit unquantized kv cache dtype support ( #38922 )
...
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-04-09 22:27:53 -07:00
3dd60971de
[feat]: make DCP error msg clearer ( #28443 )
...
Signed-off-by: vnadathur <glvikramn@gmail.com >
Signed-off-by: WorldExplored <srreyansh.sethi@gmail.com >
Signed-off-by: Srreyansh Sethi <107075589+WorldExplored@users.noreply.github.com >
Co-authored-by: vnadathur <glvikramn@gmail.com >
Co-authored-by: vnadathur <236933696+vnadathur@users.noreply.github.com >
2026-04-10 13:27:22 +08:00
Ronen Schaffer and GitHub
a5b17fba8f
[KV Offload] Implement shutdown() in OffloadingConnector and related classes ( #39182 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-04-10 08:06:22 +03:00
Cyrus Leung and GitHub
c48b2b83bd
[Mergify] Update model vendor auto-label rules ( #39312 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-10 04:25:37 +00:00
e7a1387e73
Add EXAONE-4.5 ( #39388 )
...
Signed-off-by: lkm2835 <lkm2835@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-09 20:53:26 -07:00
f83de7196f
[BugFix] Fix OOB read in CUTLASS grouped GEMM with epilogue ( #38571 )
...
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-09 23:52:52 -04:00
Ganesh R and GitHub
445a2a4d1a
feat(cpu): add CPU support for draft model speculative decoding ( #32662 )
...
Signed-off-by: R <Ganesh.R@amd.com >
2026-04-10 11:49:52 +08:00
Kunshang Ji and GitHub
55d037e2e5
[CT][FP8][Marlin] refactor CompressedTensorsW8A16Fp8 to use kernel abstraction ( #38244 )
...
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com >
2026-04-10 09:58:35 +08:00
Chauncey and GitHub
ecbfbb8d61
[Feature] Add auto-detection for reasoning_config when only reasoning_parser is set ( #38214 )
...
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com >
2026-04-10 01:36:26 +00:00
Chuan (Richard) Li and GitHub
e0613702ad
[ROCm] Fix AITER ops fake impl and minor bugs ( #36092 )
...
Signed-off-by: Li <chuali@amd.com >
2026-04-09 17:56:17 -07:00
Ibrahim Arshad and GitHub
9853a3c159
fix(gdn): Align prefill warmup with real prefill path ( #39169 )
...
Signed-off-by: Ibrahim Arshad <38925737+ibrahim1023@users.noreply.github.com >
2026-04-10 00:49:50 +00:00
Artem Perevedentsev and GitHub
bb6047db13
[Model][Perf] Enable checkpoints prefetching for Lustre FS by default ( #39422 )
...
Signed-off-by: Artem Perevedentsev <aperevedents@nvidia.com >
2026-04-10 00:47:59 +00:00
467d3247c3
[LMCache] vLLM Block Allocation Event ( #38856 )
...
Signed-off-by: yuwei <yuwei@dev.local >
Co-authored-by: yuwei <yuwei@dev.local >
2026-04-09 17:30:29 -07:00
Cyrus Leung and GitHub
e5de19ff9a
[CI/Build[ Don't auto-rebase PRs with CI failures ( #39443 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-09 13:57:37 -07:00
edee96519a
[Spec Decode] fix returning size mismatch on extract hidden states proposer ( #38610 )
...
Signed-off-by: Jaebok Lee <jaebok9541@naver.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-04-09 20:39:39 +00:00
Rishi Puri and GitHub
adaabb8a55
Add nightly b200 test for spec decode eagle correctness ( #38577 )
...
Signed-off-by: Rishi Puri <riship@nvidia.com >
2026-04-09 20:09:09 +00:00
Ekagra Ranjan and GitHub
f7cad67412
[ASR] Fix spacing bw chunks in multi chunk audio transcription ( #39116 )
...
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com >
2026-04-09 12:46:33 -07:00
Xinyu Chen and GitHub
a8134aef4e
[XPU] check is_xccl_available before oneccl warmup ( #39302 )
...
Signed-off-by: Xinyu Chen <xinyu1.chen@intel.com >
2026-04-09 12:42:17 -07:00
Michael Goin and GitHub
2800706f06
[Refactor] Move NVFP4 GEMM management into NvFp4LinearKernel ( #39129 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-04-09 15:05:36 -04:00
Cyrus Leung and GitHub
0d310ffbeb
[CI/Build] Update auto-rebase rule ( #39429 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-09 10:59:56 -07:00
Micah Williamson and GitHub
d5f75fdf50
[ROCm] Correctly guard fused_silu_mul_block_quant on ROCm ( #39387 )
...
Signed-off-by: Micah Williamson <micah.williamson@amd.com >
2026-04-09 17:59:03 +00:00
PikaPikachu and GitHub
827268e98d
[Quantization] Support Quark W8A8 INT8 MoE inference ( #36320 )
...
Signed-off-by: kangletian <Letian.Kang@amd.com >
2026-04-09 17:24:43 +00:00
Wentao Ye and GitHub
56e19d7ee2
[Model Runner V2] Fix flex attention kv blocks calculation issue ( #39353 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-09 13:07:43 -04:00
Andreas Karatzas and GitHub
9036d4c464
[ROCm][CI] Resolved nvidia package deps issue ( #39421 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-10 00:06:06 +08:00
a8c6ee9b78
[Performance Improvement] Update batched_count_greater_than to handle batch size 1 without recompile ( #38933 )
...
Signed-off-by: Lucas Kabela <lucaskabela@meta.com >
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
2026-04-09 23:51:31 +08:00
Cyrus Leung and GitHub
3b1d9c3156
[CI/Build] Fix memory cleanup in MM test ( #39411 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-09 08:50:45 -07:00
Cyrus Leung and GitHub
54d244f28f
[UX] Improve error message for MM input too long ( #39409 )
...
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-09 13:20:19 +00:00
Richard Zou and GitHub
6c749399b7
[BugFix] fix tests/kernels/moe/test_moe_layer.py ( #39404 )
...
Signed-off-by: Richard Zou <zou3519@gmail.com >
2026-04-09 08:48:59 -04:00
91eea72330
[Tests] Add Qwen3-VL multimodal memory leak check ( #39268 )
...
Signed-off-by: Lalit Laxminarayan Bangad <lalitbangad@gmail.com >
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk >
Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk >
2026-04-09 04:54:46 -07:00
df2503e125
nemotron-nano-vl: Allow use_audio_in_video to be passed at vllm serve time ( #38538 )
...
Signed-off-by: Andrii Skliar <askliar@nvidia.com >
Co-authored-by: Andrii Skliar <askliar@nvidia.com >
2026-04-09 11:44:39 +00:00
Nick Hill and GitHub
c8d98f81f6
[Core] Simplify API server handshake ( #39364 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-09 18:56:15 +08:00
Harry Mellor and GitHub
d87fb264df
[Docs] Bring README updates into docs README ( #39397 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-04-09 10:35:00 +00:00
wang.yuqi and GitHub
66c079ae83
[Frontend][4/n] Improve pooling entrypoints | pooling. ( #39153 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-09 10:09:45 +00:00
Shengqi Chen and GitHub
b6c9be509e
[CI] fix possible user permission issues in nightly index generation ( #39390 )
...
Signed-off-by: Shengqi Chen <harry-chen@outlook.com >
2026-04-09 08:14:07 +00:00
ed733802f0
Fix NUMA binding on non-CDMM Grace-Blackwell systems ( #39361 )
...
Signed-off-by: Qidong Su <soodoshll@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 07:36:51 +00:00
Andrew Barnes and GitHub
8a34c5087a
[ROCm] Remove unnecessary fp8 roundtrip in gather cache NHD dequant ( #39122 )
...
Signed-off-by: Bortlesboat <bortstheboat@gmail.com >
2026-04-09 15:12:22 +08:00
Wentao Ye and GitHub
ed2f282bc8
[Perf] Optimize redundant sync for pooling model, 3.7% Throughput Improvement ( #39113 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-08 23:12:23 -07:00
Zhewen Li and GitHub
9e78555743
[Docker] Add fastsafetensors to NVIDIA Dockerfile ( #38950 )
2026-04-08 22:21:37 -07:00
e80e633927
[XPU] Skip VLLM_BATCH_INVARIANT for XPU in EAGLE DP test ( #39164 )
...
Signed-off-by: sihao.li <sihao.li@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-09 12:45:16 +08:00
490f17d0c7
[Multimodal] Fix nested_tensors_equal: add length check for lists and tuple support ( #38388 )
...
Signed-off-by: khairulkabir1661 <khairulkabir1661@users.noreply.github.com >
Co-authored-by: khairulkabir1661 <khairulkabir1661@users.noreply.github.com >
2026-04-09 04:40:37 +00:00
Yongye Zhu and GitHub
2e98406048
[Refactor] Improve indexer decode path metadata preparation ( #38865 )
2026-04-08 20:49:15 -07:00
Chendi.Xue and GitHub
ef5a226819
[PD][HeteroArch]Fix accuracy issue with CPU_ATTN as Decoder and Flash_ATTN as prefiller ( #38935 )
...
Signed-off-by: Chendi Xue <chendi.xue@intel.com >
2026-04-09 11:19:07 +08:00
Wentao Ye and GitHub
aec18492d0
[CI] Fix mypy for vllm/v1/ops ( #39219 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-09 11:06:34 +08:00
2a49284c8a
Fix Responses JSON schema alias serialization ( #38519 )
...
Signed-off-by: noobhappylife <aratar1991@hotmail.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-04-09 10:50:16 +08:00
Ilya Boytsov and GitHub
d37b378762
[Model] Update ColModernVBERT to support latest HF checkpoint ( #39307 )
...
Signed-off-by: Ilya Boytsov <ilyaboytsov1805@gmail.com >
2026-04-09 10:48:51 +08:00
92fbec391b
[Bug] Fix routing bias dtype for trtllm per-block fp8 moe ( #38989 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com >
2026-04-08 19:42:43 -07:00
2f41d6c063
[Bugfix] Fix cpu-offload-gb assertion with non-default block sizes ( #36461 )
...
Signed-off-by: AjAnubolu <anuboluajay@gmail.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-04-08 19:42:16 -07:00
Dipika Sikka and GitHub
3aecdf08b4
[Gemma4] Support quantized MoE ( #39045 )
...
Signed-off-by: Dipika Sikka <dipikasikka1@gmail.com >
2026-04-08 21:57:53 -04:00
eb4205fee5
[UX] Integrate DeepGEMM into vLLM wheel via CMake ( #37980 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
Signed-off-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-08 18:56:32 -07:00
83aea2147f
[XPU][UT] update UTs in CI ( #39296 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
Signed-off-by: Kunshang Ji <jikunshang95@gmail.com >
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com >
Co-authored-by: Kunshang Ji <jikunshang95@gmail.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-09 09:38:16 +08:00
Maral and GitHub
2e9034c998
[W8A8 Block Linear Refactor][2/N] Remove W8A8Fp8BlockLinearOp and adopt Fp8 block linear kernel selections. ( #33892 )
...
Signed-off-by: maral <maralbahari.98@gmail.com >
Signed-off-by: Maral <maralbahari.98@gmail.com >
2026-04-09 08:50:39 +08:00
8332078cfd
[Bugfix] FlashInfer MXINT4 MoE crashes, missing do_finalize ( #39315 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
Signed-off-by: Benjamin Chislett <chislett.ben@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-08 20:36:33 -04:00
Richard Zou and GitHub
ba4a78eb5d
[torch.compile] Allow usage of Opaque Objects in PyTorch 2.11 ( #39286 )
...
Signed-off-by: Richard Zou <zou3519@gmail.com >
2026-04-08 23:21:10 +00:00
Kai Song and GitHub
f3c7941ec8
[Bugfix]Fix EP precision for Qwen3.5, Qwen3-Next ( #39181 )
...
Signed-off-by: Song Kai <songkai05@baidu.com >
2026-04-09 01:47:48 +04:00
Wentao Ye and GitHub
3352bf8b03
[CI Bug] Fix pre-commit issue in main ( #39347 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-08 14:10:05 -07:00
7c94ae16c6
[BugFix] --max-model-len=-1 causes over-limit requests to hang and starve the entire service ( #39102 )
...
Signed-off-by: triangle14 <y1019026570@gmail.com >
Signed-off-by: mgoin <mgoin64@gmail.com >
Co-authored-by: mgoin <mgoin64@gmail.com >
2026-04-08 14:03:17 -07:00
ad05edfbca
tests/v1/e2e/spec_decode: assert async scheduling is used (#39206 )
...
Signed-off-by: Rishi Puri <riship@nvidia.com >
Signed-off-by: Rishi Puri <puririshi98@berkeley.edu >
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Co-authored-by: Benjamin Chislett <chislett.ben@gmail.com >
Co-authored-by: Flora Feng <4florafeng@gmail.com >
2026-04-08 20:30:03 +00:00
Wentao Ye and GitHub
2018137242
[Feature] Batch invariant nvfp4 linear support ( #39322 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-08 16:29:13 -04:00
a776a48b1c
[MoE] Move DEEP_GEMM into experts/ subdirectory ( #39005 )
...
Signed-off-by: Jackmin801 <ongjackm@gmail.com >
Signed-off-by: Robert Shaw <robshaw@redhat.com >
Co-authored-by: Robert Shaw <robshaw@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-08 19:23:08 +00:00
8477fe427d
[Tool] adjust_request to reasoning parser, and Gemma4 fixes ( #39027 )
...
Signed-off-by: Ben Browning <bbrownin@redhat.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-04-08 19:04:04 +00:00
e24e0a43a4
[Attention] relax the head dim 512 and paged kv for sm90+FA4 ( #38835 )
...
Signed-off-by: Siyuan Fu <siyuanf@nvidia.com >
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
Co-authored-by: Lucas Wilkinson <lwilkins@redhat.com >
2026-04-08 18:23:18 +00:00
b55d830ec7
[Perf][Kernel] Persistent TopK scheduler: unified CUDAGraph-safe kernel with dynamic per-row dispatch - DeepSeek-V3.2 DSA decode ( #37421 )
...
Signed-off-by: LopezCastroRoberto <rocastro@redhat.com >
Signed-off-by: Roberto L. Castro <38211239+LopezCastroRoberto@users.noreply.github.com >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
Co-authored-by: Lucas Wilkinson <LucasWilkinson@users.noreply.github.com >
2026-04-08 13:35:57 -04:00
75e01a39a1
[Feature] NUMA binding support for GPU workers ( #38635 )
...
Signed-off-by: Shengqi Chen <harry-chen@outlook.com >
Co-authored-by: Jason Li <jasonlizhengjian@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-08 09:55:24 -07:00
Or Ozeri and GitHub
512c5eb455
[kv_offload+HMA][5/N]: Track group block hashes and block IDs ( #37109 )
...
Signed-off-by: Or Ozeri <oro@il.ibm.com >
2026-04-08 19:50:28 +03:00
Flora Feng and GitHub
13151a4df4
[Bugfix] Fix Gemma4 streaming tool call corruption for split boolean/number values ( #39114 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-08 16:46:27 +00:00
Gregory Shtrasberg and GitHub
56c976c1b5
[ROCm] Enable fused_silu_mul_block_quant on ROCm ( #38817 )
...
Signed-off-by: Gregory Shtrasberg <Gregory.Shtrasberg@amd.com >
2026-04-08 11:23:32 -05:00
d74a306c4b
[Core] Use tuple_return in split_module for tuple-conformant subgraphs ( #38752 )
...
Signed-off-by: Frederik Gossen <frgossen@meta.com >
Co-authored-by: Boyuan Feng <boyuan@meta.com >
2026-04-08 09:09:58 -07:00
Gregory Shtrasberg and GitHub
0e9f0a516c
[ROCm][CI-Build] Cherry pick triton BUFFER_OPS fix and update AITER ( #38580 )
...
Signed-off-by: Gregory Shtrasberg <Gregory.Shtrasberg@amd.com >
2026-04-08 10:38:03 -05:00
haosdent and GitHub
8904fc4d19
[Bugfix] Fix V1 logprobs empty strings for multi-byte UTF-8 tokens when logprobs > 0 ( #34875 )
...
Signed-off-by: haosdent <haosdent@gmail.com >
2026-04-08 15:30:00 +00:00
nemanjaudovic and GitHub
1a2c17634e
[Bugfix] Add missing ASRDataset import and CLI args in benchmarks/throughput.py ( #38114 )
...
Signed-off-by: nemanjaudovic <nudovic@amd.com >
2026-04-08 13:53:53 +00:00
Matthew Bonanni and GitHub
308cec5864
[FlashAttention] Symlink FA4 instead of copying when using VLLM_FLASH_ATTN_SRC_DIR ( #38814 )
...
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com >
2026-04-08 12:04:34 +00:00
wang.yuqi and GitHub
4e2ab1861d
[CI Failure] pin nomic-embed-text-v1 revision ( #39292 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-04-08 11:43:06 +00:00
140cbb1186
[Bugfix] Cuda Clean up scales Kvcache fp8/int8_per_token_head ( #39224 )
...
Signed-off-by: JartX <sagformas@epdcenter.es >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
2026-04-08 04:08:04 -07:00
6155bbd1dd
[Bugfix][Docs] Fix ReadTheDocs build crash from mocked torch decorator ( #39284 )
...
Signed-off-by: khluu <khluu000@gmail.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 09:43:01 +00:00
rasmith and GitHub
78434b923c
[CI][AMD][BugFix][Kernel] Cast induction variable to int64 on MI350 for chunk_gated_delta_rule_fwd_kernel_h_blockdim64 to avoid illegal memory access ( #39087 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-08 16:57:18 +08:00
Michael Goin and GitHub
2488d1dca2
[Docs] Update README ( #39251 )
...
Signed-off-by: mgoin <mgoin64@gmail.com >
2026-04-08 11:34:07 +08:00
yoke and GitHub
d734445fcd
[Bugfix][Frontend] Fix Gemma4 streaming HTML duplication after tool calls ( #38909 )
...
Signed-off-by: yoke233 <yoke2012@gmail.com >
2026-04-08 11:03:54 +08:00
Flora Feng and GitHub
927975ead8
[Parser] Migrate response api streaming to unified parser ( #38755 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
Signed-off-by: Andrew Xia <axia@meta.com >
2026-04-08 10:09:00 +08:00
Flora Feng and GitHub
9ea7d670d8
[Bugfix] Fix Qwen3 tool parser for Responses API tools ( #38848 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-08 10:08:51 +08:00
7b80cd8ac3
[Docs] Add Phi-4-reasoning-vision to supported models + examples ( #39232 )
...
Signed-off-by: Varun Sundar Rabindranath <vsundarr@redhat.com >
Co-authored-by: Varun Sundar Rabindranath <vsundarr@redhat.com >
2026-04-08 02:02:26 +00:00
Andrey Talman and GitHub
2111997f96
[release 2.11] Update to torch 2.11 ( #34644 )
2026-04-07 18:55:48 -07:00
Flora Feng and GitHub
5af684c319
[CI] Add reasoning parser tests to CI ( #37025 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-08 00:57:36 +00:00
Md. Mekayel Anik and GitHub
d521dcdbcc
docs: clarify SMT and OMP acronyms in CpuPlatform ( #39085 )
2026-04-07 17:42:07 -07:00
Giancarlo Delfin and GitHub
5daf62271d
[Model Runner V2] Fuse probabilistic rejection sample kernels ( #38496 )
...
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
2026-04-07 17:37:37 -07:00
ad3304425b
[XPU] add xpu backend implementation of mxfp8 quant ( #38682 )
...
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-08 08:30:35 +08:00
Lucas Wilkinson and GitHub
70406eb1dc
[Attention][V0 Deprecation] Deprecate accept output buffer ( #39125 )
...
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
2026-04-07 17:14:58 -04:00
Yubo Wang and GitHub
08bfedc152
[Bugfix] Fix extract_hidden_states crash with quantized KV cache dtype ( #39160 )
...
Signed-off-by: Yubo Wang <yubowang2019@gmail.com >
2026-04-07 11:18:33 -07:00
Flora Feng and GitHub
0102bd2f4c
[Parser] Pass request.tools to tool parser ( #38860 )
...
Signed-off-by: sfeng33 <4florafeng@gmail.com >
2026-04-08 01:36:21 +08:00
rasmith and GitHub
83d09d36b5
[CI][Bugfix][AMD][ Ensure weights created when using emulating OCP MXFP4 ( #36993 )
...
Signed-off-by: Randall Smith <Randall.Smith@amd.com >
2026-04-08 00:37:16 +08:00
92b9afeecd
[XPU] Quick fix for TritonMLA to remove cuda hardcode ( #39088 )
...
Signed-off-by: Chendi Xue <chendi.xue@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-04-08 00:17:58 +08:00
Jinzhen Lin and GitHub
7310555482
[Bugfix] Fix marlin nvfp4 rescaling ( #37502 )
...
Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com >
2026-04-07 08:57:17 -07:00
96b5004b71
[KVConnector] Support 3FS KVConnector ( #37636 )
...
Signed-off-by: wuchenxin <wuchenxin.wcx@alibaba-inc.com >
Signed-off-by: ibifrost <47308427+ibifrost@users.noreply.github.com >
Co-authored-by: Simon Mo <simon.mo@hey.com >
2026-04-07 15:46:00 +00:00
kkyyxhll and GitHub
98e1a43af7
[Bugfix][Quantization] Fix PerTensorScale loading with tuple shard_id in MergedColumnParallelLinear ( #38517 )
...
Signed-off-by: loukang <loukang@xiaohongshu.com >
2026-04-07 11:16:26 -04:00
729eb59f60
[KVConnector]: prioritize external connector over internal registry ( #38301 )
...
Signed-off-by: baoloongmao <baoloongmao@tencent.com >
Co-authored-by: Chauncey <chaunceyjiang@gmail.com >
2026-04-07 15:03:11 +00:00
Ilya Boytsov and GitHub
6e1100889e
fix(test): recompute Jina ColBERT rotary inv_freq cleared by transformers v5 weight loader ( #39176 )
...
Signed-off-by: Ilya Boytsov <ilyaboytsov1805@gmail.com >
2026-04-07 22:40:55 +08:00
edcc37a8ce
Fix Mistral yarn warning in Transformers v5 ( #37292 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
Co-authored-by: Julien Denize <40604584+juliendenize@users.noreply.github.com >
2026-04-07 13:23:33 +00:00
Harry Mellor and GitHub
79df4a794d
Automatically add links to API docs for matching strings in docs ( #37434 )
...
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com >
2026-04-07 21:21:18 +08:00
Ronen Schaffer and GitHub
7c139ab23f
[KV Offload] Clean up ARC/LRU refactoring leftovers: group ARC tests and fix stale comment ( #38217 )
...
Signed-off-by: Ronen Schaffer <ronen.schaffer@ibm.com >
2026-04-07 15:14:45 +03:00
Wei Zhao and GitHub
0be9516ea4
[Bug] Fix Trtllm Fp8 MoE Weight Shuffle Memory Fragamentation ( #39054 )
...
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com >
2026-04-07 08:04:08 -04:00
Kyle Mylonakis and GitHub
7b9de7c892
[Bugfix] Correct mistake in chained comparison in static assert logic ( #38699 )
...
Signed-off-by: Kyle Mylonakis <kyle@protopia.ai >
2026-04-07 18:24:39 +08:00
Rohan Potdar and GitHub
dd9342e6bc
only patch runtime_env for torch >= 2.10 ( #38763 )
...
Signed-off-by: Rohan138 <rohanpotdar138@gmail.com >
2026-04-07 09:29:23 +00:00
8060bb0333
[vLLM IR] rework gemma_rms_norm ( #39014 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
Signed-off-by: Jiangyun Zhu <riverclouds.zhu@qq.com >
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com >
2026-04-07 01:37:00 -07:00
Rishapveer Singh and GitHub
da4c0e4db9
[Model] Use AutoWeightsLoader for FalconH1 ( #39092 )
...
Signed-off-by: Rishapveer Singh <215205492+rishaps@users.noreply.github.com >
2026-04-07 16:25:17 +08:00
Netanel Haber and GitHub
a9a0e0551f
nano-nemotron-vl: get_mm_max_tokens_per_item for audio, video, image == seq_len ( #38727 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-04-07 00:23:29 -07:00
Andrew Barnes and GitHub
5c35517a3e
[ROCm] Remove unused IS_FNUZ parameter from reshape_and_cache_shuffle_kernel ( #39123 )
...
Signed-off-by: Bortlesboat <bortstheboat@gmail.com >
2026-04-07 07:17:59 +00:00
Andreas Karatzas and GitHub
a435e3108d
[ROCm][CI] Fix test repo-root assumptions ( #39053 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-07 13:36:21 +08:00
Andreas Karatzas and GitHub
2df2c85be4
[Kernels][MoE] Fix legacy_routing to use bitmatrix-based routing path ( #38504 )
...
Signed-off-by: Andreas Karatzas <akaratza@amd.com >
2026-04-07 10:57:09 +08:00
Nick Hill and GitHub
62095e82c1
[BugFix][MRV2] Fix cuda event reuse race ( #39115 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-04-07 00:21:09 +00:00
bnellnm and GitHub
b2b2c5239e
[MoE Refactor] Split up compressed_tensors_moe.py ( #38960 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
2026-04-06 20:07:54 -04:00
00d7b497b3
[NVFP4] Support NVFP4 dense models from modelopt and compressed-tensors on AMD Instinct MI300, MI355X and Hopper through emulation ( #35733 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
Signed-off-by: fxmarty-amd <felmarty@amd.com >
Co-authored-by: Kyle Sayers <kylesayrs@gmail.com >
2026-04-06 16:18:27 -06:00
Matthew Bonanni and GitHub
9c81f35b1a
[Attention][MLA] Re-enable FA4 as default MLA prefill backend ( #38819 )
2026-04-06 17:51:46 -04:00
Woosuk Kwon and GitHub
f186cfe75e
[MRV2] Fix hanging issue with DeepSeek V3.2 by setting skip_attn=False ( #39098 )
...
Signed-off-by: WoosukKwon <woosuk.kwon@berkeley.edu >
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai >
2026-04-06 12:55:13 -07:00
Netanel Haber and GitHub
dfa5062a8f
NemotronH default mamba_ssm_cache_dtype=float32; enable auto-hook for NemotronHNanoVLV2Config ( #39032 )
...
Signed-off-by: Netanel Haber <58652339+netanel-haber@users.noreply.github.com >
2026-04-06 19:47:46 +00:00
e8ebbdde83
[Quantization] Add FlashInfer CuteDSL batched experts backend for NVFP4 MoE ( #38251 )
...
Signed-off-by: Yongye Zhu <zyy1102000@gmail.com >
Co-authored-by: Michael Goin <mgoin64@gmail.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-04-06 11:57:53 -07:00
namgyu-youn and GitHub
94fbb09894
[EASY] Drop duplicate KV-cache initialization ( #38799 )
...
Signed-off-by: namgyu-youn <namgyu.dev@gmail.com >
2026-04-06 18:05:39 +00:00
Wentao Ye and GitHub
419e73cdfa
[Bug] Fix mistral version dependency ( #39086 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-06 13:31:19 -04:00
f01482408c
[MoE Refactor][Test] FusedMoE layer test ( #24675 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-06 17:17:23 +00:00
zhanqiuhu and GitHub
bfdc0a3a99
[NIXL][Mamba][3/N] Heterogeneous TP: 3-read conv state transfer ( #37635 )
2026-04-06 19:07:02 +02:00
93bada494f
[MoE Refactor] Split of DefaultMoERunner class ( #35326 )
...
Signed-off-by: Bill Nell <bnell@redhat.com >
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com >
2026-04-06 12:41:59 -04:00
Frederik Gossen and GitHub
608914de30
[Core] Re-enable Inductor pre-grad passes in standalone compile (torch>=2.12) ( #38944 )
...
Signed-off-by: Frederik Gossen <frgossen@meta.com >
2026-04-06 09:37:13 -07:00
Wentao Ye and GitHub
4ae218c122
[Refactor] Remove unused dead code ( #38842 )
...
Signed-off-by: yewentao256 <zhyanwentao@126.com >
2026-04-06 11:52:05 -04:00
Lukas Geiger and GitHub
f40d9879f2
[Models][GDN] Remove GPU/CPU syncs in GDNAttentionMetadata.build during speculative decoding ( #38047 )
...
Signed-off-by: Lukas Geiger <lukas.geiger94@gmail.com >
2026-04-06 15:39:37 +00:00
Lucas Wilkinson and GitHub
47e605092b
[Gemma4] Enable Fast Prefill Optimization ( #38879 )
...
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com >
2026-04-06 11:19:39 -04:00
Walter Beller-Morales and GitHub
e69a265135
[Feat][Core] safely abort requests when FSM fails to advance ( #38663 )
...
Signed-off-by: walterbm <walter.beller.morales@gmail.com >
2026-04-06 08:00:16 -07:00
Julien Denize and GitHub
fef56c1855
[Mistral Grammar] Support Grammar Factory ( #38150 )
...
Signed-off-by: juliendenize <julien.denize@mistral.ai >
2026-04-06 10:28:51 -04:00