Skip to content

Commit aeec3bf

Browse files
style fix
Signed-off-by: Barabanov <[email protected]>
1 parent b2dcf36 commit aeec3bf

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

examples/cpp/asynchronous_api/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

examples/cpp/synchronous_api/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)