Skip to content

Commit c7a66d0

Browse files
committed
updated doc with new libtorch for cuda ML tutorial version
1 parent 624b081 commit c7a66d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/source/ML_Tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Below is a step-by-step guide to successfully run an AMReX program that uses a P
4444

4545
.. code-block:: console
4646
47-
wget https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu118.zip
48-
unzip libtorch-cxx11-abi-shared-with-deps-2.0.1+cu118.zip
47+
wget https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip
48+
unzip libtorch-cxx11-abi-shared-with-deps-2.5.1+cu124.zip
4949
mv libtorch libtorch_cuda
5050
5151
You can also check the website, `PyTorch <https://pytorch.org/get-started/locally/>`_ to download the latest version of LibTorch.

0 commit comments

Comments
 (0)