Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tensorflow-lite] update to 2.15.0 #156

Merged
merged 16 commits into from
Jan 25, 2024
Merged

[tensorflow-lite] update to 2.15.0 #156

merged 16 commits into from
Jan 25, 2024

Conversation

luncliff
Copy link
Owner

@luncliff luncliff commented Jan 21, 2024

Changes

Resolve #132

References

Triplet Support

  • x64-windows
  • x64-linux
  • x64-osx
  • arm64-android
  • arm64-ios

In Apple

Installation of Metal delegates may required for VCPKG_LIBRARY_LINKAGE static build...

Configuration

"vcpkg-configuration.json" changes for the release.

{
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/luncliff/vcpkg-registry",
      "packages": [
        "tensorflow-lite",
        {
          "name": "tensorflow-lite",
          "features": [
            "gpu"
          ]
        }
      ],
      "baseline": "..."
    }
  ]
}

@luncliff luncliff self-assigned this Jan 21, 2024
@luncliff luncliff marked this pull request as draft January 21, 2024 15:33
@luncliff luncliff marked this pull request as ready for review January 25, 2024 13:09
@luncliff luncliff added the update: multiple ports Multiple ports are updated in this Pull Request label Jan 25, 2024
@luncliff luncliff merged commit c4b7b6e into main Jan 25, 2024
17 checks passed
@luncliff luncliff deleted the port/tensorflow-lite branch January 25, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update: multiple ports Multiple ports are updated in this Pull Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link related PRs of TensorFlow Lite
1 participant