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
cb5a587e
Unverified
Commit
cb5a587e
authored
Nov 02, 2022
by
Jiarui Fang
Committed by
GitHub
Nov 02, 2022
Browse files
[hotfix] polish chunk import (#1787)
parent
e859380b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
colossalai/gemini/__init__.py
colossalai/gemini/__init__.py
+3
-2
No files found.
colossalai/gemini/__init__.py
View file @
cb5a587e
from
.chunk
import
ChunkManager
,
TensorInfo
,
TensorState
from
.chunk
import
ChunkManager
,
TensorInfo
,
TensorState
,
search_chunk_configuration
from
.gemini_mgr
import
GeminiManager
from
.stateful_tensor_mgr
import
StatefulTensorMgr
from
.tensor_placement_policy
import
TensorPlacementPolicyFactory
__all__
=
[
'StatefulTensorMgr'
,
'TensorPlacementPolicyFactory'
,
'GeminiManager'
,
'TensorInfo'
,
'TensorState'
,
'ChunkManager'
'StatefulTensorMgr'
,
'TensorPlacementPolicyFactory'
,
'GeminiManager'
,
'TensorInfo'
,
'TensorState'
,
'ChunkManager'
,
'search_chunk_configuration'
]
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