Files
ColossalAI/colossalai/checkpoint_io/__init__.py
Frank Lee cd142fbefa [api] implemented the checkpoint io module (#3205)
* [api] implemented the checkpoint io module

* polish code

* polish code
2023-03-23 10:53:17 +08:00

5 lines
205 B
Python

from .checkpoint_io_base import CheckpointIO, ShardCheckpointIndexFile
from .general_checkpoint_io import GeneralCheckpointIO
__all__ = ['CheckpointIO', 'ShardCheckpointIndexFile', 'GeneralCheckpointIO']