You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Add a clear and concise description of what the documentation content issue is. A link to any relevant https://pytorch.org page is helpful if you have one.)
on the installation instructions for previous versions it states that for 2.0.0 you should run (for Linux/CPU): conda install pytorch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 cpuonly -c pytorch, but these versions don't work together.
I believe it should be conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 cpuonly -c pytorch
Also, I assume it's the same for the other installations (Mac and Cuda), but haven't tested that.
The text was updated successfully, but these errors were encountered:
📚 Documentation
(Add a clear and concise description of what the documentation content issue is. A link to any relevant https://pytorch.org page is helpful if you have one.)
on the installation instructions for previous versions it states that for 2.0.0 you should run (for Linux/CPU):
conda install pytorch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 cpuonly -c pytorch
, but these versions don't work together.I believe it should be
conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 cpuonly -c pytorch
Also, I assume it's the same for the other installations (Mac and Cuda), but haven't tested that.
The text was updated successfully, but these errors were encountered: