Updates vLLM plugin to v0.16.0 and streamlines Docker support#1048
Open
PatrykWo wants to merge 3 commits intoreleases/v0.16.0from
Open
Updates vLLM plugin to v0.16.0 and streamlines Docker support#1048PatrykWo wants to merge 3 commits intoreleases/v0.16.0from
PatrykWo wants to merge 3 commits intoreleases/v0.16.0from
Conversation
Signed-off-by: PatrykWo <patryk.wolsza@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the vLLM plugin and dependencies to version 0.16.0, aligning with vLLM 0.16.0 and Intel® Gaudi® v1.23.0. The changes ensure consistency across build environments and reduce maintenance overhead.
Changes:
- Updated vLLM plugin and dependency versions to 0.16.0 across all Dockerfiles
- Removed legacy RHEL/TencentOS Dockerfile (migrated to RH UBI path)
- Added release notes and announcements for versions 0.15.1 and 0.16.0
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/release_notes.md | Added release notes for versions 0.16.0 and 0.15.1 |
| README.md | Added news announcements for versions 0.16.0 and 0.15.1 |
| .cd/Dockerfile.ubuntu.pytorch.vllm.nixl.latest | Pinned VLLM_PROJECT_COMMIT and VLLM_GAUDI_COMMIT to v0.16.0 |
| .cd/Dockerfile.ubuntu.pytorch.vllm | Pinned VLLM_PROJECT_COMMIT and VLLM_GAUDI_COMMIT to v0.16.0 |
| .cd/Dockerfile.rhel.ubi.vllm | Pinned VLLM_PROJECT_COMMIT and VLLM_GAUDI_COMMIT to v0.16.0 |
| .cd/Dockerfile.rhel.tenc.pytorch.vllm | Removed entire legacy Dockerfile |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: PatrykWo <patryk.wolsza@intel.com>
Signed-off-by: PatrykWo <patryk.wolsza@intel.com>
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.
Overview
Motivation
These changes ensure that users and CI/CD pipelines build against the latest, stable, and tested versions of vLLM and plugin dependencies. Removing the unused Dockerfile reduces confusion and maintenance burden.