-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Model] Define merge_by_field_config MM interface (U-Z) #26261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Model] Define merge_by_field_config MM interface (U-Z) #26261
Conversation
There was a problem hiding this 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 refactors the Ultravox, Voxtral, and Whisper models to use the new merge_by_field_config
multimodal interface. The changes involve setting this flag to True
in the model classes and removing the flatten_bn
utility, as its functionality is now handled by the new data processing pipeline. The code modifications are consistent and appear correct for this refactoring. I did not identify any issues of high or critical severity.
a7615f9
to
81fe190
Compare
💡 Codex Reviewvllm/vllm/model_executor/models/ultravox.py Lines 551 to 574 in a7615f9
In ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. |
Have you tested each model using the example script? |
Signed-off-by: Ayush Satyam <[email protected]>
81fe190
to
730e6e7
Compare
@DarkLight1337 I have done the required changes. But, I am sorry since I couldn't run the example scripts due to GPU constraints |
Signed-off-by: DarkLight1337 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Voxtral and Whisper are both failing locally, I have fixed Voxtral and will fix Whisper later
Signed-off-by: DarkLight1337 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed Whisper as well, let's merge this
Signed-off-by: DarkLight1337 <[email protected]>
…#26261) Signed-off-by: Ayush Satyam <[email protected]> Signed-off-by: DarkLight1337 <[email protected]> Co-authored-by: DarkLight1337 <[email protected]>
Part of #26149