An open API service indexing awesome lists of open source software.

https://github.com/f-dangel/wandb_preempt

Code and tutorial on integrating wandb sweeps with Slurm pre-emption
https://github.com/f-dangel/wandb_preempt

checkpointing preemption pytorch slurm sweep wandb

Last synced: 8 days ago
JSON representation

Code and tutorial on integrating wandb sweeps with Slurm pre-emption

Awesome Lists containing this project

README

          

# wandb_preempt

[![PyPI - Version](https://img.shields.io/pypi/v/wandb_preempt)](https://pypi.org/project/wandb-preempt/)
[![Documentation Status](https://readthedocs.org/projects/wandb-preempt/badge/?version=latest)](https://wandb-preempt.readthedocs.io/en/latest/?badge=latest)

This repository contains a tutorial on how to combine [wandb](https://wandb.ai/) sweeps
with [Slurm](https://slurm.schedmd.com/)'s pre-emption, i.e. how to automatically
re-queue and resume runs from a Weights & Biases sweep on a Slurm cluster.

## Getting started

### Installation

```bash
pip install wandb_preempt
```

### Basic Example

Please see the [docs](https://wandb-preempt.readthedocs.io/en/latest/walkthrough/).