Skip to content

Commit 4bb888d

Browse files
authored
Fix option documentation (#43)
Ignore onnx build folder.
1 parent 2d9ed50 commit 4bb888d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ examples/build-android/
44
examples/build-linux/
55
examples/build-windows/
66
examples/build-web/
7+
examples_onnx/build-linux
78
include/.DS_Store
89
lib/.DS_Store
910
examples/.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ You can check the official **ONNX Runtime releases** from [this website](https:/
447447

448448
```
449449
1) cd examples_onnx/
450-
2) ./build-and-deploy-linux.sh --ort-root /absolute/path/to/your/onnxruntime/root/dir
450+
2) ./build-and-deploy-linux.sh --ort-path /absolute/path/to/your/onnxruntime/root/dir
451451
```
452452

453453
**Note 1**: If executing the onnx demo from a different directory than the one used when running build-and-deploy-linux.sh, ensure to create a symbolic link to src/onnx_model/ to prevent ONNX model file loading failures.

0 commit comments

Comments
 (0)