I am in a situation where I want to use NeMo-Run on Slurm but also have no way to run containerized sbatch commands. Does this mean that I should just build my sbatch commands around the core NeMo 2.0 API in the torch lightning style or should I try orchestrating the multi-node local executor from an sbatch command when it is ready? Curious to hear what you would consider the best practice here!