Skip to content

Commit

Permalink
[tensorflow-lite] Update to v2.16.2 (#222)
Browse files Browse the repository at this point in the history
* [tensorflow-lite] prepare 2.16.2 update

* [tensorflow-lite] update checksum

* [tensorflow-lite] update baseline
  • Loading branch information
luncliff authored Jul 28, 2024
1 parent ae71ab5 commit 1c47ee0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/tensorflow-lite/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tensorflow/tensorflow
REF v2.16.1
SHA512 6f02261b3e72b476a3adb8e47efe2bee76b8564315b853e3b16f443193204d363b5fb22ac5c388cebd6a1f326f0daf00586e0ccbf6a305d761a9266534fde13f
REF v2.16.2
SHA512 548eb959597bc76b11a94151d0201ee24166744b74317f59bd70611f3e5490863c6f444b38f7d141921b7725cdc62633bf8eacf38b6b71ff50a6431c396fe2d4
PATCHES
tensorflow-pr-61381.patch
tensorflow-pr-62037.patch
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.16.1",
"version-semver": "2.16.2",
"description": "Open standard for machine learning interoperability",
"homepage": "https://www.tensorflow.org/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"port-version": 0
},
"tensorflow-lite": {
"baseline": "2.16.1",
"baseline": "2.16.2",
"port-version": 0
},
"tensorpipe": {
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": "e4ac3ef8f3a6358b46088abd311cbdbfe60f4103",
"version-semver": "2.16.2",
"port-version": 0
},
{
"git-tree": "e45af5921be7e630a0ffcef9c63d90120dc6a128",
"version-semver": "2.16.1",
Expand Down

0 comments on commit 1c47ee0

Please sign in to comment.