pip install torch==1.13.1+cu117

#3
by jinzhou - opened

ERROR: Could not find a version that satisfies the requirement torch==1.13.1+cu117 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0)
ERROR: No matching distribution found for torch==1.13.1+cu117

pip3 install torch==1.13.1+cu117 -f https://download.pytorch.org/whl/cu117/torch_stable.html

it works for me

Sign up or log in to comment