Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jul 10, 2024
1 parent ecd9875 commit 8cecfac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- [Golang](https://go.dev/doc/install) >= v1.21
- A C compiler (e.g. GCC)
- ONNX Runtime (v1.16.2)
- ONNX Runtime (v1.18.1)
- A [Silero VAD](https://github.com/snakers4/silero-vad) model (v5)

### Development
Expand All @@ -24,16 +24,16 @@ In order to build and/or run this library, you need to export (or pass) some env
#### Linux

```sh
LD_RUN_PATH="/usr/local/lib/onnxruntime-linux-x64-1.16.2/lib"
LIBRARY_PATH="/usr/local/lib/onnxruntime-linux-x64-1.16.2/lib"
C_INCLUDE_PATH="/usr/local/include/onnxruntime-linux-x64-1.16.2/include"
LD_RUN_PATH="/usr/local/lib/onnxruntime-linux-x64-1.18.1/lib"
LIBRARY_PATH="/usr/local/lib/onnxruntime-linux-x64-1.18.1/lib"
C_INCLUDE_PATH="/usr/local/include/onnxruntime-linux-x64-1.18.1/include"
```

#### Darwin (MacOS)

```sh
LIBRARY_PATH="/usr/local/lib/onnxruntime-linux-x64-1.16.2/lib"
C_INCLUDE_PATH="/usr/local/include/onnxruntime-linux-x64-1.16.2/include"
LIBRARY_PATH="/usr/local/lib/onnxruntime-linux-x64-1.18.1/lib"
C_INCLUDE_PATH="/usr/local/include/onnxruntime-linux-x64-1.18.1/include"
sudo update_dyld_shared_cache
```

Expand Down

0 comments on commit 8cecfac

Please sign in to comment.