Skip to content

Commit 17ee5a7

Browse files
committed
Modify the design
1 parent c34ba4e commit 17ee5a7

File tree

6 files changed

+49
-647
lines changed

6 files changed

+49
-647
lines changed

colossalai/checkpoint_io/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from .general_checkpoint_io import GeneralCheckpointIO
33
from .hybrid_parallel_checkpoint_io import HybridParallelCheckpointIO
44

5-
from .distributed_checkpoint_io import DistributedCheckpointIO
65
from .index_file import CheckpointIndexFile
76
from .moe_checkpoint import MoECheckpointIO
87

@@ -12,5 +11,4 @@
1211
"GeneralCheckpointIO",
1312
"HybridParallelCheckpointIO",
1413
"MoECheckpointIO",
15-
"DistributedCheckpointIO",
1614
]

0 commit comments

Comments
 (0)