Installation#

Requires Python >= 3.10 and PyTorch >= 2.4.0.

Install from PyPI#

pip install torchfoo

Install from source#

For the latest development version:

pip install git+https://github.com/vinamarora8/torchfoo.git

Or clone and install in editable mode:

git clone https://github.com/vinamarora8/torchfoo.git
cd torchfoo
pip install -e ".[dev]"