Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automodel] re-enable FSDP2 tests #12325

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
reduce accumulate_grad_batches 10 -> 2
Signed-off-by: Alexandros Koumparoulis <[email protected]>
  • Loading branch information
akoumpa committed Feb 23, 2025
commit 2c48adef6f69879aefe44e60bfda7a0cb0d73139
2 changes: 1 addition & 1 deletion tests/collections/vlm/hf/sft_fsdp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def fmt(sample):
log_every_n_steps=1,
limit_val_batches=0.0,
num_sanity_val_steps=0,
accumulate_grad_batches=10,
accumulate_grad_batches=2,
gradient_clip_val=grad_clip,
use_distributed_sampler=use_dist_samp,
logger=wandb,
Expand Down