mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-22 09:59:38 +00:00
[fx] supported data-dependent control flow in model tracing (#1185)
* [fx] supported data-dependent control flow in model tracing * polish code
This commit is contained in:
4
colossalai/fx/tracer/meta_patch/__init__.py
Normal file
4
colossalai/fx/tracer/meta_patch/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from sys import meta_path
|
||||
from .registry import *
|
||||
from .patched_function import *
|
||||
from .patched_module import *
|
Reference in New Issue
Block a user