nemo_gym.orchestration.executors.slurm
nemo_gym.orchestration.executors.slurm
Module Contents
Classes
Functions
Data
API
Bases: BaseExecutor
Slurm executor for Pyxis-enabled clusters (https://github.com/NVIDIA/pyxis).
Every service and the driver are launched via srun --container-image so they
run inside the container specified in their config. Health checks run as plain
bash inside the sbatch script (no container needed — they just poll HTTP).