Skip to content

Lightweight framework for data-loading with PyTorch and harvesting the power of (PyTorch) lightning

License

Notifications You must be signed in to change notification settings

wearepal/conduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aba0ec7 · Aug 27, 2024
Aug 27, 2024
Aug 7, 2024
Aug 7, 2024
Feb 21, 2024
Mar 11, 2021
Mar 11, 2021
Jun 21, 2022
Oct 21, 2021
Jan 3, 2023
Jun 6, 2022
Mar 11, 2021
Oct 9, 2023
Sep 16, 2021
Dec 16, 2022
Aug 19, 2024
May 28, 2024

Repository files navigation

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.