Skip to content

Commit

Permalink
add sequence parallel utils to fleet utils (PaddlePaddle#55462)
Browse files Browse the repository at this point in the history
  • Loading branch information
littsk authored Jul 19, 2023
1 parent 4c4d318 commit bc15370
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/distributed/fleet/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from . import hybrid_parallel_util # noqa: F401
from . import tensor_parallel_utils # noqa: F401
from . import mix_precision_utils # noqa: F401
from . import sequence_parallel_utils


__all__ = ["LocalFS", "recompute", "DistributedInfer", "HDFSClient"] # noqa
Expand Down
Loading

0 comments on commit bc15370

Please sign in to comment.