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

[Core] Failure in pytorch distributed training code failed to get a job into FAILED state #4421

Open
Michaelvll opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@Michaelvll
Copy link
Collaborator

A user reported that although their distributed training code failed due to NCCL error on worker node, SkyPilot does not set the job in FAILED state.

Version & Commit info:

  • sky -v: PLEASE_FILL_IN
  • sky -c: PLEASE_FILL_IN
@Michaelvll
Copy link
Collaborator Author

It turns out that the user program has an 0 return code even if a failure happens, which causes our driver process to wait for any in-progress processes to return with 0 return code.

@Michaelvll Michaelvll added the OSS label Dec 19, 2024 — with Linear
@Michaelvll Michaelvll removed the OSS label Dec 19, 2024
@Michaelvll Michaelvll added the OSS label Dec 19, 2024 — with Linear
@Michaelvll Michaelvll removed the OSS label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant