Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
700 commits
Select commit Hold shift + click to select a range
7198940
[Model] Add Moondream3 model support(only query and caption skills) (…
sniper35 May 1, 2026
415a879
[KV Offload] Use `Collection` instead of `Sequence/Iterable` for Offl…
ronensc May 1, 2026
b542bdf
[Bugfix] Disable FlashInfer CUTLASS MoE on SM110 (Jetson Thor AGX) (#…
stecasta May 1, 2026
6b6ac6c
[Kernel][MoE] Support GELU on TRT-LLM NvFP4 fused MoE for Gemma4 (#41…
juhi10071998 May 1, 2026
941fb50
[kv_offload+HMA][12/N]: Scheduler-side support for sliding window gro…
orozery May 1, 2026
947138b
Add nvfp4 kv cache support (#40177)
sychen52 May 1, 2026
c3868bb
[compile] Add FlashInfer FP8 async TP fusion and preserve allreduce …
baonudesifeizhai May 1, 2026
a076426
[Bugfix] Pass reasoning parser kwargs to structured output (#41199)
BugenZhao May 1, 2026
32964e7
[ROCm][CI] Upgraded UCX and RIXL (#41210)
AndreasKaratzas May 1, 2026
a3ec4a3
[Bugfix][Metrics] Fix RayPrometheusMetric.labels() returning shared l…
eicherseiji May 1, 2026
0dbaf9d
Refractor longcat loading to use AutoWeightsLoader (#41448)
Yuyi-Ao May 1, 2026
7075df7
[ROCm] Enable DBO (Dynamic Batch Optimization) on ROCm (#34726)
raviguptaamd May 1, 2026
2fa1f8e
[kv_offload+HMA][13/N]: Enable HMA support (#41445)
orozery May 1, 2026
4f7bde5
[Kernel] Pack output and LSE in DCP A2A (#41160)
sungsooha May 1, 2026
c3e6469
[Perf] Warmup forward_native sampler kernel (#41375)
arpera May 1, 2026
bc635fa
[ROCm][Deepseek] dsv3.2 further optimization (#41217)
ganyi1996ppo May 1, 2026
529c671
[ROCm][FEAT] AITER Fused Allreduce + RMSNorm (#37646)
vllmellm May 1, 2026
3ccc1ff
[Eval][CI] Add basic mrcr eval to tests/evals/ (#40164)
mgoin May 1, 2026
5129579
[Model Runner V2] Add `logprob_token_ids` support (#40559)
yewentao256 May 1, 2026
f3fef12
[Attention] Abstract the MLA prefill backends and eliminate cuDNN (#3…
MatthewBonanni May 1, 2026
a9484da
[Perf] Intergrate Tile Kernels `head_compute_mix_kernel` for Deepseek…
Isotr0py May 1, 2026
bcf5cac
[DSV4] Add knob to enable pre-attn gemm (#41443)
zyongye May 1, 2026
edd60ac
[Bugfix] Fix persistent_topk inter-CTA init race on RadixRowState (#4…
zyongye May 1, 2026
0c99629
[Build] Make bundled DeepGEMM wheel portable across Python versions (…
mgoin May 1, 2026
5737770
Re-enable allreduce rms fusion for DP / PP (#41458)
andylolu2 May 1, 2026
c408fdd
[Fix] Sync gemma4 chat template from hf (#39570)
FredericOdermatt May 2, 2026
964a4bc
[MM][CG] Support ViT CG for Qwen2.5-VL (#40830)
johncalesp May 2, 2026
3e49479
Limit concurrency on `test_transcription_api_correctness.py` (#41478)
ekagra-ranjan May 2, 2026
d58c42e
[vLLM IR] 2/N fused_add_rms_norm and maybe_inplace overload (#36823)
ProExpertProg May 2, 2026
c293ccc
[ROCm][Bugfix] Fix init-time bias dtype cast when gate.out_dtype is N…
rbrugaro-amd May 2, 2026
ae3b4de
[Doc] Add Codex usage example (#41358)
chaunceyjiang May 2, 2026
8586369
Refactor Step3Text loading to use AutoWeightsLoader (#41492)
mcsantiago May 2, 2026
c3ad791
[Bugfix][Gemma 4] Clamp soft-token estimate to max_soft_tokens (#40796)
hnt2601 May 2, 2026
cfd2573
[Build] Switch CUDA 13.0 wheel builds to PyTorch manylinux_2_28 base …
mgoin May 2, 2026
0a9362d
Revert "[Build] Make bundled DeepGEMM wheel portable across Python ve…
mgoin May 2, 2026
4f7309f
[CI] Add ci-fetch-log.sh helper for Buildkite job logs (#41517)
mgoin May 2, 2026
1c607d7
[DSV4] Guard megamoe flag with Pure TP (#41522)
zyongye May 2, 2026
856ec48
[DSv4] Tune default value of `VLLM_MULTI_STREAM_GEMM_TOKEN_THRESHOLD`…
ywang96 May 3, 2026
08834cc
[Quantization] add humming mxfp4 moe backend (#41083)
jinzhen-lin May 3, 2026
e6ff3e9
[MRV2] Add shutdown() method (#41297)
WoosukKwon May 3, 2026
54dc64d
[Doc] Add Qwen3-30B-A3B-Thinking-2507-FP8 to batch invariance verifie…
taneem-ibrahim May 3, 2026
c51df43
Disable flashinfer autotune temporarily due to correctness issues (#4…
wzhao18 May 3, 2026
cb03fee
[Bugfix][Ray] Fix RayExecutorV2 actor name collision with DP > 1 (#40…
tomeras91 May 3, 2026
db9a84e
[Bugfix] Fix FP8 Bias Loading (#41424)
alex-jw-brooks May 3, 2026
66dfee7
[Bugfix] Fix degenerate KV cache stride causing TMA cudaErrorIllegalI…
the-david-oy May 3, 2026
894a025
[Bench] Forward --seed to CustomDataset and CustomMMDataset shuffle (…
Aktsvigun May 4, 2026
67058ca
[CI] Clean up remote servers on pytest parent exit (#41570)
AndreasKaratzas May 4, 2026
c103c02
[Transformers v5] Vendor HCXVisionConfig for compatibility (#38447)
HanFa May 4, 2026
01d4d1a
[ROCm][CI] Align spec decode logprob test prefill settings (#41335)
AndreasKaratzas May 4, 2026
6ec9bbe
[CI] Stabilize cpu offload compressed tensors test (#41102)
AndreasKaratzas May 4, 2026
6f53753
[Bugfix] Apply ruff-format to hyperclovax.py (#41620)
stecasta May 4, 2026
62ba751
Revert "[Doc] Fix RTD build: pytorch.org/docs/stable/objects.inv retu…
stecasta May 4, 2026
8decbfa
Test nemotron nano-v2 and nemotron nano-v3 separately, disable super-…
netanel-haber May 4, 2026
3e1ad44
[Bug] Fix `tests/compile/test_config.py` AttributeError: 'NoneType' o…
yewentao256 May 4, 2026
321fa2d
Limit gpu utils and lower max BS on test_transcription_api_correctnes…
ekagra-ranjan May 4, 2026
712ad02
[Bugfix] KimiK2ReasoningParser: guard against buffered end-token in s…
JasonKeyiL May 4, 2026
e724b0e
[ROCm] ROCm7.2.2 + profiler fix + AITER 0.1.12.post2 (#41386)
gshtras May 4, 2026
8c78094
Fix Nano Nemotron text-only weight loading (#41205)
Baekpica May 4, 2026
422dd02
[bugfix] Fix prompt logprobs on request eviction during chunked pref…
joa-stdn May 4, 2026
844df54
feat: update xgrammar==0.2.0 to use structural tags for strict tool c…
Seven-Streams May 4, 2026
9c07342
[NVFP4][fix] Fix `layer.weight` -> `w13` typo in NVFP4 MOE emulation …
fxmarty-amd May 4, 2026
be5983b
[Docs] Add non-causal support to attention backend docs (#41643)
MatthewBonanni May 4, 2026
1cb0838
[ROCm][CI] Fix MLA prefill scale for DeepSeek GSM8K (#41569)
AndreasKaratzas May 4, 2026
577b962
[Bug] Fix status update address for non-MOE model within external dp …
yewentao256 May 4, 2026
4f2af1a
[Feature] TurboQuant: support hybrid models and uniform quantization …
JartX May 5, 2026
e1e4646
[Model Runner V2] Rebuild attn metadata between draft decode steps (#…
TheEpicDolphin May 5, 2026
685bf81
[XPU] enable is_act_and_mul for xpu (#37481)
xuechendi May 5, 2026
416f9cd
[Perf][2/n] Eliminate GPU<->CPU syncs in pooling code (#41433)
njhill May 5, 2026
1e95004
[ROCm][Quantization][2/N] Refactor quark_moe w4a8 w/ oracle (#39136)
BowenBao May 5, 2026
420b0a5
[Hardware][Power]Add Power VSX Attention Backend and fix l2 Cache Cra…
Akashcodes732 May 5, 2026
f04fd16
[Ray] Enable RayExecutorV2 by default (#41421)
jeffreywang88 May 5, 2026
eaec7be
[BugFix] Preserve max_seq_len in ubatch metadata during CUDA graph ca…
czhu-cohere May 5, 2026
6bb924b
[Model] Fix Gemma4 MoE activation mismatch (#41574)
lucianommartins May 5, 2026
0c620d2
[Model] Use AutoWeightsLoader for CohereMoe (#41690)
Crystora May 5, 2026
4845aee
[Benchmark] Add --trust-remote-code flag to multi-turn benchmark (#41…
Dao007forever May 5, 2026
27cc676
[Model] Use AutoWeightsLoader for Plamo2 (#41699)
Crystora May 5, 2026
bee1261
[P/D][Mooncake] Add KVConnectorStats for transfer observability (#40414)
zhewenl May 5, 2026
2ceea42
[XPU] use xpu topk topp sample kernel (#39285)
jikunshang May 5, 2026
8b9ea2f
[Feature] Add Triton kernel JIT compilation monitor for inference (#4…
arpera May 5, 2026
0a201b6
[Model] support Qianfan-OCR model (#40136)
marvinzh May 5, 2026
b0765be
Fix DeepSeek-OCR for Transformers v4 (#41460)
hmellor May 5, 2026
98661fe
[Bugfix][KVConnector] Support DCP/PCP in OffloadingConnector (#41549)
Etelis May 5, 2026
6fca518
[BugFix][MyPy]: Module has no attribute "sched_getaffinity" [attr-de…
hickeyma May 5, 2026
20dcd98
[Bugfix] Fix `RuntimeError: Already borrowed` by adding thread-safe H…
yzong-rh May 5, 2026
b786ec8
[Bugfix] Suggest upgrading Transformers for tokenizer class errors (#…
Lidang-Jiang May 5, 2026
84bd8a3
Remove unnecessary runtime asserts from linear layers (#41729)
hmellor May 5, 2026
2228fe6
[Attention] Move FA3→FA4 upgrade into get_flash_attn_version() (#40815)
gcanlin May 5, 2026
628c436
[New Model][ROCm] Add AMD support for DeepSeek V4 (#40871)
whx-sjtu May 5, 2026
c6235ed
[BUGFIX] Support streamed_args_for_tool in MistralToolParser (#41730)
juliendenize May 5, 2026
48954de
Fix DeepGEMM ep_scatter output address overflow (#39213)
S1ro1 May 5, 2026
79246b5
[Spec Decode] Fix max_model_len logging in speculative config for dra…
liulanze May 5, 2026
8c57b6e
Bump model-hosting-container-standards to >= 0.1.14 (#39755)
Dhruvilbhatt May 5, 2026
01b9b5a
[Attention] Minor refactor: layer takes ownership of the MLA prefill …
MatthewBonanni May 5, 2026
1333864
[CI] Automate Docker Hub release image publishing (#40415)
khluu May 6, 2026
4a8ae26
[ROCm][CI] Use vLLM generation defaults for DeepSeek prefetch-offload…
AndreasKaratzas May 6, 2026
f653761
[CI] Route part of B200 jobs to b200-k8s (#41453)
khluu May 6, 2026
c7aa186
[Frontend] Supports resubmitting output items with missing fields in …
chaunceyjiang May 6, 2026
d9af6bd
update
zhenwei-intel May 6, 2026
16e3364
[Mistral Tokenizer] allow more leniency in apply_chat_template (#41658)
juliendenize May 6, 2026
aee190a
[Build] Fall back to system libgomp when torch has no vendored copy (…
lyd1992 May 6, 2026
e47c98e
[Fix] Add missing stubs from cpu fp8 attention changes (#41387)
tianmu-li May 6, 2026
91740ca
[ROCm][CI] Refine gating tests (#37243)
AndreasKaratzas May 6, 2026
2d7d6cf
[Spec Decode] Allow multimodal models with a warning (#41752)
laviier May 6, 2026
b53c507
[Bugfix] Skip PP sampled-token receive on last rank during async sche…
wi-adam May 6, 2026
809b98e
[CPU] Add FP8 W8A16 linear support (#41186)
yuwenzho May 6, 2026
e87e09a
[Feat] dnnl build for AVX2 W8A8 Int8 (#41318)
tianmu-li May 6, 2026
213f10b
[Bugfix] Fix codegen for unqualified names (#40726)
Lucaskabela May 6, 2026
51c1ee9
[Examples] Resettle Disaggregated examples. (#40759)
noooop May 6, 2026
1c58876
[XPU] Disable CUDA graph memory estimate on XPU platform (#41344)
chaojun-zhang May 6, 2026
66d1cc0
fix(rocm): remove workaround causing invalid argument on Qwen3.5 with…
aaab8b May 6, 2026
e43a791
[Bugfix][CI] Fix Disaggregated test area path (#41794)
NickLucche May 6, 2026
2e777d2
[Bugfix][Rocm]Aiter MoE re-uses existing tensor addresses after weigh…
yuankaichen-amd May 6, 2026
d8deb5b
Fix some legacy checkpoints with deprecated `rope_type` values (#41734)
hmellor May 6, 2026
5d0fd87
[CPU][RISC-V] Auto-bind OMP threads and harden nobind path (#40569)
lyd1992 May 6, 2026
242afc6
[MM][Gemma4] Respect max_soft_tokens in encoder budget (#41799)
lesj0610 May 6, 2026
df8e63f
nixl refactor: new transfer design (#40731)
ZhanqiuHu May 6, 2026
6467213
fix(openai): tolerate empty content in forced tool choice (#40148)
QwertyJack May 6, 2026
f39bcf1
[KV Offload] Return None from lookup() for in-flight blocks (#41795)
ronensc May 6, 2026
27e0057
[Spec Decode] Add Gemma4 MTP speculative decoding support (#41745)
lucianommartins May 6, 2026
ee38750
[Bugfix] Fix spawn_new_process_for_each_test silently swallowing test…
dzhengAP May 6, 2026
d5b31c9
[Bugfix] Account for truncate_prompt_tokens when computing max_tokens…
viktorpusTT May 6, 2026
22a3cbe
[ROCm] aiter_unified_attn fp8 q scale refactor (#38296)
divakar-amd May 6, 2026
27702f6
[Bugfix] Fix token loss in PP mode which causes degraded accuracy (#4…
starkwj May 6, 2026
38e1667
[Bugfix] Align block table for TRTLLM MLA edge-case (#39324)
benchislett May 6, 2026
ca3e62d
Upgrade tpu-inference to v0.19.0 (#41844)
jcyang43 May 6, 2026
f3f8efa
[CI] Enable gemma4 parser test on CI (#41857)
sfeng33 May 6, 2026
deb737e
[Doc] Add ModernBertForSequenceClassification to scoring.md cross-en……
JLiu4Coding May 6, 2026
50acdc5
Fix Qwen3 streaming content routing (#40820)
xy3xy3 May 6, 2026
9558286
[Bugfix] DeepSeekV32/v4: respect string='true|false' attribute andunw…
chaunceyjiang May 6, 2026
80d5e7d
[Bugfix] Fix condition to clear persistent topk so that it can be cap…
zyongye May 6, 2026
7a576e2
[ROCm][CI] Remove `TORCH_NCCL_BLOCKING_WAIT=1` After Bugfix In ROCm 7…
micah-wil May 6, 2026
5a0a8fc
[Docs] add cache directory security guidance (#38920)
russellb May 6, 2026
765398c
Merge branch 'main' into fix_xpu_dp
jikunshang May 7, 2026
20cac26
[ROCm] Enable SimpleCPUOffloadConnector on ROCm (#40549)
hongxiayang May 7, 2026
51f22dc
[Feat][CPU] Enable Gated DeltaNet Attention (Qwen 3.5 / 3.6) (#41025)
fadara01 May 7, 2026
713b28b
[CPU] Add FP8 W8A16 MoE support (#41314)
yuwenzho May 7, 2026
8a4888b
[ROCm] Profiler api support for ROCm MORI toy proxy server in PD Disa…
itej89 May 7, 2026
6e6d182
[Bugfix] Fix OOM in tensorizer LoRA deserialization (#41845)
orozery May 7, 2026
d4b0048
Eliminate redundant MoE buffer copies in AITER fused experts (without…
amd-mghanimi May 7, 2026
b20731d
[CI][Arm] skip e2e model tests if HF_TOKEN is not set (#41919)
fadara01 May 7, 2026
9c0812f
[Bugfix] Fix FusedMoEWithLoRA has no attribute `runner` (#41889)
jeejeelee May 7, 2026
ffee741
[Model] Use AutoWeightsLoader for AXK1 (#41901)
wenyili May 7, 2026
b3945cc
[CPU] Bump up to the latest CPU kernels (#41924)
bigPYJ1151 May 7, 2026
f650ace
[MM][Gemma4] Use video profiling hints in encoder budget (#41837)
lesj0610 May 7, 2026
75f0d51
[Bugfix] Fix GLM4-MoE weight loading for NVFP4 quantized checkpoints …
s-yanev May 7, 2026
805e9f7
[XPU] Fix lora bugs & enable UTs under tests/lora (#38206)
chaojun-zhang May 7, 2026
2a84da3
[XPU] Implement out-of-place all-reduce functionality (#41808)
chaojun-zhang May 7, 2026
003159d
[ROCm][CI] Avoid duplicate ROCm AITER norm-quant patterns (#41534)
AndreasKaratzas May 7, 2026
2a16ece
tokenizer: Add fastokens support (#41741)
AlonKejzman May 7, 2026
06a60d3
Fix spec decode benchmark metrics (#41916)
noobHappylife May 7, 2026
7a08b34
[Model Runner V2] support qwen35 / mamba hybrid model (#35520)
izhuhaoran May 7, 2026
9d6500b
[Misc] Delay EPLB Nixl import until needed (#41805)
NickLucche May 7, 2026
8eb4011
[Refactor] Consolidate required/named tool_choice streaming into Dele…
sfeng33 May 7, 2026
8189a15
[Core] Replace routing replay with device cache and async D2H pipelin…
TomerBN-Nvidia May 7, 2026
c936548
[ROCm][DeepSeek] Enable V3.2 TP4 AITER MLA (#41835)
akii96 May 7, 2026
3af561e
[ROCm] Fix AITER AR+RMSNorm no-residual fusion (#41972)
akii96 May 7, 2026
969fbfb
Laguna xs dflash support (#41880)
MeganEFlynn May 7, 2026
c1819ca
[Compressed Tensors] Allow configs with non-explicit ignores (#41965)
kylesayrs May 7, 2026
54f548e
[Bugfix] Restore moe_forward output shape invariant on TRTLLM MXFP4 p…
stecasta May 7, 2026
10ebb40
[Core] Avoid using extra thread in `UniProcExecutor` (#40891)
njhill May 7, 2026
09a7cc5
[KV Connector] Opt DecodeBenchConnector into SupportsHMA (#41770)
liuzijing2014 May 7, 2026
f189dc6
Merge branch 'main' into fix_xpu_dp
zhenwei-intel May 8, 2026
50f2db2
add: LFM2/2.5 Tool Parser (#39243)
jbuchananr May 8, 2026
5f6a028
[CI][Bugfix] Fix failure CI step "PyTorch Fullgraph Smoke Test" (#41953)
haosdent May 8, 2026
57c2f72
[CI][Bugfix] Fix CI failures for "PyTorch Compilation Unit Tests" (#4…
haosdent May 8, 2026
1d694e7
[Examples][last/6] Resettle examples. (#41084)
noooop May 8, 2026
cd58e30
[Perf] Use numpy zero-copy path for embedding float response serializ…
lokashrinav May 8, 2026
989c176
[Perf][3/n] Eliminate GPU<->CPU syncs in attention impls (#41434)
njhill May 8, 2026
01b0f3a
fix: default TILELANG_CLEANUP_TEMP_FILES=1 to avoid shared /tmp confl…
ssam18 May 8, 2026
baf068d
enable persistent mla for sparse mla backend (#41990)
dllehr-amd May 8, 2026
0b99971
[Kernel][Helion] Optimize Helion config parsing latency (#40850)
gmagogsfm May 8, 2026
1acd67a
[Bugfix] Fix XPU/ROCm compatibility in spawn_new_process_for_each_tes…
dzhengAP May 8, 2026
ed582b6
[Aiter][ROCm] gdn_linear_attn kernel fusion (#40711)
tpopp May 8, 2026
77b13b9
[Docs] Reorganize examples docs. (#41082)
noooop May 8, 2026
445d747
[Bugifx] Missing Renderer for `fastokens` mode (#41984)
tjtanaa May 8, 2026
f9b9bf3
[CI][ROCm] Ship RIXL with `vllm/vllm-openai-rocm` (#41634)
simondanielsson May 8, 2026
160858c
[CI][Bugfix] Surface subprocess output in spawn_new_process_for_each_…
haosdent May 8, 2026
36b2c79
[CI][Bugfix] Drop duplicated examples/ prefix in tensorize_vllm_model…
haosdent May 8, 2026
19df11f
[CI][XPU]Ignore some lora tests from LoRA Intel CI pipeline (#42010)
chaojun-zhang May 8, 2026
630820a
Make docs environment deterministic (#41926)
hmellor May 8, 2026
52458b6
[CI][Examples][RLHF] Disable async scheduling in rlhf_async_new_apis …
haosdent May 8, 2026
f2bbd57
[CI][XPU] Skip fork-dependent logits processor test (#42013)
zhenwei-intel May 8, 2026
4140faa
[Docs] Fix OpenAI batch model argument examples (#42066)
chfeng-cs May 8, 2026
90f145a
[Models][Gemma3/Gemma4] Support hidden_act variants in gated MLP (#40…
HiroakiMikami May 8, 2026
44e6b44
[CI][Elastic EP] Fix Elastic EP Scaling Test Failure (#41792)
haosdent May 8, 2026
2c6b59b
[ROCm][Perf] Add Fused Shared Expert (FSE) support for Qwen3-Next (#3…
nholmber May 8, 2026
dbd86a6
[Bugfix][Gemma4] Fix infinite loop and array boundary issues in tool …
the-david-oy May 8, 2026
f47ccc8
[CI] Narrow pytorch.yaml compile job source dependencies (#42057)
khluu May 8, 2026
f4dd5c1
[CI] Narrow Platform Tests (CUDA) source dependencies (#42054)
khluu May 8, 2026
d2f22df
[CI] Narrow engine.yaml source dependencies (#42055)
khluu May 8, 2026
0c2e9d4
[CI] Narrow misc.yaml source dependencies (#42059)
khluu May 8, 2026
6881c75
use HIP_VERSION variables to guard against duplicate atomicAdd defini…
pmaybank May 8, 2026
8a2fc80
[CUDA][CUTLASS] Enable cutlass scaled mm for non-compatible sizes (#…
johncalesp May 8, 2026
8bcd8a2
[Bugfix] Fix FlashInfer CUTLASS MXFP4-MXFP8 MoE by restoring swizzled…
mgoin May 8, 2026
60851b1
[Bugfix][KV Transfer] Reject NixlConnector + expandable_segments:True…
esmeetu May 8, 2026
30f519e
Use `pre-commit / pre-run-check` to gate docs build too (#42053)
hmellor May 9, 2026
e3b65a5
[feat] Add explicit `/start_weight_update` and `/finish_weight_update…
SumanthRH May 9, 2026
be0dcc2
[XPU] remove q/k/v force contiguous for flash_attn (#40356)
yma11 May 9, 2026
b1728c1
[Attention][Cleanup] Remove tree attention (#42121)
LucasWilkinson May 9, 2026
236bf9d
[Docs] Fix RLHF example links (#42073)
chfeng-cs May 9, 2026
a43bc34
[Docs] Update server entrypoint examples (#42077)
chfeng-cs May 9, 2026
4f6fa63
[XPU] update supported models on XPU (#41911)
yma11 May 9, 2026
845ca32
[Bugfix] Fix test_whisper distributed test process handling (#42038)
dzhengAP May 9, 2026
b951b25
Merge branch 'main' into fix_xpu_dp
jikunshang May 9, 2026
e934e45
[CI][Bugfix] Make test_gpt2_cache_hit observable across V1 EngineCore…
haosdent May 9, 2026
97cc768
Add @Harry-Chen in CODEOWNERS (#42130)
Harry-Chen May 9, 2026
df2636a
[Bugfix] Fix LOGITPROC_SOURCE_ENTRYPOINT test to use spawn-compatible…
dzhengAP May 9, 2026
e8f9038
[ROCm][Bugfix] Re-tag AITER MoE weights as preshuffled after replace_…
maeehart May 9, 2026
a2812be
[Models] Cohere Eagle + fix to Cohere MoE (#42078)
Terrencezzj May 9, 2026
f6490a2
[Bugfix] Preserve leading/trailing whitespace in GLM non-streaming to…
rishaps May 9, 2026
d6563d6
Require C++20 for compatibility with PyTorch (#40380)
r-barnes May 9, 2026
ecd0b60
[LoRA] Initial EP support for LoRA (#40867)
jeejeelee May 9, 2026
34ab4f2
[ROCm] Upgrade aiter to v0.1.13-rc5 (#42113)
micah-wil May 9, 2026
530d371
[DSv4] Improved fused Indexer Q quant kernel (#41428)
gau-nernst May 9, 2026
adb6d96
[Bugfix] Fix GDN KKT precision loss on Hopper GPUs by aligning tl.dot…
Kermit-C May 9, 2026
3dda9ae
[Bugfix] Remove nested torch.compile in GDN rearrange_mixed_qkv causi…
tdoublep May 9, 2026
171d59a
[Bugfix][PD] Fix DSv4 Disaggregated (#41957)
NickLucche May 9, 2026
25abddc
[BugFix] Fix Gemma4 'layers.0.moe.experts.0.down_proj_packed' KeyErro…
SoluMilken May 9, 2026
cd74911
[Model] use AutoWeightsLoader for DeepSeekV2 (#41706)
SoluMilken May 9, 2026
2ee8c2a
[SpecDecoding] extend mtp support for mimo 2.5 (#41905)
ZJY0516 May 9, 2026
7a2b596
[Quantization] Add ModelOpt NVFP4 W4A16 (4-bit weights, fp16/bf16 act…
juhi10071998 May 9, 2026
f80aa53
[Refactor] Nixl util using lazy init (#41392)
yewentao256 May 9, 2026
ea0e501
[KV Connector] Remove compat support for pre-v0.12.0 constructor sign…
yewentao256 May 9, 2026
006af4b
[Bugfix] Skip routed-experts hot path when disabled (#42148)
aoshen02 May 10, 2026
bc5fdc1
Add NVFP4 all-gather GEMM fusion for AsyncTP (#41882)
baonudesifeizhai May 10, 2026
dcb3135
Fix: Nemotron 3 rescue whitespace-only final_content, not just None (…
Naveassaf May 10, 2026
0b272a6
[Bugfix] Fix SP pass for multimodal models and PP+SP residual handlin…
wangxingran222 May 10, 2026
1029e5e
[CI/Build] Use modelscope's international site for regression test (#…
Isotr0py May 10, 2026
0d382ec
Handle optional bool-or-string CLI args in get_kwargs (#40951)
cvan20191 May 10, 2026
00b0618
Use CU_MEMCPY_SRC_ACCESS_ORDER_ANY for batch KV cache swaps (#39306)
Etelis May 10, 2026
27d3bac
docs: clarify Gemma 4 assistant speculative decoding (#42180)
AbhiOnGithub May 10, 2026
986edc8
[Bugfix] Fix DeepSeek v4 topk numerical issue for unaligned max-model…
wzhao18 May 10, 2026
fb1ac80
[ROCm][CI] Stabilize ROCm shutdown and distributed compile CI (#41573)
AndreasKaratzas May 10, 2026
3f5bd48
[Bugfix][KV Transfer][NIXL] Notify P node on pre-admission rejection …
Dao007forever May 10, 2026
f284012
[ROCm][CI] Fix NIXL spec-decode acceptance startup and diagnostics (#…
AndreasKaratzas May 10, 2026
a5d0a5a
[Frontend][Bugfix] Abort ASR engine requests on cancellation (#41266)
abdulrahman-cohere May 10, 2026
efd0e77
Fix mypy failure on main (#42197)
mmangkad May 10, 2026
301305c
Add @zyongye to CODEOWNERS (#42200)
zyongye May 10, 2026
a2c9d54
[Docs] Fix broken local links (#42160)
chfeng-cs May 10, 2026
84f7a55
[CI] Trigger LoRA test when changing MoE code. (#42196)
jeejeelee May 10, 2026
0a309b5
[ROCm] Cap Triton paged attention block size to fix ROCm shared memor…
AndreasKaratzas May 10, 2026
48698b1
[Bugfix] Fuse Qwen3.5 in_qkvz_proj forwarding with LoRA enabled (#37912)
Isotr0py May 10, 2026
a54f0d1
[CPU] Fix spec decode kernel signatures for synthetic mode compatibil…
jmamou May 10, 2026
e175192
[KV Offload] Pass ReqContext to touch(), complete_load(), and complet…
ronensc May 10, 2026
215e2f7
[Bugfix][Mamba] IMA in causal_conv1d kernel for long sequences (#41617)
Flink-ddd May 10, 2026
f396bee
[DSV4] Add PP support for deepseek-v4 (#41694)
Isotr0py May 10, 2026
21943d4
[Performance] Make safetensors checkpoint prefetch settings configura…
mmangkad May 10, 2026
1b57eb4
[MoE] Move various experts classes to fused_moe/experts/ (#41979)
bnellnm May 10, 2026
879a8c3
Fix Molmo2 image token metadata (#42162)
hqhq1025 May 11, 2026
9062589
Merge branch 'main' into fix_xpu_dp
zhenwei-intel May 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 23 additions & 7 deletions .buildkite/hardware_tests/cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ steps:
- vllm/_custom_ops.py
- tests/kernels/attention/test_cpu_attn.py
- tests/kernels/moe/test_cpu_fused_moe.py
- tests/kernels/moe/test_cpu_fp8_fused_moe.py
- tests/kernels/test_onednn.py
- tests/kernels/test_awq_int4_to_int8.py
- tests/kernels/quantization/test_cpu_fp8_scaled_mm.py
commands:
- |
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 20m "
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 30m "
pytest -x -v -s tests/kernels/attention/test_cpu_attn.py
pytest -x -v -s tests/kernels/moe/test_cpu_fused_moe.py
pytest -x -v -s tests/kernels/moe/test_cpu_fp8_fused_moe.py
pytest -x -v -s tests/kernels/test_onednn.py
pytest -x -v -s tests/kernels/test_awq_int4_to_int8.py"
pytest -x -v -s tests/kernels/test_awq_int4_to_int8.py
pytest -x -v -s tests/kernels/quantization/test_cpu_fp8_scaled_mm.py"

- label: CPU-Compatibility Tests
depends_on: []
Expand All @@ -46,7 +50,7 @@ steps:
- tests/models/language/pooling/
commands:
- |
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 30m "
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 40m "
pytest -x -v -s tests/models/language/generation -m cpu_model
pytest -x -v -s tests/models/language/pooling -m cpu_model"

Expand All @@ -61,6 +65,7 @@ steps:
- vllm/model_executor/layers/quantization/compressed_tensors/schemes/compressed_tensors_w8a8_int8.py
- vllm/model_executor/layers/quantization/kernels/scaled_mm/cpu.py
- vllm/model_executor/layers/quantization/kernels/mixed_precision/cpu.py
- vllm/model_executor/layers/fused_moe/experts/cpu_moe.py
- tests/quantization/test_compressed_tensors.py
- tests/quantization/test_cpu_wna16.py
commands:
Expand All @@ -69,11 +74,11 @@ steps:
pytest -x -v -s tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs
pytest -x -v -s tests/quantization/test_cpu_wna16.py"

- label: CPU-Distributed Tests
- label: CPU-Distributed Tests (PP+TP)
depends_on: []
device: intel_cpu
no_plugin: true
source_file_dependencies:
source_file_dependencies: &cpu_distributed_deps
- csrc/cpu/shm.cpp
- vllm/v1/worker/cpu_worker.py
- vllm/v1/worker/gpu_worker.py
Expand All @@ -82,10 +87,21 @@ steps:
- vllm/platforms/cpu.py
- vllm/distributed/parallel_state.py
- vllm/distributed/device_communicators/cpu_communicator.py
- .buildkite/scripts/hardware_ci/run-cpu-distributed-smoke-test.sh
commands:
- |
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 10m "
bash .buildkite/scripts/hardware_ci/run-cpu-distributed-smoke-test.sh tp_pp"

- label: CPU-Distributed Tests (DP+TP)
depends_on: []
device: intel_cpu
no_plugin: true
source_file_dependencies: *cpu_distributed_deps
commands:
- |
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 10m "
bash .buildkite/scripts/hardware_ci/run-cpu-distributed-smoke-test.sh"
bash .buildkite/scripts/hardware_ci/run-cpu-distributed-smoke-test.sh dp_tp"

- label: CPU-Multi-Modal Model Tests %N
depends_on: []
Expand All @@ -99,7 +115,7 @@ steps:
- |
bash .buildkite/scripts/hardware_ci/run-cpu-test.sh 45m "
pytest -x -v -s tests/models/multimodal/generation --ignore=tests/models/multimodal/generation/test_pixtral.py -m cpu_model --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT --shard-id=$$BUILDKITE_PARALLEL_JOB"
parallelism: 2
parallelism: 3

- label: "Arm CPU Test"
depends_on: []
Expand Down
5 changes: 3 additions & 2 deletions .buildkite/image_build/image_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ check_and_skip_if_image_exists() {
}

ecr_login() {
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin "$REGISTRY"
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 936637512419.dkr.ecr.us-east-1.amazonaws.com
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin "$REGISTRY" || true
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 936637512419.dkr.ecr.us-east-1.amazonaws.com || true
}

prepare_cache_tags() {
Expand Down Expand Up @@ -192,6 +192,7 @@ export BUILDKITE_COMMIT
export PARENT_COMMIT
export IMAGE_TAG
export IMAGE_TAG_LATEST
export COMMIT="${COMMIT:-${BUILDKITE_COMMIT}}"
export CACHE_FROM
export CACHE_FROM_BASE_BRANCH
export CACHE_FROM_MAIN
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/image_build/image_build_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REPO=$2
BUILDKITE_COMMIT=$3

# authenticate with AWS ECR
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin "$REGISTRY"
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin "$REGISTRY" || true

# skip build if image already exists
if [[ -z $(docker manifest inspect "$REGISTRY"/"$REPO":"$BUILDKITE_COMMIT"-cpu) ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/image_build/image_build_cpu_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REPO=$2
BUILDKITE_COMMIT=$3

# authenticate with AWS ECR
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin "$REGISTRY"
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin "$REGISTRY" || true

# skip build if image already exists
if [[ -z $(docker manifest inspect "$REGISTRY"/"$REPO":"$BUILDKITE_COMMIT"-arm64-cpu) ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/image_build/image_build_torch_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "Image not found, proceeding with build..."

# --- CUDA 13.0 for nightly builds ---
# Nightly CI uses CUDA 13.0 while regular CI stays on CUDA 12.9
NIGHTLY_CUDA_VERSION="13.0.0"
NIGHTLY_CUDA_VERSION="13.0.2"
NIGHTLY_BUILD_BASE_IMAGE="nvidia/cuda:${NIGHTLY_CUDA_VERSION}-devel-ubuntu22.04"
NIGHTLY_FINAL_BASE_IMAGE="nvidia/cuda:${NIGHTLY_CUDA_VERSION}-base-ubuntu22.04"

Expand Down
21 changes: 21 additions & 0 deletions .buildkite/intel_jobs/engine_intel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
group: Engine Intel
depends_on:
- image-build-xpu
steps:
- label: Engine (1 GPU)
timeout_in_minutes: 30
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/v1/engine/
- tests/v1/engine/
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
pytest -v -s v1/engine --ignore v1/engine/test_preprocess_error_handling.py'
21 changes: 21 additions & 0 deletions .buildkite/intel_jobs/kernels_intel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
group: Kernels Intel
depends_on:
- image-build-xpu
steps:
- label: vLLM IR Tests
timeout_in_minutes: 30
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/ir
- vllm/kernels
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
pytest -v -s kernels/ir'
135 changes: 135 additions & 0 deletions .buildkite/intel_jobs/lora_intel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
group: LoRA Intel
depends_on:
- image-build-xpu
steps:
- label: LoRA Runtime + Utils
timeout_in_minutes: 45
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/lora
- tests/lora
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
pytest -v -s lora/test_layers.py &&
pytest -v -s lora/test_lora_checkpoints.py &&
pytest -v -s lora/test_lora_functions.py &&
pytest -v -s lora/test_lora_huggingface.py &&
pytest -v -s lora/test_lora_manager.py &&
pytest -v -s lora/test_lora_utils.py &&
pytest -v -s lora/test_peft_helper.py &&
pytest -v -s lora/test_resolver.py &&
pytest -v -s lora/test_utils.py &&
pytest -v -s lora/test_add_lora.py &&
pytest -v -s lora/test_worker.py'

- label: LoRA Fused/MoE Kernels
timeout_in_minutes: 45
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/lora
- tests/lora
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
pytest -v -s lora/test_fused_moe_lora_kernel.py &&
pytest -v -s lora/test_moe_lora_align_sum.py'

- label: LoRA Punica Kernels
timeout_in_minutes: 45
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/lora
- tests/lora
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
set -o pipefail &&
pytest -v -s lora/test_punica_ops.py --deselect="tests/lora/test_punica_ops.py::test_kernels_hidden_size[expand-0-xpu:0-dtype0-3-43264-32-4-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels[shrink-0-xpu:0-dtype1-1-2049-64-128-16]" --deselect="tests/lora/test_punica_ops.py::test_kernels[shrink-0-xpu:0-dtype0-1-2049-128-1-32]" --deselect="tests/lora/test_punica_ops.py::test_kernels[shrink-0-xpu:0-dtype0-1-2049-256-1-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels[shrink-0-xpu:0-dtype0-1-2049-256-8-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels[expand-0-xpu:0-dtype0-3-2049-128-8-16]" --deselect="tests/lora/test_punica_ops.py::test_kernels[shrink-0-xpu:0-dtype0-1-2049-128-8-32]" --deselect="tests/lora/test_punica_ops.py::test_kernels[expand-0-xpu:0-dtype1-1-2049-256-128-32]" --deselect="tests/lora/test_punica_ops.py::test_kernels_hidden_size[shrink-0-xpu:0-dtype0-3-64256-32-4-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels_hidden_size[shrink-0-xpu:0-dtype1-2-29696-32-4-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels_hidden_size[shrink-0-xpu:0-dtype1-3-49408-32-4-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels_hidden_size[shrink-0-xpu:0-dtype0-2-16384-32-4-4]" --deselect="tests/lora/test_punica_ops.py::test_kernels_hidden_size[expand-0-xpu:0-dtype0-2-51328-32-4-4]"'

- label: LoRA Punica FP8/XPU Ops
timeout_in_minutes: 45
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/lora
- tests/lora
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
pytest -v -s lora/test_punica_ops_fp8.py &&
pytest -v -s lora/test_punica_xpu_ops.py'

- label: LoRA Models
timeout_in_minutes: 45
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/lora
- tests/lora
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
(pytest -v -s lora/test_mixtral.py --deselect="tests/lora/test_mixtral.py::test_mixtral_lora[4]" || true) &&
pytest -v -s lora/test_quant_model.py --deselect="tests/lora/test_quant_model.py::test_quant_model_lora[model0]" --deselect="tests/lora/test_quant_model.py::test_quant_model_lora[model1]" --deselect="tests/lora/test_quant_model.py::test_quant_model_tp_equality[model0]" &&
pytest -v -s lora/test_transformers_model.py &&
pytest -v -s lora/test_chatglm3_tp.py &&
pytest -s -v lora/test_minicpmv_tp.py'

- label: LoRA Multimodal
timeout_in_minutes: 45
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/lora
- tests/lora
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'cd tests &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
pytest -v -s lora/test_default_mm_loras.py &&
pytest -v -s lora/test_whisper.py'
55 changes: 55 additions & 0 deletions .buildkite/intel_jobs/misc_intel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
group: Miscellaneous Intel
depends_on:
- image-build-xpu
steps:
- label: V1 Core + KV + Metrics
timeout_in_minutes: 30
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/
- tests/v1/core
- tests/v1/executor
- tests/v1/kv_offload
- tests/v1/worker
- tests/v1/kv_connector/unit
- tests/v1/metrics
- tests/entrypoints/openai/correctness/test_lmeval.py
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'pip install -r requirements/kv_connectors.txt &&
export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
cd tests &&
pytest -v -s v1/executor'

- label: V1 Sample + Logits
timeout_in_minutes: 30
device: intel_gpu
no_plugin: true
working_dir: "."
env:
REGISTRY: "public.ecr.aws/q9t5s3a7"
REPO: "vllm-ci-test-repo"
VLLM_TEST_DEVICE: "xpu"
source_file_dependencies:
- vllm/
- tests/v1/sample
- tests/v1/logits_processors
- tests/v1/test_oracle.py
- tests/v1/test_request.py
- tests/v1/test_outputs.py
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'export VLLM_WORKER_MULTIPROC_METHOD=spawn &&
cd tests &&
pytest -v -s v1/logits_processors --ignore=v1/logits_processors/test_custom_online.py --ignore=v1/logits_processors/test_custom_offline.py &&
pytest -v -s v1/test_oracle.py &&
pytest -v -s v1/test_request.py &&
pytest -v -s v1/test_outputs.py'
2 changes: 1 addition & 1 deletion .buildkite/intel_jobs/test-intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ steps:
pytest -v -s v1/worker --ignore=v1/worker/test_gpu_model_runner.py --ignore=v1/worker/test_worker_memory_snapshot.py &&
pytest -v -s v1/structured_output &&
pytest -v -s v1/test_serial_utils.py &&
pytest -v -s v1/spec_decode --ignore=v1/spec_decode/test_max_len.py --ignore=v1/spec_decode/test_tree_attention.py --ignore=v1/spec_decode/test_speculators_eagle3.py --ignore=v1/spec_decode/test_acceptance_length.py &&
pytest -v -s v1/spec_decode --ignore=v1/spec_decode/test_max_len.py --ignore=v1/spec_decode/test_speculators_eagle3.py --ignore=v1/spec_decode/test_acceptance_length.py &&
pytest -v -s v1/kv_connector/unit --ignore=v1/kv_connector/unit/test_multi_connector.py --ignore=v1/kv_connector/unit/test_example_connector.py --ignore=v1/kv_connector/unit/test_lmcache_integration.py --ignore=v1/kv_connector/unit/test_hf3fs_client.py --ignore=v1/kv_connector/unit/test_hf3fs_connector.py --ignore=v1/kv_connector/unit/test_hf3fs_metadata_server.py'
Loading
Loading