mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-04 22:48:15 +00:00
[hotfix] fix import bug in checkpoint_io (#4142)
This commit is contained in:
parent
8abc87798f
commit
1350ece492
@ -11,7 +11,6 @@ import torch.nn as nn
|
||||
from torch.optim import Optimizer
|
||||
|
||||
from colossalai.tensor.d_tensor.d_tensor import DTensor
|
||||
from .index_file import CheckpointIndexFile
|
||||
|
||||
SAFE_WEIGHTS_NAME = "model.safetensors"
|
||||
WEIGHTS_NAME = "pytorch_model.bin"
|
||||
|
Loading…
Reference in New Issue
Block a user