diff --git a/README.md b/README.md index 0a546b2d5824accf6726f7d456d7efc042047255..a1bf7cc7a3ad4a8b3619d938abb1abe8a496820b 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,9 @@ To use torch you can follow the instructions either [2.1. Without GPU capability ```bash cd && cd local ``` +Here below to update with the last stable version from ```https://pytorch.org/``` ```bash -wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.1%2Bcpu.zip +wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.3.0%2Bcpu.zip ``` 2. Unzip the archive, this will be extracted in ```$HOME/local/libtorch``` by default so make sure that directory does not exist: ```bash