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

[OPT]Set order for hybridparallel setting #51781

Merged

Conversation

ForFishes
Copy link
Member

@ForFishes ForFishes commented Mar 17, 2023

PR types

New features

PR changes

Others

Describe

[HybridParallel]Set order for hybridparallel setting.

strategy = fleet.DistributedStrategy()
strategy.hybrid_configs = {
                        "dp_degree": 2
                        "mp_degree": 2,
                        "pp_degree": 2
                        "sharding_degree": 1,
                        "order": "pp,dp,sharding,mp"
}

@ForFishes ForFishes changed the title [HybridParallel]Set order for hybridparallel setting [OPT]Set order for hybridparallel setting Mar 20, 2023
@ForFishes ForFishes merged commit e0eb5cf into PaddlePaddle:develop Mar 21, 2023
@ForFishes ForFishes deleted the add_hybrid_parallel_topology branch March 21, 2023 06:09
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