Installation#
Create an environment with Python 3.10:
conda create -n the-matrix python=3.10
Install PyTorch (2.5.0 or higher) following the official instructions.
Install other required packages:
pip install -r requiremnts.txt
Create an environment with Python 3.10:
conda create -n the-matrix python=3.10
Install PyTorch (2.5.0 or higher) following the official instructions.
Install other required packages:
pip install -r requiremnts.txt