The config has users specify the --gpus-per-node parameter however in the code it defaults to 8. This breaks on newer systems such as GB200 w/ 4 gpu's per node.
Error message is:
sbatch: error: Batch job submission failed: Requested node configuration is not available
I'll create a PR to update.