nemo_curator.backends.xenna.executor
nemo_curator.backends.xenna.executor
nemo_curator.backends.xenna.executor
Bases: BaseExecutor
Executor that runs pipelines using Cosmos-Xenna. This executor provides integration between the nemo-curator pipeline framework and the Cosmos-Xenna execution engine for distributed processing.
Get configuration value with fallback to defaults.
Execute the pipeline using Cosmos-Xenna.
Parameters:
The stages to run
The initial tasks to run. Empty list of Task is used if not provided.
Returns: list[Task]
list[Task]: List of output tasks from the pipeline