[hotfix] fix typo in hybrid parallel io (#4697)

This commit is contained in:
Baizhou Zhang
2023-09-12 17:32:19 +08:00
committed by GitHub
parent 8844691f4b
commit d8ceeac14e
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
from .checkpoint_io_base import CheckpointIO
from .general_checkpoint_io import GeneralCheckpointIO
from .hybrid_parallel_checkpoint_io import HypridParallelCheckpointIO
from .hybrid_parallel_checkpoint_io import HybridParallelCheckpointIO
from .index_file import CheckpointIndexFile
__all__ = ['CheckpointIO', 'CheckpointIndexFile', 'GeneralCheckpointIO', 'HybridParallelCheckpointIO']