stylable icon indicating copy to clipboard operation
stylable copied to clipboard

Is model parallelism supported for PyTorch?

Open liaopeiyuan opened this issue 3 years ago • 1 comments

If I write my own multi-GPU model or use torch.distributed.pipeline.sync.Pipe, would multi-node training still work with byteps?

liaopeiyuan avatar Apr 01 '21 13:04 liaopeiyuan

We are working on supporting model parallelism. For now, you can still use BytePS to optimize the allreduce primitive in your code.

ymjiang avatar Apr 02 '21 01:04 ymjiang