chore: update vllm-metal version to v0.2.0 and vllm version to 0.19.1#876
Open
ilopezluna wants to merge 3 commits intomainfrom
Open
chore: update vllm-metal version to v0.2.0 and vllm version to 0.19.1#876ilopezluna wants to merge 3 commits intomainfrom
ilopezluna wants to merge 3 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the vLLM upstream version to 0.19.1 and the vLLM metal release to v0.2.0-20260420-142150 across the configuration and source files. A critical review comment identifies a version inconsistency where VLLM_VERSION remains at 0.19.0 despite the upstream update, which could lead to mismatched components within the system.
ericcurtin
approved these changes
Apr 20, 2026
Contributor
|
Might be worth bumping vllm-metal to 0.19.1 before we do this. 0.19.0 might be better for this PR as .1 is not implemented in vllm-metal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the vLLM Metal backend to use the latest upstream and internal release versions. The main changes are version bumps to ensure compatibility with the newest features and bug fixes.
Dependency version updates:
VLLM_UPSTREAM_VERSIONto0.19.1andVLLM_METAL_RELEASEtov0.2.0-20260420-142150in.versionsto align with the latest vLLM releases.vllmMetalVersionconstant inpkg/inference/backends/vllm/vllm_metal.goto match the new internal release tag.vLLM: https://github.com/vllm-project/vllm/releases/tag/v0.19.1
vLLM Metal: https://github.com/vllm-project/vllm-metal/releases/tag/v0.2.0-20260420-142150