Open cblmemo opened 1 month ago
Assigning @andylizf
@Michaelvll Question about self.dag
in StrategyExecutor:
Is self.dag
intended as a future-proof design? If so, what scenarios were considered?
Is it correct to assume that self.dag
is unrelated to parallel execution of independent tasks at the same level?
Or is it simply for convenience in passing arguments to self.launch
, with no special significance?
Understanding this would help us implement parallel execution effectively. Thanks!
Blocked by #4054.
As a first step, we should support parallel execution for some basic DAG, in our jobs controller. For the following example, we should support parallel execution of the two finetune task.