[Chore] Import BaseRenderer From Package#1441
[Chore] Import BaseRenderer From Package#1441alex-jw-brooks wants to merge 1 commit intovllm-project:mainfrom
Conversation
Signed-off-by: Alex Brooks <albrooks@redhat.com>
|
This change is included in branch dev/vllm-align |
|
@vllm-omni-reviewer |
🤖 VLLM-Omni PR ReviewCode Review1. Overview
2. Code Quality
3. Architecture & Design
4. Security & Safety
5. Testing & Documentation
6. Specific SuggestionsFile:
7. Approval StatusLGTM (Looks Good To Me) The change is a straightforward fix for upstream API movement and adopts the more stable import pattern. Assuming the dependency version constraints are managed correctly (or if this project tracks the latest vLLM This review was generated automatically by the VLLM-Omni PR Reviewer Bot |
|
Thanks @tzhouam - would you prefer to add this separately in case people are actively developing on the server and running into the import error, or to close this to merge in your branch? |
|
Does the vllm v0.16.0 tag include this modification? If not, maybe we need to keep the main branch unchanged for stability. |
|
Hey @tzhouam - yes, this is compatible with 0.16.0 and the current code (see the links in the pr body) so merging it should not cause any issues! Not urgent though, just thought it would be helpful since others are likely running into it and making the fix locally as well |
|
Closing, #1566 was merged separately |
The
BaseRendererin vLLM has moved since0.16.0, which will break the import in chat serving if you're developing on the latest versions of vLLM and vLLM Omni together.This changes the import to grab the
BaseRendereroff the package, since it is compatible with0.16.0(ref) and the current code (ref)