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
d8a5aded
"examples/git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "12c8bf38d7d7f647a26aa0a90a3915a8824882d2"
Unverified
Commit
d8a5aded
authored
Sep 06, 2022
by
Super Daniel
Committed by
GitHub
Sep 06, 2022
Browse files
[hotfix] change namespace for meta_trace. (#1541)
parent
a203b709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
colossalai/fx/tracer/_meta_trace.py
colossalai/fx/tracer/_meta_trace.py
+1
-1
No files found.
colossalai/fx/tracer/_meta_trace.py
View file @
d8a5aded
...
...
@@ -20,7 +20,7 @@ def meta_trace(module: torch.nn.Module, *args, **kwargs) -> Graph:
>>> graph.print_tabular()
"""
graph
=
Graph
()
namespace
=
_N
amespace
()
namespace
=
graph
.
_graph_n
amespace
class
MetaProxy
(
torch
.
Tensor
):
"""
...
...
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