Skip to content
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

Wrong conda installation instruction for v1.9.1 #1403

Open
Ginurx opened this issue Jun 27, 2023 · 0 comments
Open

Wrong conda installation instruction for v1.9.1 #1403

Ginurx opened this issue Jun 27, 2023 · 0 comments

Comments

@Ginurx
Copy link

Ginurx commented Jun 27, 2023

On the page https://pytorch.org/get-started/previous-versions/ the following instructions are provided:

Linux and Windows
# CUDA 10.2
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=10.2 -c pytorch

# CUDA 11.3
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=11.3 -c pytorch -c conda-forge

# CPU Only
conda install pytorch==1.9.0 torchvision==0.10.1 torchaudio==0.9.1 cpuonly -c pytorch

However, when checking https://anaconda.org/pytorch/pytorch/files?version=1.9.1, I noticed that there are no PyTorch packages that fulfill the requirement for CUDA 11.3. It appears that CUDA 11.1 should be used instead of 11.3.

Users who follow the current instructions will end up installing the CPU-only packages, which may not be their intention.

Please consider updating the page with the correct CUDA version to prevent this confusion.

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

No branches or pull requests

1 participant