mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-11 06:33:30 +00:00
5 lines
205 B
Python
5 lines
205 B
Python
from .checkpoint_io_base import CheckpointIO, ShardCheckpointIndexFile
|
|
from .general_checkpoint_io import GeneralCheckpointIO
|
|
|
|
__all__ = ['CheckpointIO', 'ShardCheckpointIndexFile', 'GeneralCheckpointIO']
|