Skip to content

Commit e3f9de3

Browse files
committed
Modify the design
1 parent c34ba4e commit e3f9de3

File tree

7 files changed

+551
-648
lines changed

7 files changed

+551
-648
lines changed

colossalai/checkpoint_io/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from .checkpoint_io_base import CheckpointIO
22
from .general_checkpoint_io import GeneralCheckpointIO
33
from .hybrid_parallel_checkpoint_io import HybridParallelCheckpointIO
4-
5-
from .distributed_checkpoint_io import DistributedCheckpointIO
64
from .index_file import CheckpointIndexFile
75
from .moe_checkpoint import MoECheckpointIO
86

@@ -12,5 +10,4 @@
1210
"GeneralCheckpointIO",
1311
"HybridParallelCheckpointIO",
1412
"MoECheckpointIO",
15-
"DistributedCheckpointIO",
1613
]

colossalai/checkpoint_io/distributed_checkpoint_io.py

-621
This file was deleted.

0 commit comments

Comments
 (0)