Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ repos:
- id: mypy
additional_dependencies: [types-PyYAML, types-setuptools]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.6.2
hooks:
- id: prettier

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ Training Extensions embed all the metadata required for inference into model fil

- Build library:
- Create `build` folder and navigate into it:
<!-- prettier-ignore-start -->

```bash
mkdir build && cd build
```

<!-- prettier-ignore-end -->
- Run cmake:

```bash
Expand Down
6 changes: 0 additions & 6 deletions examples/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,17 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro

- Build example:
- Create `build` folder and navigate into it:
<!-- prettier-ignore-start -->

```bash
mkdir build && cd build
```

<!-- prettier-ignore-end -->

- Run cmake:
<!-- prettier-ignore-start -->

```bash
cmake ../
```

<!-- prettier-ignore-end -->

- Build:

```bash
Expand Down