Add Qwen3-VL-30B-A3B#4517
Open
lydhr wants to merge 1 commit into
Open
Conversation
lydhr
requested review from
A9isha,
NuojCheng,
RissyRan,
SurbhiJainUSC,
abhinavclemson,
aireenmei,
bvandermoon,
darisoy,
dipannita08,
gagika,
gobbleturk,
hengtaoguo,
huytransformer,
igorts-git,
jiangjy1982,
khatwanimohit,
parambole,
richjames0,
shralex,
shuningjin,
suexu1025,
vipannalla and
xibinliu
as code owners
July 17, 2026 07:48
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
lydhr
force-pushed
the
qwen3-vl-30b-a3b
branch
5 times, most recently
from
July 19, 2026 17:49
17dc64a to
2f2a284
Compare
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.
Description
This PR adds support for the Qwen/Qwen3-VL-30B-A3B-Instruct model in MaxText, integrating this advanced Multimodal Vision-Language Model (VLM) which features a Mixture-of-Experts (MoE) text decoder.
Key Changes & Context
Implementation Specifics
• New configuration injected: src/maxtext/configs/models/qwen3-vl-30b-a3b.yml.
• Support is wired as headless decoder layers, with downstream projector transformations feeding standard decoding passes.
• Weight-transformation rules in param_mapping.py are enriched for correct layer replication vs scanning.
Tests
The changes have been thoroughly tested on a remote TPU VM environment using custom assertions and standard quick-tracing mechanisms.
pipelines.
mathematically Equivalent to Torch baseline (HuggingFace implementations).
Checklist
gemini-reviewlabel.