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