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

Bump tflite-support from 0.1.0a1 to 0.4.4 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps tflite-support from 0.1.0a1 to 0.4.4.

Release notes

Sourced from tflite-support's releases.

TFLite Support 0.4.4

Changes

  • Upgraded TensorFlow Lite version from 2.9 to 2.13.

TFLite Support 0.4.3

Changes

  • Added the ImageSearcher iOS API. It’s available via the TensorFlowLiteVision pod on CocoaPods.
  • Upgraded TensorFlow Lite version from 2.9 to 2.10.

Fixes

  • Fixed the “image_utils has no attribute 'ImageDataFree'” error occurred when using the Task Library Python API.

TFLite Support 0.4.2

Changes

  • Added a new task BertCLUAnnotator. It’s available on Java, Python and C++.
  • Added these Natural Language Processing tasks’ Python APIs: NLClassifier, BertNLClassifier, BertQuestionAnswerer.
  • Added the AudioClassifier iOS API. It’s available via the new TensorFlowLiteAudio pod on CocoaPods.

Fixes

  • Fixed “TypeError: create_from_options(): incompatible function arguments.” error when using the Task Library Python API without the tensorflow pip package installed.
  • Fixed the num_thread option not being applied on Task Library iOS API.

TFLite Support 0.4.1

Changes

  • Migrated a number of Python APIs to use Dataclasses instead of Protobuf for custom configuration
  • Renamed some Swift methods to better aligned with Swift naming conventions
  • Updated TFLite dependency to 2.9

Fixes

  • libportaudio is now only required for audio tasks. The Python library can be installed without this dependency.

TFLite Support 0.4.0

Major features

  • Added support for on-device image and text search in Task Library. See the documentation of ImageSearcher and TextSearcher.
  • Added Python API for all Task Library Vision / NLP / Audio tasks. See the Run inference in Python section of each task in Task Library’s documentation for more details.
  • Supported building the TensorFlow Lite Support Pypi package on Raspberry Pi and Coral.
  • Added Object-C API for Task Library Vision tasks. Note that the Object-C NLP API already exists. See the Run inference in Swift section of each task in Task Library’s documentation for more details.
  • Added support for CoreML delegate in Task Library C++ API.

Fixes

  • Fixed an offset bug in Java TensorAudio when loading short[] audio buffers.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tflite-support](https://github.com/tensorflow/tflite-support) from 0.1.0a1 to 0.4.4.
- [Release notes](https://github.com/tensorflow/tflite-support/releases)
- [Commits](https://github.com/tensorflow/tflite-support/commits/v0.4.4)

---
updated-dependencies:
- dependency-name: tflite-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2024

Dependabot tried to add @glenn-jocher as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/GDSC-CAU/Pengy-AI/pulls/5/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GDSC-CAU/Pengy-AI repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants