deepspeedai / deepspeedai/DeepSpeed
How to train inside multiple nodes' Docker containers?
Open
@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
I want pdsh to run in the docker ,not outside.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.