add instantiation target in config yaml file
Browse files
InterpreterAtomicFlow.yaml
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
name: "InterpreterAtomicFlow"
|
2 |
-
description: "A flow that compiles and runs codes"
|
|
|
|
1 |
name: "InterpreterAtomicFlow"
|
2 |
+
description: "A flow that compiles and runs codes"
|
3 |
+
_target_: flow_modules.aiflows.InterpreterFlowModule.InterpreterAtomicFlow.instantiate_from_default_config
|