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

Use Gang Scheduling in ElasticJob of DLRover. #1075

Open
workingloong opened this issue Apr 14, 2024 · 0 comments
Open

Use Gang Scheduling in ElasticJob of DLRover. #1075

workingloong opened this issue Apr 14, 2024 · 0 comments

Comments

@workingloong
Copy link
Collaborator

For PyTorch elastic synchronous training jobs, the number of workers is typically set between min_nodes and max_nodes. If the number of nodes is less than min_nodes, the training iteration cannot start, with the initially launched workers occupying resources while waiting, leading to a waste of hardware capability. Gang Scheduling, on the other hand, will not launch the worker Pods until the number of available nodes in the cluster is at least min_nodes.

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

No branches or pull requests

1 participant