[Bugfix] Fix Basic Models Test#34818
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces two small but useful changes. The first is an update to the model registry in tests/models/registry.py to provide a more specific reason for skipping tests related to H2OVLChatModel, which will improve test stability. The second change, in vllm/model_executor/models/minicpm_eagle.py, explicitly disallows the use of inputs_embeds for the EagleMiniCPMForCausalLM model by raising a NotImplementedError. This is a good defensive measure to prevent incorrect usage of the model and provides a clear error message. Both changes are correct and improve the robustness of the codebase. I approve these changes.
|
Hmm this simply skips the tests, which we didn't have to do before #33600 |
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
|
@DarkLight1337 good point - I changed this in 6ac74b8 |
|
Extra Initialization tests still fail |
|
The extra init tests seem to be failing because of OOM, so unsure of clear debug |
|
Might it be because #33600 caused the overrides/patches specific to the model initialization tests to not function correctly? |
|
@DarkLight1337 yes, I believe it's because |
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
|
EDIT: This workaround ended up not being any simpler than the full fix |
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
mgoin
left a comment
There was a problem hiding this comment.
The compromise is good with me to fix CI, thanks Matt
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: mgoin <mgoin64@gmail.com>
This reverts commit 662205d.
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
commit 4f9b8be Author: mgoin <mgoin64@gmail.com> Date: Fri Feb 20 17:14:56 2026 +0000 Cleanup Signed-off-by: mgoin <mgoin64@gmail.com> commit feed637 Author: mgoin <mgoin64@gmail.com> Date: Fri Feb 20 17:08:37 2026 +0000 Fix block_size mismatch for MLA models after vllm-project#34818 Signed-off-by: mgoin <mgoin64@gmail.com> Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com> Signed-off-by: Andrii Skliar <askliar@nvidia.com>
Signed-off-by: Matthew Bonanni <mbonanni@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
Purpose
Fixes #34806, #34810, #34814, and #34819
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.