[zero] fix wrong import (#2777)

pull/2766/head^2
Boyuan Yao 2023-02-17 10:26:07 +08:00 committed by GitHub
parent ba84cd80b2
commit 8e3f66a0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from typing import Optional
import torch
import torch.distributed as dist
from torch.six import inf
from torch import inf
from torch._utils import _flatten_dense_tensors, _unflatten_dense_tensors
from colossalai.tensor import ColoParameter