Skip to content

neuronets/nobrainer-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nobrainer-runner

Job dispatch backend for nobrainer. Supports Slurm (HPC clusters), AWS Batch, and GCP Batch.

Installation

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]"

Usage

nobrainer-runner submit --backend slurm --config job.yaml
nobrainer-runner status --job-id <id>

Backends

  • Slurm: HPC cluster job submission via sbatch
  • AWS Batch: Cloud GPU jobs on AWS
  • GCP Batch: Cloud GPU jobs on Google Cloud

About

GPU test dispatcher and job runner for nobrainer (Slurm / AWS / GCP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages