We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164c7d0 commit 4138666Copy full SHA for 4138666
examples/cpp/README.md
@@ -16,24 +16,29 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
16
```
17
18
- Build example:
19
-
20
- Create `build` folder and navigate into it:
+ <!-- prettier-ignore-start -->
21
22
```bash
23
mkdir build && cd build
24
25
26
- - Run cmake:
+<!-- prettier-ignore-end -->
27
28
- ```bash
29
- cmake ../
30
- ```
+- Run cmake:
+<!-- prettier-ignore-start -->
31
32
- - Build:
+```bash
+cmake ../
33
+```
34
35
- make -j
36
+ <!-- prettier-ignore-end -->
+
37
+- Build:
38
39
40
+make -j
41
42
43
- Download a model by running a Python code with Model API, see Python [example](../../python/synchronous_api/README.md):
44
0 commit comments