File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -53,14 +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:
57- <!-- prettier-ignore-start -->
5858
5959 ``` bash
6060 mkdir build && cd build
6161 ```
6262
63- <!-- prettier-ignore-end -->
6463 - Run cmake:
6564
6665 ``` bash
Original file line number Diff line number Diff line change @@ -16,24 +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:
20- <!-- prettier-ignore-start -->
2121
2222 ``` bash
2323 mkdir build && cd build
2424 ```
2525
26- <!-- prettier-ignore-end -->
27-
2826- Run cmake:
29- <!-- prettier-ignore-start -->
3027
3128``` bash
3229cmake ../
3330```
3431
35- <!-- prettier-ignore-end -->
36-
3732- Build:
3833
3934``` bash
You can’t perform that action at this time.
0 commit comments