Skip to content

Commit 190ca4f

Browse files
committed
Add tensorflow-lite to vcpkg.json
1 parent 302cef2 commit 190ca4f

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

vcpkg-configuration.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,29 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
33
"default-registry": {
44
"kind": "git",
5-
"baseline": "4ef2a7144d00c2f446029b9700e701a3094b8bfb",
5+
"baseline": "5e6578b62d9e4ac5a563e816802a56818540cd2e",
66
"repository": "https://github.com/microsoft/vcpkg"
77
},
88
"registries": [
99
{
1010
"kind": "git",
11-
"baseline": "1e678209cf07f4b413d3e05431126808bb4954f2",
11+
"baseline": "ab4cbd85a768bcc1442aaf8c087058c9b02f850b",
12+
"repository": "https://github.com/kaito-tokyo/vcpkg-tensorflow-kaito-tokyo",
13+
"packages": [
14+
"flatbuffers",
15+
"ruy",
16+
"tensorflow-lite"
17+
]
18+
},
19+
{
20+
"kind": "git",
21+
"baseline": "06279050194c6f69e8f60ddea2d13245fb08046a",
1222
"repository": "https://github.com/kaito-tokyo/vcpkg-obs-kaito-tokyo",
1323
"packages": [
24+
"kaldi",
25+
"openfst",
26+
"tesseract",
27+
"vosk",
1428
"wolfssl"
1529
]
1630
}

vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"platform": "(uwp | !windows) & !mingw"
1919
},
2020
"fmt",
21-
"ncnn"
21+
"ncnn",
22+
"tensorflow-lite"
2223
]
2324
}

0 commit comments

Comments
 (0)