deepspeedai / deepspeedai/DeepSpeed

How to train inside multiple nodes' Docker containers?

Open
#4,387 5 comments 0 reactions 1 assignee View on GitHub

@mrwyattii is already working on this.

Since Sep 22, 2023.

bug deepspeed-chat
Dominant language
Python
Stars
43.1k
Forks
5k
Avg merge
4d 15h
Merged PRs (30d)
112

Description

Describe the bug

Log output
After configuring the hostfile using pdsh, I use command deepspeed --num_nodes 2 hostfile=hostfile.txt train.py,But I find deepspeed login into other machine instead of the docker running on this machine.
However, all the training-related environment is within the Docker containers. I hope that pdsh can directly log in to another machine's Docker container and start the training process

image

I want pdsh to run in the docker ,not outside.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.