mirror of https://github.com/hpcaitech/ColossalAI
[zero] fix wrong import (#2777)
parent
ba84cd80b2
commit
8e3f66a0d1
|
@ -3,7 +3,7 @@ from typing import Optional
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
import torch.distributed as dist
|
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 torch._utils import _flatten_dense_tensors, _unflatten_dense_tensors
|
||||||
|
|
||||||
from colossalai.tensor import ColoParameter
|
from colossalai.tensor import ColoParameter
|
||||||
|
|
Loading…
Reference in New Issue