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
4d223e18
Commit
4d223e18
authored
Jan 09, 2023
by
oahzxl
Browse files
fix typo
parent
8a989a0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
colossalai/autochunk/estimate_memory.py
colossalai/autochunk/estimate_memory.py
+0
-0
colossalai/autochunk/search_chunk.py
colossalai/autochunk/search_chunk.py
+1
-1
colossalai/autochunk/select_chunk.py
colossalai/autochunk/select_chunk.py
+1
-1
No files found.
colossalai/autochunk/esti
a
mte_memory.py
→
colossalai/autochunk/estim
a
te_memory.py
View file @
4d223e18
File moved
colossalai/autochunk/search_chunk.py
View file @
4d223e18
import
copy
import
copy
from
.esti
a
mte_memory
import
EstimateMemory
from
.estim
a
te_memory
import
EstimateMemory
from
.reorder_graph
import
ReorderGraph
from
.reorder_graph
import
ReorderGraph
from
.select_chunk
import
SelectChunk
from
.select_chunk
import
SelectChunk
from
.trace_flow
import
TraceFlow
from
.trace_flow
import
TraceFlow
...
...
colossalai/autochunk/select_chunk.py
View file @
4d223e18
from
.esti
a
mte_memory
import
EstimateMemory
from
.estim
a
te_memory
import
EstimateMemory
from
.reorder_graph
import
ReorderGraph
from
.reorder_graph
import
ReorderGraph
from
.trace_index
import
TraceIndex
from
.trace_index
import
TraceIndex
from
.utils
import
is_non_compute_node
from
.utils
import
is_non_compute_node
...
...
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