nemo_curator.backends.xenna.executor
Module Contents
Classes
API
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.
_default_pipeline_config
Get configuration value with fallback to defaults.
Execute the pipeline using Cosmos-Xenna.
Parameters:
stages
The stages to run
initial_tasks
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