"docs/git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "0c0455700fbea15a1ad663b890278dbdb0d581cd"
Unverified Commit f34dab42 authored by Jiarui Fang's avatar Jiarui Fang Committed by GitHub
Browse files

[compatibility] ChunkMgr import error (#1772)

parent a4d1f59c
from .chunk import TensorInfo, TensorState from .chunk import ChunkManager, TensorInfo, TensorState
from .gemini_mgr import GeminiManager
from .stateful_tensor_mgr import StatefulTensorMgr from .stateful_tensor_mgr import StatefulTensorMgr
from .tensor_placement_policy import TensorPlacementPolicyFactory from .tensor_placement_policy import TensorPlacementPolicyFactory
from .gemini_mgr import GeminiManager
__all__ = ['StatefulTensorMgr', 'TensorPlacementPolicyFactory', 'GeminiManager', 'TensorInfo', 'TensorState'] __all__ = [
'StatefulTensorMgr', 'TensorPlacementPolicyFactory', 'GeminiManager', 'TensorInfo', 'TensorState', 'ChunkManager'
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment