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 · 2 comments
Open

Use Gang Scheduling in ElasticJob of DLRover. #1075

workingloong opened this issue Apr 14, 2024 · 2 comments
Labels
todo issue or pr with 'todo' will ignore expiration
Milestone

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.

@BalaBalaYi BalaBalaYi added this to the Backlog milestone Jun 6, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity.

@github-actions github-actions bot added the stale label Oct 13, 2024
Copy link

This issue is being automatically closed due to inactivity.

@BalaBalaYi BalaBalaYi reopened this Nov 18, 2024
@BalaBalaYi BalaBalaYi added todo issue or pr with 'todo' will ignore expiration and removed stale labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo issue or pr with 'todo' will ignore expiration
Projects
None yet
Development

No branches or pull requests

2 participants