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

Default to FSDP strategy #648

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Default to FSDP strategy #648

merged 4 commits into from
Jul 15, 2024

Conversation

2015aroras
Copy link
Collaborator

@2015aroras 2015aroras commented Jul 9, 2024

Issue: When distributed strategies beyond FSDP (e.g. DDP, single-GPU) were introduced, the default strategy was changed from FSDP to single-GPU. This is backwards-incompatible, with existing configs/runs broken by this change. In general when we add new settings we should set backwards-compatible defaults.

Fix: Set default distributed_strategy to DistributedStrategy.fsdp

@ananyahjha93
Copy link
Contributor

@2015aroras can you add a changelog.

@2015aroras 2015aroras merged commit 26c2d53 into main Jul 15, 2024
12 checks passed
@2015aroras 2015aroras deleted the shanea/default-fsdp-strategy branch July 15, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants