Releases: LBANN/HPC-launcher
Releases · LBANN/HPC-launcher
v1.0.2
v1.0.1
What's Changed
- Fixed license to use SPDX format. by @bvanessen in #53
Full Changelog: v1.0.0...v1.0.1
v1.0.0
The HPC launcher repository contains a set of helpful scripts and Python bindings for launching PyTorch (torchrun), LBANN 2.0 (PyTorch-core), or generic scripts on multiple leadership-class HPC systems. There are optimized routines for FLUX, SLURM, and LSF launchers. Additionally, there are optimized environments for systems at known compute centers. Currently there are supported systems at:
- LLNL Livermore Computing (LC)
There are two main entry points into HPC-Launcher from the cli: launch and torchrun-hpc. torchrun-hpc is intended as a replacement for torchrun, while launch is a generic interface for launching parallel jobs.