hjonnala / snippets

4 stars 2 forks source link

Request for ARM libraries #1

Open thihaucsm opened 1 year ago

thihaucsm commented 1 year ago

Hi Hjonnala, I am Thiha from Singapore. I downloaded and used the two Python wheels for tflite and Pycoral from your repository link.

https://github.com/hjonnala/snippets/tree/main/wheels/python3.10

May I know if I can get the wheels of those two libraries for ARM64 architecture too?

Regards, Thiha

thihaucsm commented 1 year ago

Thanks hjonnala, I also saw you updated your repository with tflie wheel for arm64 just now. Can you also please make wheel for PyCoral for ARM64? It will be very helpful for me and I will greatly appreciate it.

Thanks and regards, Thiha

On Wed, Jun 14, 2023 at 9:58 PM Hemanth-Jonnala @.***> wrote:

Can you please try the below command to generate wheels on your aarch64 platform for python 3.10: https://www.tensorflow.org/lite/guide/build_cmake_pip

git clone https://github.com/tensorflow/tensorflow.git tensorflow_src cd tensorflow_src git checkout a4dfb8d1a71385bd6d122e4f27f86dcebb96712d PYTHON=python3 tensorflow/lite/tools/pip_package/build_pip_package_with_cmake.sh native

— Reply to this email directly, view it on GitHub https://github.com/hjonnala/snippets/issues/1#issuecomment-1591265269, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFFOAYUQ5RTI6T3YZHVHSLXLG7OVANCNFSM6AAAAAAZGBZIQ4 . You are receiving this because you authored the thread.Message ID: @.***>

asdfng commented 1 year ago

Commenting on this, following with the previous comment. Can you make the wheel for pycoral in ARM64? Alternatively I'd be happy to do it I just don't know how to. If you could point me to some resources I could work on it.