Tyler Michael Smith and Claude
5c846ccbda
[CI] Inline env vars lost by CONTINUE_ON_FAILURE subshell wrapping
...
Postmerge/nightly/daily builds set CONTINUE_ON_FAILURE=1, which wraps
each YAML command in `(cmd) || CI_OVERALL_STATUS=1`. A standalone
`export VAR=val` executes inside the subshell and the variable is
immediately lost — subsequent commands never see it.
This caused real failures (model_executor fastsafetensors crash from
missing VLLM_WORKER_MULTIPROC_METHOD=spawn) and silent coverage gaps
(rust_frontend tests silently running the Python frontend because
VLLM_USE_RUST_FRONTEND=1 was never set).
Fix: inline env vars as command prefixes (`VAR=val command`) instead
of standalone `export` lines across all 11 affected CI YAML files.
Co-authored-by: Claude <noreply@anthropic.com >
Signed-off-by: Tyler Michael Smith <tyler@tylermsmith.com >
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com >
2026-06-22 17:53:18 -04:00
f2069b005b
[Pooling] Validate non-negative rerank top_n ( #46119 )
...
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-06-22 11:40:47 -04:00
Martin Hickey and GitHub
ccd49f6821
[MyPy] Fix mypy for vllm/lora ( #41722 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com >
2026-06-22 10:57:09 -04:00
Li, Jiang and GitHub
1c7bc18318
[Bugfix][CPU] Fix CPU model runner v2 ( #46365 )
...
Signed-off-by: jiang1.li <jiang1.li@intel.com >
2026-06-22 22:52:05 +08:00
AlexHuang and GitHub
9a938df64e
[Test][KV Offloading] Add unit tests for OffloadingSpecFactory and SecondaryTierFactory ( #46355 )
...
Signed-off-by: Alex <alex.tech.lab@outlook.com >
2026-06-22 17:45:04 +03:00
Liangliang Ma and GitHub
3da4a1b124
[XPU] add awq format for INCXPULinear ( #43404 )
...
Signed-off-by: Ma, Liangliang <liangliang.ma@intel.com >
2026-06-22 22:29:13 +08:00
6871738777
[Doc] Document pull request limit ( #46376 )
...
Signed-off-by: simon-mo <simon.mo@hey.com >
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-06-22 14:04:56 +00:00
Yifan Qiao and GitHub
aa4990a9a2
[Attention] Re-enable cross-layer KV cache layout for MLA via stride-aware kernels ( #45111 )
...
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
2026-06-22 06:57:02 -07:00
a4610da0c6
[docs] link security docs from AGENTS ( #46373 )
...
Add a security-review routing sentence to AGENTS.md that points agents to SECURITY.md, docs/usage/security.md, and docs/contributing/vulnerability_management.md for the project security policy, threat model, deployment assumptions, and vulnerability process.
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-06-22 06:28:25 -07:00
liuzhenwei and GitHub
09cdcf34aa
[XPU] update nixl to v1.2.0 ( #46327 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-06-22 20:55:06 +08:00
d2c671c29b
[CPU][RISC-V] Add RVV micro GEMM for WNA16 ( #44324 )
...
Signed-off-by: wcy <233313160abc@gmail.com >
Co-authored-by: Li, Jiang <jiang1.li@intel.com >
2026-06-22 12:53:54 +00:00
xiangdong and GitHub
b5a2adec4b
[XPU][CI]Skip v1/spec_decode/test_speculators_correctness.py in intel GPU nightly ( #46356 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-06-22 19:30:41 +08:00
78739e3bda
[Bugfix] Reject matryoshka embedding dimensions above hidden size ( #46313 )
...
Signed-off-by: EazyReal <8047065+EazyReal@users.noreply.github.com >
Co-authored-by: EazyReal <8047065+EazyReal@users.noreply.github.com >
2026-06-22 10:16:35 +00:00
Tuukka Sarvi and GitHub
89accad2cc
[ROCm][DSV4] Disable TileLang MHC dispatch on gfx942 ( #45931 )
...
Signed-off-by: Tuukka Sarvi <tuukka.sarvi@amd.com >
2026-06-22 09:26:54 +00:00
3c8e49596c
[Model] ColQwen3.5: fix retrieval correctness (bias + bidirectional) ( #46108 )
...
Signed-off-by: Athrael Soju <athrael.soju@gmail.com >
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-22 17:25:54 +08:00
cec2ec1176
[Bugfix] Avoid racy accepted counts in async spec decode ( #45100 )
...
Signed-off-by: Weiwei Sun <68775773+sunnweiwei@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com >
2026-06-22 08:53:16 +00:00
liuzhenwei and GitHub
435f82d61a
[Bugfix] Fix Llama4ForCausalLM initialization test failure ( #46341 )
...
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com >
2026-06-22 08:40:43 +00:00
Roger Wang and GitHub
1c4b51b990
Temporarily skip M3 on CI ( #46352 )
...
Signed-off-by: Roger Wang <hey@rogerw.io >
2026-06-22 01:35:31 -07:00
2e2c47928b
[Doc] Update MiniMax-M3 ( #45940 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
Signed-off-by: Roger Wang <hey@rogerw.io >
Co-authored-by: Jiangyun Zhu <riverclouds.zhu@qq.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-06-22 01:23:27 -07:00
80abe0de7d
[Rust Frontend] Support thinking_token_budget for chat and completions ( #46137 )
...
Co-authored-by: Bugen Zhao <i@bugenzhao.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Signed-off-by: RickyChen / 陳昭儒 <ricky.chen@infinirc.com >
Signed-off-by: Bugen Zhao <i@bugenzhao.com >
2026-06-22 16:00:02 +08:00
a9f7b2d41c
[feature][kv_offload] Self-describing KV events for OffloadingConnector ( #43468 )
...
Signed-off-by: Change72 <changg@nvidia.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-22 07:27:46 +00:00
d14e551a53
[Model] Remove MiniMaxText01, MiniMaxVL01, MiniMaxForCausalLM ( #45993 )
...
Signed-off-by: Xianbao QIAN <xianbao.qian@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-06-22 15:20:46 +08:00
68567ef2df
[CPUOffloadingManager] Maintain evictable list in LRUCachePolicy ( #46216 )
...
Signed-off-by: <>
Co-authored-by: Varun Sundar Rabindranath <varun-sundar-rabindranath@h100-01.nemg-001.lab.rdu2.dc.redhat.com >
2026-06-22 06:54:44 +00:00
6bc6f2d86d
[1/N][Core] add partial prefix cache primitives ( #45939 )
...
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com >
Co-authored-by: Yifan Qiao <yifanqiao@inferact.ai >
2026-06-21 23:43:10 -07:00
wang.yuqi and GitHub
1eb2cc961e
[Frontend] Refactor ServingTokenization entrypoint. ( #46022 )
...
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io >
2026-06-22 06:27:58 +00:00
31124749d1
[Bugfix] [Rust Frontend] Fix stop string truncation with repeated matches ( #46113 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Signed-off-by: reidliu41 <reid201711@gmail.com >
2026-06-22 14:11:29 +08:00
Ma Jian and GitHub
9037498c22
[DSV4][XPU] Pass gemm1_clamp_limit to XpuFusedMoe ( #44517 )
...
Signed-off-by: Ma Jian <jian1.ma@intel.com >
2026-06-22 12:57:10 +08:00
db32b53e30
[SpecDecode] Support DFlash with FlashInfer ( #43081 )
...
Signed-off-by: gss <2783977641@qq.com >
Co-authored-by: gss <2783977641@qq.com >
2026-06-22 04:55:30 +00:00
xiangdong and GitHub
b529bfd6c5
[XPU][CI] Add agent_tags for Intel GPU CI ( #45768 )
...
Signed-off-by: zengxian <xiangdong.zeng@intel.com >
2026-06-22 10:33:17 +08:00
Micah Williamson and GitHub
f3df7a7231
[ROCm][CI] Enable kv_connector unit tests on ROCm ( #45955 )
...
Signed-off-by: Micah Williamson <micah.williamson@amd.com >
2026-06-22 05:08:44 +03:00
485bbe1c6f
[CI] Fix missing tp_size attribute on RoutedExperts ( #46163 )
...
Signed-off-by: Felix Marty <Felix.Marty@amd.com >
Co-authored-by: Andreas Karatzas <akaratza@amd.com >
2026-06-21 18:46:49 -06:00
Matt and GitHub
a19ff2218a
[Hardware][AMD][CI] Fix Spec Decode Eagle test group ( #46018 )
...
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com >
2026-06-21 17:40:02 -05:00
Matt and GitHub
4f0d0049a0
[Hardware][AMD][CI] Fix Kernels Attention test groups ( #46080 )
...
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com >
2026-06-21 17:10:51 -05:00
13b83d77ad
[ROCm][CI] skip test_double_aiter_rms_quant_fusion ( #45967 )
...
Signed-off-by: charlifu <charlifu@amd.com >
Co-authored-by: Andreas Karatzas <akaratza@amd.com >
2026-06-21 16:53:11 -05:00
Matt and GitHub
50241602fd
[Hardware][AMD][CI] Fix gfx942 Kernels MoE test group ( #46298 )
...
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com >
2026-06-21 16:45:37 -05:00
Ting SUN and GitHub
12fe2a9aac
[Bugfix][Qwen3-VL] Fix multi-video crash with list-valued fps/num_frames ( #46305 )
...
Signed-off-by: Ting Sun <suntcrick@gmail.com >
2026-06-21 14:31:23 -07:00
Benjamin Chislett and GitHub
89bd2c14d3
[Spec Decode] Add Qwen3 architecture support for EAGLE3 ( #43132 )
...
Signed-off-by: Benjamin Chislett <bchislett@nvidia.com >
2026-06-21 13:55:26 -07:00
ZedongLiu and GitHub
9c450b1027
[Kernel][Bugfix] Fix INT8 per-token-head KV cache rounding in Triton reshape-and-cache ( #45361 )
...
Signed-off-by: ZedongLiu <113341356+Zedong-Liu@users.noreply.github.com >
2026-06-21 15:59:40 -04:00
635c38338a
[Multimodal] Add Qwen2-VL/Qwen2.5-VL processor-mapped video loader ( #45555 )
...
Signed-off-by: Ranran <hzz5361@psu.edu >
Signed-off-by: Ranran Haoran Zhang <ranzhang@redhat.com >
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Isotr0py <mozf@mail2.sysu.edu.cn >
2026-06-21 18:56:50 +00:00
c441ad1c07
[KV Offloading] Add labeled metrics support ( #45957 )
...
Signed-off-by: srinivas_oo7 <sklinkedin0120@gmail.com >
Co-authored-by: srinivas_oo7 <sklinkedin0120@gmail.com >
2026-06-21 18:04:01 +00:00
Jee Jee Li and GitHub
745bba5ea8
[Model]Fix MiniMaxM2ForCausalLM perf regression ( #45935 )
...
Signed-off-by: Jee Jee Li <jeejeelee@inferact.ai >
2026-06-22 00:28:52 +08:00
2cac89f9da
[Spec Decode] Support mixed KV page sizes for DFlash ( #45181 )
...
Signed-off-by: Alex Steiner <asteiner@nvidia.com >
Signed-off-by: Giancarlo Delfin <gdelfin@inferact.ai >
Signed-off-by: Yifan Qiao <yifanqiao@inferact.ai >
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
Co-authored-by: Giancarlo Delfin <gdelfin@inferact.ai >
Co-authored-by: Yifan Qiao <yifanqiao@inferact.ai >
2026-06-21 22:45:14 +08:00
3e6e33526d
[Disagg] return routed_experts on streaming generate responses ( #44638 )
...
Signed-off-by: aoshen02 <aoshen@inferact.ai >
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
Co-authored-by: Roger Wang <hey@rogerw.io >
2026-06-21 07:37:10 -07:00
b91b7726e0
[ROCm][P/D] Support MiniMax-M3 mixed KV layouts in MoRIIO READ mode ( #46039 )
...
Signed-off-by: Jun Kang Chow <junkangchow@gmail.com >
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com >
Co-authored-by: Hongxia Yang <hongxia.yang@amd.com >
Co-authored-by: Tan Pin Siang <tanpinsiang@gmail.com >
Co-authored-by: vllmellm <vllm.ellm@embeddedllm.com >
Co-authored-by: Chun Fang <chun.fang@amd.com >
Co-authored-by: TianDi101 <ditian12@amd.com >
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com >
Co-authored-by: tjtanaa <tunjian.tan@embeddedllm.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-06-21 12:55:19 +00:00
Palaiologos1453 and GitHub
d3ad8e8bcd
[Bugfix] Defer offload reads while transfers are pending ( #46231 )
...
Signed-off-by: test test <2260891073@qq.com >
2026-06-21 14:30:13 +03:00
b80ce9dd2f
[CI][test] Replace InternVL2-1B with InternVL3-1B in test_pipeline_parallel.py ( #46241 )
...
Signed-off-by: wentian-byte <192079369+wentian-byte@users.noreply.github.com >
Co-authored-by: wentian-byte <192079369+wentian-byte@users.noreply.github.com >
2026-06-21 15:11:19 +08:00
b5495cc5f9
Fix memory pointer overflow in Mamba state buffers ( #44665 )
...
Signed-off-by: Shifani Rajabose <shifani.rajabose@intel.com >
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com >
2026-06-21 14:00:50 +08:00
Ting SUN and GitHub
183a430c13
[Bugfix][Model Runner V2] Fix min_tokens off-by-one in the V2 GPU sampler ( #46243 )
...
Signed-off-by: Ting Sun <suntcrick@gmail.com >
2026-06-21 05:06:49 +00:00
Matt and GitHub
a346d589f5
[Bugfix] Fix NVFP4/OCP MX MoE emulation ( #46254 )
...
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com >
2026-06-20 23:13:10 -05:00
Nick Hill and GitHub
7df3d7dada
[Core] Ensure memory is pinned prior to async h2d copy ( #45424 )
...
Signed-off-by: Nick Hill <nickhill123@gmail.com >
2026-06-20 20:02:24 -07:00