Skip to content

Commit 43798dc

Browse files
prettier-ignore
Signed-off-by: Barabanov <[email protected]>
1 parent aeec3bf commit 43798dc

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

README.md

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

examples/cpp/asynchronous_api/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

examples/cpp/synchronous_api/README.md

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

0 commit comments

Comments
 (0)