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
There is a minor error in instructions for installing previous version of pytorch using pip. The command should read pip install torch==1.0.1 -f https://download.pytorch.org/whl/cpu/stable and not pip install torch=1.0.1 -f https://download.pytorch.org/whl/cpu/stable
The text was updated successfully, but these errors were encountered:
shagunsodhani
added a commit
to shagunsodhani/pytorch.github.io
that referenced
this issue
May 4, 2019
📚 Documentation
There is a minor error in instructions for installing previous version of pytorch using
pip
. The command should readpip install torch==1.0.1 -f https://download.pytorch.org/whl/cpu/stable
and notpip install torch=1.0.1 -f https://download.pytorch.org/whl/cpu/stable
The text was updated successfully, but these errors were encountered: