mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 18:40:28 +00:00
[api] implemented the checkpoint io module (#3205)
* [api] implemented the checkpoint io module * polish code * polish code
This commit is contained in:
4
colossalai/checkpoint_io/__init__.py
Normal file
4
colossalai/checkpoint_io/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .checkpoint_io_base import CheckpointIO, ShardCheckpointIndexFile
|
||||
from .general_checkpoint_io import GeneralCheckpointIO
|
||||
|
||||
__all__ = ['CheckpointIO', 'ShardCheckpointIndexFile', 'GeneralCheckpointIO']
|
Reference in New Issue
Block a user