Skip to content

Commit

Permalink
[runtime] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdliang11 committed Aug 4, 2023
1 parent 1a69f86 commit 4fca635
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runtime/onnxruntime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ cmake --build .
```

* Step 3. Testing.

> NOTE: If using GPU, you need to specify the cuda path.
> ```bash
> export PATH=/usr/local/cuda-11.1/bin${PATH:+:${PATH}}
> export LD_LIBRARY_PATH=/usr/local/cuda-11.1/lib64:${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
> ```
1. the RTF(real time factor) is shown in the console, and embedding will be written to the txt file.
``` sh
export GLOG_logtostderr=1
Expand Down

0 comments on commit 4fca635

Please sign in to comment.