nemo_automodel.components.launcher.nemo_run.config
nemo_automodel.components.launcher.nemo_run.config
Module Contents
Classes
Data
API
Dataclass
Configuration for the NeMo-Run launcher backend.
The executor field selects a named executor from
$NEMORUN_HOME/executors.py, or "local" for local execution.
Any key not recognised as a launcher setting is collected into
overrides and applied directly to the executor via setattr.
This means any executor attribute (nodes, partition,
container_image, time, env_vars, etc.) can be overridden
from YAML without changes to this config class.
detach
executor
executors_file
job_dir
job_name
overrides
tail_logs
classmethod
Build from a raw YAML dict, splitting launcher keys from executor overrides.