ColossalAI/colossalai/shardformer/shard/__init__.py

6 lines
167 B
Python

from .shard_config import ShardConfig
from .sharder import ModelSharder
from .shardformer import ShardFormer
__all__ = ['ShardConfig', 'ModelSharder', 'ShardFormer']