File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ Training Extensions embed all the metadata required for inference into model fil
5353 ```
5454
5555- Build library:
56+
5657 - Create ` build ` folder and navigate into it:
5758
5859 ``` bash
5960 mkdir build && cd build
6061 ```
62+
6163 - Run cmake:
6264
6365 ``` bash
Original file line number Diff line number Diff line change @@ -18,16 +18,19 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for asynchr
1818 ```
1919
2020- Build example:
21+
2122 - Create ` build ` folder and navigate into it:
2223
2324 ``` bash
2425 mkdir build && cd build
2526 ```
27+
2628 - Run cmake:
2729
2830 ``` bash
2931 cmake ../
3032 ```
33+
3134 - Build:
3235
3336 ``` bash
Original file line number Diff line number Diff line change @@ -16,16 +16,19 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1616 ```
1717
1818- Build example:
19+
1920 - Create ` build ` folder and navigate into it:
2021
2122 ``` bash
2223 mkdir build && cd build
2324 ```
25+
2426 - Run cmake:
2527
2628 ``` bash
2729 cmake ../
2830 ```
31+
2932 - Build:
3033
3134 ``` bash
You can’t perform that action at this time.
0 commit comments