Updating to v0.2

Hi everyone,

I’ve a very trivial question :slight_smile:

Currently I am working with the older version (v0.1.12_2). How do I update to the new version?
Do I just execute the commands mentioned in pytorch.org? or do I need to remove first the current version that I’ve?

Thanks!

might be better to remove the old version before.

pip uninstall torch
pip uninstall torch
conda uninstall pytorch
conda uninstall libtorch
2 Likes