There was an error while loading. Please reload this page.
1 parent 624b081 commit c7a66d0Copy full SHA for c7a66d0
1 file changed
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
44
45
.. code-block:: console
46
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
+ 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
49
mv libtorch libtorch_cuda
50
51
You can also check the website, `PyTorch <https://pytorch.org/get-started/locally/>`_ to download the latest version of LibTorch.
0 commit comments