Libtorch previous version needed

i’m going to deploy my application on GPU , but i encounter seg fault with libtorch 1.0.1 https://github.com/pytorch/pytorch/issues/17658 . Now i would like to try libtorch1.0.0 but i found it not available on https://pytorch.org , and googling around doesn’t help. Where can I find libtorch 1.0.0?

Or any solutions to the issue mentioned above?

It seems that replacing latest with 1.0.0 in the download links makes it possible to access the 1.0.0 version, e.g. for linux/cpu:
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.0.0.zip
Not sure whether this is officially supported or not.

1 Like

Thank you very much, it works.:smiley: