conda create -n salad python=3.9 -y conda activate salad pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 pip install -r ...