How can l uninstall PyTorch? - FlutterQ
https://flutterq.com/how-can-l-uninstall-pytorch22.12.2021 · Method 1 From the anaconda docs, you can uninstall with conda uninstall Try Python x conda uninstall pytorch torchvision cuda80 -c soumith Python conda uninstall pytorch torchvision cuda80 -c soumith Alternatively, the pytorch docs suggest Python conda uninstall pytorch pip uninstall torch pip uninstall torch # run this command twice Python