Skip to content

distdl/distdl

Repository files navigation

Overview

docs Documentation Status
tests
DistDL Github Actions build status Coverage Status
package
PyPI Package latest release Supported implementations

A Distributed Deep Learning package for PyTorch.

  • Free software: BSD 2-Clause License

Installation

You can install the in-development version with:

pip install https://github.com/distdl/distdl/archive/master.zip

DistDL will be available on pip shortly.

Documentation

https://distdl.readthedocs.io/

Development

To run the all tests run:

mpirun -np 20 python -m mpi4py -m pytest --with-mpi -rsa tests

Substitute mpiexec or srun as correct for your system.