Hacker News new | ask | show | jobs
by singularity2001 1494 days ago
The installation command generated on https://pytorch.org/get-started/locally/ didn't install the latest version for me. What did it was:

pip3 install --pre torch==1.12.0.dev20220518 --extra-index-url https://download.pytorch.org/whl/nightly/cpu

2 comments

If you came late make sure to update the date to 20220521 …
Ahh just saw this after compiling pytorch from source. Thanks!