File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,11 @@ Training Extensions embed all the metadata required for inference into model fil
5353 ```
5454
5555- Build library:
56-
5756 - Create ` build ` folder and navigate into it:
5857
5958 ``` bash
6059 mkdir build && cd build
6160 ```
62-
6361 - Run cmake:
6462
6563 ``` bash
Original file line number Diff line number Diff line change @@ -18,19 +18,16 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for asynchr
1818 ```
1919
2020- Build example:
21-
2221 - Create ` build ` folder and navigate into it:
2322
2423 ``` bash
2524 mkdir build && cd build
2625 ```
27-
2826 - Run cmake:
2927
3028 ``` bash
3129 cmake ../
3230 ```
33-
3431 - Build:
3532
3633 ``` bash
Original file line number Diff line number Diff line change @@ -16,19 +16,16 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1616 ```
1717
1818- Build example:
19-
2019 - Create ` build ` folder and navigate into it:
2120
2221 ``` bash
2322 mkdir build && cd build
2423 ```
25-
2624 - Run cmake:
2725
2826 ``` bash
2927 cmake ../
3028 ```
31-
3229 - Build:
3330
3431 ``` bash
You can’t perform that action at this time.
0 commit comments