[api] implemented the checkpoint io module (#3205)

* [api] implemented the checkpoint io module

* polish code

* polish code
This commit is contained in:
Frank Lee
2023-03-23 10:53:17 +08:00
committed by GitHub
parent f8289d4221
commit cd142fbefa
4 changed files with 514 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .checkpoint_io_base import CheckpointIO, ShardCheckpointIndexFile
from .general_checkpoint_io import GeneralCheckpointIO
__all__ = ['CheckpointIO', 'ShardCheckpointIndexFile', 'GeneralCheckpointIO']