Support qwen3-vl for THD format and CP#1943
Merged
ko3n1g merged 39 commits intoNVIDIA-NeMo:mainfrom Feb 10, 2026
Merged
Conversation
Signed-off-by: jinliangl <jinliangl@nvidia.com>
yaoyu-33
reviewed
Jan 14, 2026
yaoyu-33
reviewed
Jan 14, 2026
yaoyu-33
reviewed
Jan 14, 2026
yaoyu-33
reviewed
Jan 14, 2026
Signed-off-by: jinliangl <jinliangl@nvidia.com>
…rgency has not been test yet.
…ck's param, need to check it further.
shifangx
reviewed
Jan 22, 2026
shifangx
reviewed
Jan 22, 2026
cuichenx
approved these changes
Jan 22, 2026
cuichenx
requested changes
Jan 22, 2026
Contributor
cuichenx
left a comment
There was a problem hiding this comment.
Sorry, accidentally clicked approve. Please check my comments above
shifangx
reviewed
Jan 23, 2026
src/megatron/bridge/models/qwen_vl/modelling_qwen3_vl/transformer_config.py
Show resolved
Hide resolved
src/megatron/bridge/models/qwen_vl/modelling_qwen3_vl/transformer_config.py
Outdated
Show resolved
Hide resolved
Signed-off-by: jinliangl <jinliangl@nvidia.com>
…ision_model=true to enable it Signed-off-by: jinliangl <jinliangl@nvidia.com>
Signed-off-by: jinliangl <jinliangl@nvidia.com>
a3b8dda to
8ae2c86
Compare
Contributor
|
/ok to test 1cfa2dc |
Contributor
Author
|
/ok to test 1cfa2dc |
Contributor
Author
|
/ok to test e18e64d |
Contributor
|
/ok to test e18e64d |
shifangx
previously approved these changes
Feb 10, 2026
Contributor
|
/ok to test 3eb6ebc |
1 similar comment
Contributor
Author
|
/ok to test 3eb6ebc |
ko3n1g
approved these changes
Feb 10, 2026
Contributor
ko3n1g
left a comment
There was a problem hiding this comment.
Tests will be submitted soon in a followup
This was referenced Feb 11, 2026
5 tasks
5 tasks
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.
What does this PR do ?
We will adopt @ISEEKYAN's work for qwen3-vl from mbridge into megatron-bridge, incorporating his additions such as THD format and CP support.
For now, THD format and BSHD format training is ready.
python -m torch.distributed.run --nproc_per_node=8 \ users/jinliangl cw-dfw-cs-001-vscode-01 finetune_qwen_vl.py \ --dataset-type hf \ --data-path llava_video_178k \ --recipe qwen3_vl_30b_a3b_finetune_config \ --config-file conf/qwen3_vl_30b_a3b_pretrain_mfsdp_override_example.yaml dataset.pack_sequences_in_batch=falseModel forward Validation
The output from Megatron-Bridge's Qwen3VL is now bitwise identical to that of M-Bridge's Qwen3VL.
MOE model
Dense model
Remain to do
Summary by CodeRabbit
Release Notes
New Features
Configuration Updates