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

Wasmedge-tensorflow-tools for android armv7l #9

Open
hetvishastri opened this issue Feb 28, 2024 · 1 comment
Open

Wasmedge-tensorflow-tools for android armv7l #9

hetvishastri opened this issue Feb 28, 2024 · 1 comment

Comments

@hetvishastri
Copy link

Hi,
I wanted to check are there any tensorflowlite tools which are compatible with android armv7l? When I am trying example mention in https://wasmedge.org/docs/contribute/source/os/android/cli, I am getting an error that

/system/bin/sh: ./show-tflite-tensor: not executable: 64-bit ELF file.

I even tried tensorflowlite plugin but it is right now just compatible with linux and darwin. Is there any way to make tensorflowlite work on armv7l?

@hydai
Copy link
Member

hydai commented Feb 28, 2024

All of the pre-built binaries and libraries are for aarch64. You have to build it from the source yourself if you want to use it on the armv7l.

This is how we built on the aarch64 platforms:
https://github.com/second-state/WasmEdge-tensorflow-tools/?tab=readme-ov-file#build-wasmedge-tensorflow-tools

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

2 participants