Skip to content

[vla, scripts] feat: add FastWAM ZeRO-1 SFT example - #138

Merged
Zachary-wW merged 1 commit into
baidu-baige:masterfrom
XueSongTap:master
Jul 31, 2026
Merged

[vla, scripts] feat: add FastWAM ZeRO-1 SFT example#138
Zachary-wW merged 1 commit into
baidu-baige:masterfrom
XueSongTap:master

Conversation

@XueSongTap

Copy link
Copy Markdown
Collaborator

Adds examples/embodied/fastwam/run_fastwam_sft_zero1.sh, a FastWAM SFT launch script using DDP + ZeRO Stage-1, alongside the existing plain-DDP example.

The plain-DDP script (run_fastwam_sft_ddp.sh) replicates optimizer state on every rank, which caps --per-device-batch-size at 1. Sharding optimizer state with ZeroRedundancyOptimizer frees enough memory to run at --per-device-batch-size 16 on the same 8-GPU node, so this gives users a ready-made higher-throughput starting point without hand-tuning the DDP flags.

@Zachary-wW
Zachary-wW merged commit f98612b into baidu-baige:master Jul 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants