Libtorch nightly versions

I just wanted to follow up on that. Currently, the URL suggested at https://pytorch.org/get-started/locally/ for installing the latest nightly version of libtorch not only leads to an old version, but is also broken:

https://download.pytorch.org/libtorch/nightly/cu129/libtorch-cxx11-abi-shared-with-deps-latest.zip

It should be changed to the version without “cxx11-abi”:

https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip

CC @malfet