Skip to content

Commit

Permalink
[tensorflow-lite] update to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 27, 2023
1 parent cfd0fde commit f6a383e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/tensorflow-lite/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tensorflow/tensorflow
REF v2.14.0-rc1
SHA512 788718905e9a134f4857886f75598e605788ea441556729fcf1f615db919329bce067200b978fcecd8edecb87141fbaf6799bf63572a6100fd5b4d9cb2896b18
REF v2.14.0
SHA512 ae39fd8049f9cd3118c1f10285d5272531380bbe0506dc7fb14c8e9da34a578284af486795abdae0f82ef0b84d14896564386595669ef303a1b8dbfa06b88f7a
PATCHES
fix-cmake-use-vcpkg.patch # use packages from vcpkg
fix-cmake-c-api.patch # includ C API sources
Expand Down
2 changes: 1 addition & 1 deletion ports/tensorflow-lite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tensorflow-lite",
"version-string": "2.14.0-rc1",
"version-semver": "2.14.0",
"description": "Open standard for machine learning interoperability",
"homepage": "https://www.tensorflow.org/",
"license": "Apache-2.0",
Expand Down

0 comments on commit f6a383e

Please sign in to comment.