Skip to content

Commit

Permalink
[tensorflow-lite] update to 2.14.1 (#131)
Browse files Browse the repository at this point in the history
* [tensorflow-lite] update to 2.14.1

* [tensorflow-lite] update baseline
  • Loading branch information
luncliff authored Nov 17, 2023
1 parent 86fc2c6 commit c83d52a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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
SHA512 ae39fd8049f9cd3118c1f10285d5272531380bbe0506dc7fb14c8e9da34a578284af486795abdae0f82ef0b84d14896564386595669ef303a1b8dbfa06b88f7a
REF v2.14.1
SHA512 c5e9a176027a00b5efb1343bee000330f56229a1a8559db2fb9e2c9388afaf8420d69b6fd6e7b85811272c110245315935232a859e9fd4106b29b226780c447e
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-semver": "2.14.0",
"version-semver": "2.14.1",
"description": "Open standard for machine learning interoperability",
"homepage": "https://www.tensorflow.org/",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"port-version": 0
},
"tensorflow-lite": {
"baseline": "2.11.1",
"port-version": 1
"baseline": "2.14.1",
"port-version": 0
},
"tensorpipe": {
"baseline": "2021-11-13",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tensorflow-lite.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "695d393b13cb8316bdb171c8056d9e0caa69e2a0",
"version-semver": "2.14.1",
"port-version": 0
},
{
"git-tree": "0940f85d6751cc7735eb003e50bdfad443a291f0",
"version-semver": "2.11.1",
Expand Down

0 comments on commit c83d52a

Please sign in to comment.