Please refresh the page if equations are not rendered correctly.
---------------------------------------------------------------
- open the website: https://pytorch.org/
- Select the suitable version
- Open the anaconda powershell prompt
如果在anaconda里安装则选择Conda,windows的cmd安装则选择pip,可参考:
https://pytorch.panchuang.net/FirstSection/InstallIutorial/ - Paste and run the command:
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
- 检查是否安装完毕
Comments NOTHING