File tree Expand file tree Collapse file tree 3 files changed +20
-11
lines changed
Expand file tree Collapse file tree 3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,14 @@ 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:
57+ <!-- prettier-ignore-start -->
5858
5959 ``` bash
6060 mkdir build && cd build
6161 ```
6262
63+ <!-- prettier-ignore-end -->
6364 - Run cmake:
6465
6566 ``` bash
Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ 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:
22+ <!-- prettier-ignore-start -->
2323
2424 ``` bash
2525 mkdir build && cd build
2626 ```
2727
28+ <!-- prettier-ignore-end -->
2829 - Run cmake:
30+ <!-- prettier-ignore-start -->
2931
3032 ``` bash
3133 cmake ../
3234 ```
3335
36+ <!-- prettier-ignore-end -->
3437 - Build:
3538
3639 ``` bash
Original file line number Diff line number Diff line change @@ -16,24 +16,29 @@ 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:
20+ <!-- prettier-ignore-start -->
2121
2222 ``` bash
2323 mkdir build && cd build
2424 ```
2525
26- - Run cmake:
26+ <!-- prettier-ignore-end -->
2727
28- ``` bash
29- cmake ../
30- ```
28+ - Run cmake:
29+ <!-- prettier-ignore-start -->
3130
32- - Build:
31+ ``` bash
32+ cmake ../
33+ ```
3334
34- ``` bash
35- make -j
36- ```
35+ <!-- prettier-ignore-end -->
36+
37+ - Build:
38+
39+ ``` bash
40+ make -j
41+ ```
3742
3843- Download a model by running a Python code with Model API, see Python [ example] ( ../../python/synchronous_api/README.md ) :
3944
You can’t perform that action at this time.
0 commit comments