mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 23:18:36 +00:00
[fx] support meta tracing for aten level computation graphs like functorch. (#1536)
* [fx] support meta tracing for aten level computation graphs like functorch. * [fx] support meta tracing for aten level computation graphs like functorch. * [fx] remove redundant import. * [fx] add docstring.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
from .tracer import ColoTracer
|
||||
from .tracer import ColoTracer, meta_trace
|
||||
from .graph_module import ColoGraphModule
|
||||
|
Reference in New Issue
Block a user