Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 409 Bytes

conduit :electron:

Al lightweight framework for channeling the power of PyTorch Lightning.

Installation

Conduit requires Python 3.10 or higher. To install the latest version from PyPI:

pip install -U 'torch-conduit[all]'

Unfortunately, you have to install the dependency pytorch-lightning manually:

pip install pytorch-lightning

This is because of dependency problems with pytorch.