Skip to content

Commit

Permalink
Modify the design
Browse files Browse the repository at this point in the history
  • Loading branch information
flybird11111 committed Jan 20, 2025
1 parent c34ba4e commit e3f9de3
Show file tree
Hide file tree
Showing 7 changed files with 551 additions and 648 deletions.
3 changes: 0 additions & 3 deletions colossalai/checkpoint_io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from .checkpoint_io_base import CheckpointIO
from .general_checkpoint_io import GeneralCheckpointIO
from .hybrid_parallel_checkpoint_io import HybridParallelCheckpointIO

from .distributed_checkpoint_io import DistributedCheckpointIO
from .index_file import CheckpointIndexFile
from .moe_checkpoint import MoECheckpointIO

Expand All @@ -12,5 +10,4 @@
"GeneralCheckpointIO",
"HybridParallelCheckpointIO",
"MoECheckpointIO",
"DistributedCheckpointIO",
]
621 changes: 0 additions & 621 deletions colossalai/checkpoint_io/distributed_checkpoint_io.py

This file was deleted.

Loading

0 comments on commit e3f9de3

Please sign in to comment.