ERROR: No matching distribution found for torch==2.0.1+cu117
遇见这种报错可以把pip install -r requirements.txt修改为
pip install -r requirements.tx --extra-index-url https://download.pytorch.org/whl/cu117 -i https://pypi.tuna.tsinghua.edu.cn/simple
或者直接pip install torch==2.0.1+cu117 torchvision torchaudio -f https://download.pytorch.org/whl/cu117/torch_stable.html