Hello,
on https://pytorch.org/get-started/locally/ it says that one should use the download link https://download.pytorch.org/libtorch/nightly/cu128/libtorch-cxx11-abi-shared-with-deps-latest.zip for the latest nightly release of libtorch.
However, the last CXX11 ABI version is from March 20. All newer versions for Linux are published under a file name like libtorch-shared-with-deps-2.8.0.dev20250507%2Bcu128.zip.
Does someone know if the CXX11 ABI variant is discontinued and why it is still recommended on the PyTorch website?
Thanks in advance!