Cluster Infrastructure: 5D Parallelism, Scheduling, and Checkpoints
Implement tensor-parallel linear layers (column-parallel then row-parallel) with correct f
Implement tensor-parallel linear layers (column-parallel then row-parallel) with correct forward/backward collectives in PyTorch.
class _CopyToModelParallelComplete the starter code in the editor. Any correct approach is accepted.