Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deepspeed/runtime/pipe/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def __init__(self, num_pp, num_mp, num_dp):

class PipelineParallelGrid:
"""Implements a grid object that stores the data parallel ranks
corresponding to each o the model parallel stages
corresponding to each of the model parallel stages

The grid object organizes the processes in a distributed pytorch job
into a 2D grid, of stage_id and data_parallel_id.
Expand Down