Migrate Qwen VL models to HybridModel - #4837
Draft
Phlip79 wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Philip Petrakian <ppetrakian@nvidia.com>
This was referenced Jul 12, 2026
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.
Summary
HybridModelModels modified
Qwen3-VL checkpoints using
Qwen3VLForConditionalGenerationorQwen3VLMoeForConditionalGeneration:Qwen/Qwen3-VL-8B-InstructQwen/Qwen3-VL-30B-A3B-InstructQwen/Qwen3-VL-235B-A22B-InstructOfficial dense Qwen3.5 multimodal checkpoints using
Qwen3_5ForConditionalGeneration:Qwen/Qwen3.5-0.8BQwen/Qwen3.5-2BQwen/Qwen3.5-4BQwen/Qwen3.5-9BQwen/Qwen3.5-27BOfficial MoE Qwen3.5 multimodal checkpoints using
Qwen3_5MoeForConditionalGeneration:Qwen/Qwen3.5-35B-A3BQwen/Qwen3.5-122B-A10BQwen/Qwen3.5-397B-A17BEach official Qwen3.5 repository above has a top-level multimodal configuration containing a nested
qwen3_5_textorqwen3_5_moe_textdecoder. PR #4836 migrates those reusable decoder architectures; this PR owns the public checkpoint IDs and migrates their top-level conditional-generation wrappers, vision models, prefixed conversion mappings, and recipes.Stack
This is PR 3 of 4. Merge the stack in order:
Validation
uv run --no-project --with pre-commit pre-commit run --all-files