Skip to content

Commit 32e7cc7

Browse files
authored
Update environment setup in build-run-openvino.md
1 parent 9968178 commit 32e7cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/build-run-openvino.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ source setupvars.sh
9090

9191
Follow the steps below to setup your build environment:
9292

93-
1. **Setup ExecuTorch Environment**: Refer to the [Setting up ExecuTorch](https://pytorch.org/executorch/stable/getting-started-setup) guide for detailed instructions on setting up the ExecuTorch environment.
93+
1. **Setup ExecuTorch Environment**: Refer to the [Environment Setup](https://pytorch.org/executorch/stable/getting-started-setup#environment-setup) guide for detailed instructions on setting up the ExecuTorch environment.
9494

9595
2. **Setup OpenVINO Backend Environment**
96-
- Install the dependent libs. Ensure that you are inside backends/openvino/ directory
96+
- Install the dependent libs. Ensure that you are inside `executorch/backends/openvino/` directory
9797
```bash
9898
pip install -r requirements.txt
9999
```
100100

101101
3. Navigate to `scripts/` directory.
102102

103-
4. **Build OpenVINO Backend**: Once the prerequisites are in place, run the `openvino_build.sh` script to start the build process, OpenVINO backend will be built under `cmake-openvino-out/backends/openvino/` as `libneuron_backend.so`
103+
4. **Build OpenVINO Backend**: Once the prerequisites are in place, run the `openvino_build.sh` script to start the build process, OpenVINO backend will be built under `cmake-openvino-out/backends/openvino/` as `libopenvino_backend.so`
104104

105105
```bash
106106
./openvino_build.sh

0 commit comments

Comments
 (0)