Skip to content
Snippets Groups Projects
Commit 799b5547 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files
parents 7c73bf1c 25911634
No related branches found
No related tags found
No related merge requests found
...@@ -176,8 +176,9 @@ To use torch you can follow the instructions either [2.1. Without GPU capability ...@@ -176,8 +176,9 @@ To use torch you can follow the instructions either [2.1. Without GPU capability
```bash ```bash
cd && cd local cd && cd local
``` ```
Here below to update with the last stable version from ```https://pytorch.org/```
```bash ```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: 2. Unzip the archive, this will be extracted in ```$HOME/local/libtorch``` by default so make sure that directory does not exist:
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment