Hi,
From the following link:
The latest pytorch that we could download is version 2.0. My questions are:
- is there any newer version of pytorch?
- how to update my pytorch to the newer version?
Hi,
From the following link:
The latest pytorch that we could download is version 2.0. My questions are:
The newest stable version is here (PyTorch 2.0.1).
If you want to get a newer version than this stable version, you can also find the nightly version on the above website.
For me, I always update my PyTorch version by removing the older version (conda remove
) and then just conda install
the newer version. But I guess there must be some more elegant ways.
Dear @HELLORPG
Thank you for your reply!
Version 2.0.1 has not been update for a very long time. Does it mean that Pytorch will not be updated in future?
I guess the next version should be PyTorch 2.1.0, which is a major version update. It always takes more time than from 2.0.0 to 2.0.1.
In fact, just like you, I also do not know the date for PyTorch 2.1 release.
2.0.1
was released in May, which I wouldn’t call a “very long time” ago. The next stable release is targeting October and you are free to use the nightly binaries in the meantime which are updated every night.