Installation#

torch-ttt requires Python 3.10 or newer. Make sure you have the appropriate version of PyTorch (CPU or GPU) installed in your environment before proceeding.

From PyPI#

To install the latest stable release from PyPI, ensure Python and PyTorch are set up, then run:

pip install torch-ttt

Development Version#

To install the latest development version directly from GitHub, first ensure PyTorch is installed, then run:

pip install git+https://github.com/nikitadurasov/torch-ttt.git