nemo_automodel.components.launcher.base
nemo_automodel.components.launcher.base
Module Contents
Classes
API
Abstract
Base class for all job launchers (interactive, SLURM, SkyPilot, nemo-run).
abstract
Launch a recipe job.
Parameters:
config
Parsed YAML config dict (without the launcher section).
config_path
Resolved path to the original YAML file.
recipe_target
Dotted import path of the recipe class.
launcher_config
Launcher-specific configuration (dict, int, or None).
extra_args
Additional CLI overrides forwarded to the recipe.
Returns: int
Process exit code (0 = success).