Installation#

    1. Create an environment with Python 3.10:

conda create -n the-matrix python=3.10
    1. Install PyTorch (2.5.0 or higher) following the official instructions.

    1. Install other required packages:

pip install -r requiremnts.txt