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

Distributed training with Horovod? #58

Open
Qiuzhuang opened this issue Apr 18, 2019 · 1 comment
Open

Distributed training with Horovod? #58

Qiuzhuang opened this issue Apr 18, 2019 · 1 comment

Comments

@Qiuzhuang
Copy link

Can we have the Distributed training with Horovod version -- we want to speed up LM training via a cluster of GPU machines.

@raulpuric
Copy link
Contributor

We do not use horovod for pytorch distributed training. We use our own multinode launchers that adhere to pytorch's distributed training format for multinode training.
Pytorch's multinode format is mpi-like and fairly similar to horovod so you may be able to use it, but I can't say for sure.
Here's a more updated example of PyTorch distributed training for language modeling. You should be able to set similar environment variables to run multinode training.

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