File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
openvino-finder
2
2
===============
3
3
4
- A utility for locating OpenVINO™ libraries on a host system.
4
+ A utility for locating OpenVINO™ libraries on a host system. It will attempt to find the OpenVINO
5
+ shared libraries in:
6
+ - the ` OPENVINO_INSTALL_DIR ` environment variable (pointed at the top-level OpenVINO installation,
7
+ e.g. ` /opt/intel/openvino ` )
8
+ - the ` INTEL_OPENVINO_DIR ` environment variable (same as above; this is set by OpenVINO setup
9
+ scripts)
10
+ - the environment's library path (e.g., ` LD_LIBRARY_PATH ` in Linux; this is also set by the OpenVINO
11
+ setup scripts)
12
+ - OpenVINO's default installation paths for the OS (a best effort attempt)
5
13
6
14
> #### WARNING
7
15
> This crate is currently experimental--its API surface is subject to change.
You can’t perform that action at this time.
0 commit comments