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
The "previous versions" installation guide indicates conda installs (for linux & windows) of torch 1.8.1 should use cudatoolkit=11.3; this should be cudatoolkit=11.1. The conda website does not have binaries for cuda 11.3 for torch 1.8.1, but does have cuda 11.1 binaries. This would also make sense since it matches the pip wheel instructions for torch 1.8.1 (and cudatoolkit for torch 1.8.0).
📚 Documentation
The "previous versions" installation guide indicates conda installs (for linux & windows) of torch 1.8.1 should use
cudatoolkit=11.3
; this should becudatoolkit=11.1
. The conda website does not have binaries for cuda 11.3 for torch 1.8.1, but does have cuda 11.1 binaries. This would also make sense since it matches the pip wheel instructions for torch 1.8.1 (and cudatoolkit for torch 1.8.0).Link to the documentation:
https://pytorch.org/get-started/previous-versions/#linux-and-windows-2
conda binaries for comparison: https://anaconda.org/pytorch/pytorch/files?version=1.8.1&type=conda&page=4
I think the change just amounts to swapping from:
to
The text was updated successfully, but these errors were encountered: