Skip to content

Commit

Permalink
add ldconfig section for onnxruntime on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-sam committed Dec 22, 2023
1 parent b7e16d4 commit 959c1a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL-LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ Please visit official onnxruntime [github](https://github.com/microsoft/onnxrunt
```sh
curl -L https://github.com/microsoft/onnxruntime/releases/download/v1.4.0/onnxruntime-linux-x64-1.4.0.tgz | tar zx -C <path-to-onnxruntime-install>
```

Add directory to `ldconfig`
```
sudo vim /etc/ld.so.conf
sudo ldconfig
```

* Please note, latest version of onnxruntime with GPU only supports `CUDA 1.8`
* `libcudnn8` will also be needed if you run with GPU, please install with:
```
Expand Down

0 comments on commit 959c1a4

Please sign in to comment.