mirror of https://github.com/hpcaitech/ColossalAI
[compatibility] ChunkMgr import error (#1772)
parent
a4d1f59c78
commit
f34dab4270
|
@ -1,6 +1,8 @@
|
|||
from .chunk import TensorInfo, TensorState
|
||||
from .chunk import ChunkManager, TensorInfo, TensorState
|
||||
from .gemini_mgr import GeminiManager
|
||||
from .stateful_tensor_mgr import StatefulTensorMgr
|
||||
from .tensor_placement_policy import TensorPlacementPolicyFactory
|
||||
from .gemini_mgr import GeminiManager
|
||||
|
||||
__all__ = ['StatefulTensorMgr', 'TensorPlacementPolicyFactory', 'GeminiManager', 'TensorInfo', 'TensorState']
|
||||
__all__ = [
|
||||
'StatefulTensorMgr', 'TensorPlacementPolicyFactory', 'GeminiManager', 'TensorInfo', 'TensorState', 'ChunkManager'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue