Skip to content

version clashes in installation instructions for pytorch 2.0.0 #1382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DaniBodor opened this issue May 11, 2023 · 0 comments · Fixed by #1383
Closed

version clashes in installation instructions for pytorch 2.0.0 #1382

DaniBodor opened this issue May 11, 2023 · 0 comments · Fixed by #1383

Comments

@DaniBodor
Copy link

📚 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant