You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because in any case where multiple previous_group_ids are specified, we could end up with conflicts for the same label, and end up replacing with the wrong task. (And in general, the behaviour would become non-deterministic, which is not great...)
We could conceivably fix this by allowing start_task_ids to be specified explicitly (which we'd either use in addition to or instead of the automatically detected ones. Or perhaps we should wait until we discuss #719 more before adding more hacks here?
I'm trying to continue the pipeline after we get the results of the
evaluate-teacher-ensemble
task.By doing something like:
or
I'm getting an error:
Completed group
log1
log2
Workaround:
It reruns the evaluation again but at least schedules other things properly.
The text was updated successfully, but these errors were encountered: