Skip to content

bump vllm version#2427

Merged
Jackmin801 merged 5 commits intomainfrom
bump-vllm
May 6, 2026
Merged

bump vllm version#2427
Jackmin801 merged 5 commits intomainfrom
bump-vllm

Conversation

@Jackmin801
Copy link
Copy Markdown
Member

@Jackmin801 Jackmin801 commented May 6, 2026

Note

Medium Risk
Upgrades the core inference stack (vllm/PyTorch and related CUDA libs) and removes/changes vLLM monkeypatches, which can subtly affect runtime behavior and performance despite limited app-code changes.

Overview
Updates the inference dependency stack, bumping vllm to >=0.20.1, adding torchvision/torchaudio from the PyTorch CUDA 12.8 index, and updating the flash-attn prebuilt wheel to a Torch 2.11 build.

Cleans up vLLM compatibility patches by dropping now-unneeded monkeypatches (including the CPU offloading block-count fix and a large LoRA+MoE+DP fused-kernel workaround) and updating comments to reflect the new vLLM version; uv.lock is regenerated accordingly with the new transitive packages/versions.

Reviewed by Cursor Bugbot for commit 3b5375d. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 553b7f4. Configure here.

Comment thread pyproject.toml
Comment thread pyproject.toml
Jackmin801 and others added 4 commits May 6, 2026 04:33
Signed-off-by: Jackmin801 <56836461+Jackmin801@users.noreply.github.com>
vLLM 0.20.1 ships fixes for the LoRA+MoE+DP>1 corruption (#40338) and
the OffloadingConnector CPU block-count miscalculation (#39617), so
remove the local monkey patches and the corresponding call site in
transformers_v5_compat. Refresh stale "vLLM 0.16/0.19" comments.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Jackmin801 Jackmin801 merged commit 3b01ce9 into main May 6, 2026
9 of 10 checks passed
samsja added a commit that referenced this pull request May 8, 2026
samsja added a commit that referenced this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants