Skip to content

Commit

Permalink
[Feature] Support pipeline parallelism model wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqiNO1 committed Sep 5, 2023
1 parent 45ee96d commit ae13282
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmengine/model/wrappers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
from .fully_sharded_distributed import \
MMFullyShardedDataParallel # noqa:F401
__all__.append('MMFullyShardedDataParallel')

from .pipeline_distributed import \
MMPipelineParallel # noqa:F401
__all__.append('MMPipelineParallel')
Loading

0 comments on commit ae13282

Please sign in to comment.