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 d5fdaae commit 5053727Copy full SHA for 5053727
.pre-commit-config.yaml
@@ -30,8 +30,8 @@ repos:
30
- id: mypy
31
additional_dependencies: [types-PyYAML, types-setuptools]
32
33
- - repo: https://github.com/pre-commit/mirrors-prettier
34
- rev: v4.0.0-alpha.8
+ - repo: https://github.com/rbubley/mirrors-prettier
+ rev: v3.6.2
35
hooks:
36
- id: prettier
37
README.md
@@ -53,7 +53,6 @@ Training Extensions embed all the metadata required for inference into model fil
53
```
54
55
- Build library:
56
-
57
- Create `build` folder and navigate into it:
58
59
```bash
0 commit comments