File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 3030 - id : mypy
3131 additional_dependencies : [types-PyYAML, types-setuptools]
3232
33- - repo : https://github.com/pre-commit /mirrors-prettier
34- rev : v4.0.0-alpha.8
33+ - repo : https://github.com/rbubley /mirrors-prettier
34+ rev : v3.6.2
3535 hooks :
3636 - id : prettier
3737
Original file line number Diff line number Diff line change @@ -54,13 +54,11 @@ Training Extensions embed all the metadata required for inference into model fil
5454
5555- Build library:
5656 - Create ` build ` folder and navigate into it:
57- <!-- prettier-ignore-start -->
5857
5958 ``` bash
6059 mkdir build && cd build
6160 ```
6261
63- <!-- prettier-ignore-end -->
6462 - Run cmake:
6563
6664 ``` bash
Original file line number Diff line number Diff line change @@ -17,23 +17,17 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1717
1818- Build example:
1919 - Create ` build ` folder and navigate into it:
20- <!-- prettier-ignore-start -->
2120
2221 ``` bash
2322 mkdir build && cd build
2423 ```
2524
26- <!-- prettier-ignore-end -->
27-
2825- Run cmake:
29- <!-- prettier-ignore-start -->
3026
3127``` bash
3228cmake ../
3329```
3430
35- <!-- prettier-ignore-end -->
36-
3731- Build:
3832
3933``` bash
You can’t perform that action at this time.
0 commit comments