Skip to content

Commit b2dcf36

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

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

README.md

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

examples/cpp/asynchronous_api/README.md

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

examples/cpp/synchronous_api/README.md

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

0 commit comments

Comments
 (0)