* **CUDA Toolkit 12.1** installed system-wide. * **PyTorch 2.5.1 built for CUDA 12.1 (`torch==2.5.1+cu121`)**. Install with: ```bash pip install torch==2.5.1 ...