[hotfix] fix import bug in checkpoint_io (#4142)

pull/4157/head
Baizhou Zhang 2023-07-03 22:14:37 +08:00 committed by GitHub
parent 8abc87798f
commit 1350ece492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"