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