From c7a66d0052b49bc32125b6e2300a2d8dbc68124f Mon Sep 17 00:00:00 2001 From: Andy Nonaka Date: Thu, 11 Jun 2026 16:18:44 -0700 Subject: [PATCH] updated doc with new libtorch for cuda ML tutorial version --- Docs/source/ML_Tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/source/ML_Tutorial.rst b/Docs/source/ML_Tutorial.rst index 734705ec..25ce4a70 100644 --- a/Docs/source/ML_Tutorial.rst +++ b/Docs/source/ML_Tutorial.rst @@ -44,8 +44,8 @@ Below is a step-by-step guide to successfully run an AMReX program that uses a P .. code-block:: console - wget https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu118.zip - unzip libtorch-cxx11-abi-shared-with-deps-2.0.1+cu118.zip + wget https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip + unzip libtorch-cxx11-abi-shared-with-deps-2.5.1+cu124.zip mv libtorch libtorch_cuda You can also check the website, `PyTorch `_ to download the latest version of LibTorch.