PyTorch Get Started Page Gives Wrong Install Instruction

Not sure where do I report this but as per the topic suggest, the Start Locally | PyTorch gives the wrong install instruction if used without user interaction (default).

As of now, without user interaction (default), the install instruction is:

conda install pytorch torchvision cudatoolkit=9.2 -c pytorch -c defaults -c numba/label/dev

for CUDA 10.0. However, when the user clicks on CUDA 10.0, it then proceeds to give the correct install instruction, so this is just some initialization problem.

1 Like

Thanks for letting us know!
The install command indeed points to the CDUA9.2 install while CUDA10.0 is selected.
As you explained, the right command is shown after reselecting CUDA10.0.

Thanks for reporting. I fixed it via https://github.com/pytorch/pytorch.github.io/commit/0c87f939997aa964ff42248d7f15f939f4c54ef2 and the fix should be live in 5 minutes.

1 Like