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
fd818cf1
Commit
fd818cf1
authored
Jan 10, 2023
by
oahzxl
Browse files
change imports
parent
a591d45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
colossalai/autochunk/autochunk_codegen.py
colossalai/autochunk/autochunk_codegen.py
+2
-1
No files found.
colossalai/autochunk/autochunk_codegen.py
View file @
fd818cf1
...
@@ -18,7 +18,8 @@ if CODEGEN_AVAILABLE:
...
@@ -18,7 +18,8 @@ if CODEGEN_AVAILABLE:
inplace_methods
,
inplace_methods
,
magic_methods
,
magic_methods
,
)
)
from
torch.fx.node
import
Argument
,
Node
,
_get_qualified_name
,
_type_repr
,
map_arg
from
torch.fx.node
import
Argument
,
Node
,
_get_qualified_name
,
_type_repr
,
map_arg
from
.search_chunk
import
SearchChunk
from
.search_chunk
import
SearchChunk
from
.utils
import
delete_free_var_from_last_use
,
find_idx_by_name
,
get_node_shape
from
.utils
import
delete_free_var_from_last_use
,
find_idx_by_name
,
get_node_shape
...
...
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