We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
On the page https://pytorch.org/get-started/previous-versions/ the following instructions are provided:
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.
The text was updated successfully, but these errors were encountered: