Job dispatch backend for nobrainer. Supports Slurm (HPC clusters), AWS Batch, and GCP Batch.
uv venv --python 3.11
uv pip install -e .
# With AWS support:
uv pip install -e ".[aws]"
# With GCP support:
uv pip install -e ".[gcp]"nobrainer-runner submit --backend slurm --config job.yaml
nobrainer-runner status --job-id <id>- Slurm: HPC cluster job submission via
sbatch - AWS Batch: Cloud GPU jobs on AWS
- GCP Batch: Cloud GPU jobs on Google Cloud