Skip to content

Conversation

petersalas
Copy link
Contributor

@petersalas petersalas commented Sep 11, 2025

Purpose

Fix missed wrapped_model_config usage in #24131. (I accidentally reverted part of the change when adding quantization support.)

Test Plan

Verify that fixie-ai/ultravox-v0_6-gemma-3-27b loads.

Test Result

It loads.


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly fixes a bug in the Ultravox model by using wrapped_model_config to instantiate the inner language model, which is essential for models like Gemma. The changes are logical and well-contained. I've identified one high-severity issue regarding an incorrect type hint that results from the changes, which should be addressed to ensure code correctness and maintainability.

@DarkLight1337 DarkLight1337 enabled auto-merge (squash) September 11, 2025 16:38
@DarkLight1337 DarkLight1337 added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 11, 2025
@DarkLight1337 DarkLight1337 merged commit 127ded0 into vllm-project:main Sep 11, 2025
44 of 45 checks passed
skyloevil pushed a commit to skyloevil/vllm that referenced this pull request Sep 13, 2025
dsxsteven pushed a commit to dsxsteven/vllm_splitPR that referenced this pull request Sep 15, 2025
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants