Tim3
(Tim)
1
Hello,
I am trying to install Pytorch 2.0.1 using pip via:
pip install torch
I am using Python 3.9.6 (64-bit version) on Windows 10.
The command should install the newest Pytorch version 2.0.1.
Nethertheless I am getting the following error message:
No matching distribution found for torch
Can anyone help?
pip install torch
is not a valid install command for Windows and torch==2.0.1
.
From the install matrix I see:
-
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
for CUDA 11.7
- and
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
for CUDA 11.8