How can l uninstall PyTorch?

后端 未结 6 1094
走了就别回头了
走了就别回头了 2020-12-17 10:04

I can\'t find any command to uninstall and remove all PyTorch dependencies. Even on the pytorch.org website.

I installed PyTorch with

conda install p         


        
6条回答
  •  醉话见心
    2020-12-17 10:42

    You can safely delete the pytorch installation using the following conda command:

    conda uninstall pytorch-cpu torchvision-cpu pytorch
    

提交回复
热议问题