Skip to content

Commit

Permalink
[pipeline] add stage manager (hpcaitech#4093)
Browse files Browse the repository at this point in the history
* [pipeline] add stage manager

* [test] add pipeline stage manager test

* [pipeline] add docstring for stage manager
  • Loading branch information
ver217 committed Aug 15, 2023
1 parent 3c2fbe2 commit b902be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipeline/test_stage_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def check_stage_manager():
1: [0, 1],
2: [2, 3],
3: [2, 3],
}
}
pg_mesh = ProcessGroupMesh(DP_SIZE, PP_SIZE)
stage_manager = PipelineStageManager(pg_mesh, PP_DIM)
rank = dist.get_rank()
Expand Down

0 comments on commit b902be2

Please sign in to comment.