Uninstall pytorch from source

Hello,

I have installed pytorch from source following the instructions on the github page. How do I uninstall it?

1 Like

Try pip uninstall torch. You might need to run this multiple times.

1 Like

Ah nice, I didn’t think that would work, but it did. Thanks! :slight_smile:

1 Like