Skip to content

Commit

Permalink
fixed typo (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Feb 27, 2021
1 parent 7eb083c commit db987cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/runtime/pipe/topology.py
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

0 comments on commit db987cf

Please sign in to comment.