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

Tflite_micro wheel and bazel broken for aarch64 #2703

Closed
mansnils opened this issue Sep 27, 2024 · 2 comments
Closed

Tflite_micro wheel and bazel broken for aarch64 #2703

mansnils opened this issue Sep 27, 2024 · 2 comments
Assignees

Comments

@mansnils
Copy link
Contributor

mansnils commented Sep 27, 2024

This PR #2702 introduced a dependency to LiteRT.
It appears LiteRT does not support linux+aarch64 builds.

  1. There's no aarch64 linux wheel for ai-edge-litert
  2. It appears not even possible to build natively for aarch64 linux from source either (using the ci/build_pip_package_with_bazel.sh script): https://github.com/google-ai-edge/LiteRT

This is a blocker if you are using Linux+Aarch64.
Until this is resolved it would be good to revert the PR.

@rkuester
Copy link
Contributor

For what it's worth, this also breaks the build on machines running Python 3.12. LiteRT's Python packages only support up to Python 3.11. Python 3.12 was released one year ago---October 2023. Tensorflow proper has supported 3.12 since at least November 2023.

@rkuester
Copy link
Contributor

For what it's worth, this also breaks the build on machines running Python 3.12. LiteRT's Python packages only support up to Python 3.11. Python 3.12 was released one year ago---October 2023. Tensorflow proper has supported 3.12 since at least November 2023.

A 3.12 package is available in ai-edge-litert-nightly, so I expect it's coming to ai-edge-litert soon.

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

No branches or pull requests

3 participants