📚 Documentation
On the pytorch installation site, the instruction for installing with different specified compute platforms redirects you to download/install from source. conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch worked for me, and would be an easier and faster recommendation than the suggested download/install from source.