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

Nomad Scheduler Support #734

Open
mwlon opened this issue Jun 20, 2023 · 1 comment
Open

Nomad Scheduler Support #734

mwlon opened this issue Jun 20, 2023 · 1 comment

Comments

@mwlon
Copy link

mwlon commented Jun 20, 2023

Description

Add support for Hashicorp Nomad as a scheduler.

Motivation/Background

Nomad has a good scheduler, and pytorch has good distributed training. However, Nomad launches batch job tasks asynchronously instead of all at once, so torchx will be necessary to train in an orderly way when not all resources are immediately available.

Proposal

Add a torchx.schedulers.Scheduler subclass.

@kiukchung
Copy link
Collaborator

Sounds reasonable. Would you be open to contributing the Nomad scheduler integration? Happy to review the PR. Thanks!

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

2 participants