QBoard » Artificial Intelligence & ML » AI and ML - PyTorch » How can l uninstall PyTorch?

How can l uninstall PyTorch?

  • 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 pytorch torchvision cuda80 -c soumith
    
      November 24, 2021 12:23 PM IST
    0
  • Here's the correct set of commands according to CONTRIBUTING.md from the pytorch github repo:


    Uninstall all existing pytorch installs

    conda uninstall pytorch
    pip uninstall torch
    pip uninstall torch # run this command twice
      December 1, 2021 2:48 PM IST
    0