Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f723594
[doc] refactor: Restructure examples folder - move recipes to models,…
yaoyu-33 Jan 29, 2026
5527465
Add GLM-4.5V and update Gemma 3 VL example scripts
yaoyu-33 Jan 29, 2026
dcae909
docs update
yaoyu-33 Jan 30, 2026
166d3e0
update run scripts
yaoyu-33 Jan 30, 2026
b8d29d4
docs(glm_45v): fix parallelism config in README to match scripts
yaoyu-33 Jan 30, 2026
1232791
fix comments
yaoyu-33 Jan 30, 2026
6a41455
Merge branch 'main' into add-glm45v-gemma3vl-examples
yaoyu-33 Jan 30, 2026
f71dbce
balance the decoder layer number on first PP rank for PP8 case
suiyoubi Feb 3, 2026
e0b62a1
update examples for glm45v
suiyoubi Feb 3, 2026
0f4af5c
Add resiliency examples for ft launcher and straggler detection (#2115)
ananthsub Feb 2, 2026
f283ad1
[🤖]: Update docs-versions after code-freeze for r0.3.0
github-actions[bot] Feb 2, 2026
219195c
[🤖]: Update docs-versions after code-freeze for r0.3.0
github-actions[bot] Feb 2, 2026
61e91b3
ci(fix): code freeze workflow (#2177)
ko3n1g Feb 2, 2026
89dddf0
Add refactored recipe files for pretrain configs of LLMs (#2067)
athitten Feb 2, 2026
ae8ae0d
docs: remove empty bullet point from News section (#2179)
yaoyu-33 Feb 2, 2026
78f0e92
Dsv3 Recipe Update (#2152)
dingqingy-nv Feb 3, 2026
779dce3
Version bump to `0.4.0rc0.dev0` (#2176)
github-actions[bot] Feb 3, 2026
9ebb2c6
Revert "Add refactored recipe files for pretrain configs of LLMs (#20…
ko3n1g Feb 3, 2026
8866c35
Revert packed seq extra checks (#2180)
cuichenx Feb 3, 2026
dc8b7af
DSv3 EP=8 for B200, PP8-VP2 for B300 BF16, Lm3.1 405B TP4-CP1 GB300 F…
malay-nagda Feb 3, 2026
e2fdda2
ci: Add secrets detector (#2154)
chtruong814 Feb 3, 2026
1109437
docs: Reorganize GLM-4.5V and Gemma 3 VL documentation
yaoyu-33 Feb 3, 2026
85de002
Merge branch 'main' into add-glm45v-gemma3vl-examples
yaoyu-33 Feb 3, 2026
26d4546
Merge branch 'main' into add-glm45v-gemma3vl-examples
yaoyu-33 Feb 3, 2026
11a0e70
Fix MyST xref warnings by using GitHub URLs for example links
yaoyu-33 Feb 3, 2026
3f5b063
Merge branch 'main' into add-glm45v-gemma3vl-examples
yaoyu-33 Feb 4, 2026
2a95b5f
fix(tests): update GLM-45V recipe tests for new PP=8 defaults
yaoyu-33 Feb 4, 2026
b5030db
update glm45 layout and test
suiyoubi Feb 4, 2026
bb011ea
ruff
suiyoubi Feb 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/models/llm/gemma3.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ torchrun --nproc-per-node=8 run/run_recipe.py \
- Gemma 3 1B: https://huggingface.co/google/gemma-3-1b-it

## Related Docs
- Gemma3 Vision-Language Models: [Gemma 3 VL](../vlm/gemma3-vl.md)
- Gemma3 Vision-Language Models: [Gemma 3 VL](../../../examples/models/vlm/gemma3_vl/README.md)
- Recipe usage: [Recipe usage](../../recipe-usage.md)
- Customizing the training recipe configuration: [Configuration overview](../../training/config-container-overview.md)
- Training entry points: [Entry points](../../training/entry-points.md)
2 changes: 1 addition & 1 deletion docs/models/vlm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Megatron Bridge supports the following VLM families:

| Model | Documentation | Description |
|-------|---------------|-------------|
| **Gemma 3 VL** | [gemma3-vl.md](gemma3-vl.md) | Google Gemma 3 Vision Language model |
| **Gemma 3 VL** | [Gemma 3 VL](../../../examples/models/vlm/gemma3_vl/README.md) | Google Gemma 3 Vision Language model |
| **Nemotron Nano V2 VL** | [nemotron-nano-v2-vl.md](nemotron-nano-v2-vl.md) | NVIDIA Nemotron Nano V2 Vision Language model |
Comment thread
yaoyu-33 marked this conversation as resolved.
| **Qwen2.5 VL** | [qwen2.5-vl.md](qwen2.5-vl.md) | Alibaba Cloud Qwen2.5 Vision Language model |
| **Qwen3 VL** | [qwen3-vl.md](qwen3-vl.md) | Alibaba Cloud Qwen3 Vision Language model |
Expand Down
216 changes: 0 additions & 216 deletions docs/models/vlm/gemma3-vl.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/models/vlm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section documents Vision Language Models supported by Megatron Bridge.
```{toctree}
:hidden:

gemma3-vl.md
../../../examples/models/vlm/gemma3_vl/README.md
glm-45v.md
ministral3.md
Comment thread
yaoyu-33 marked this conversation as resolved.
nemotron-nano-v2-vl.md
Expand Down
Loading