pytorch / pytorch.github.io

The website for PyTorch

Home Page:https://pytorch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version clashes in installation instructions for pytorch 2.0.0

DaniBodor opened this issue Β· comments

πŸ“š 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.