Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
f34dab42
"docs/git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "0c0455700fbea15a1ad663b890278dbdb0d581cd"
Unverified
Commit
f34dab42
authored
Oct 28, 2022
by
Jiarui Fang
Committed by
GitHub
Oct 28, 2022
Browse files
[compatibility] ChunkMgr import error (#1772)
parent
a4d1f59c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
colossalai/gemini/__init__.py
colossalai/gemini/__init__.py
+5
-3
No files found.
colossalai/gemini/__init__.py
View file @
f34dab42
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'
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment