This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Pyarmnn and Arm NN for 64 bit raspberry pi os

I could sucessfully install armnn and pyarmnn for 32 bit raspberry pi os and could run a tflite model. Is there a pyarmnn and armnn version that could be installed on 64 bit raspberry pi os. Please provide the link

Parents
  • There are pre-built binaries available for bullseye version of Debian, which you can download and install with apt-get... Unfortunately the latest Raspbian is still Buster, so if you want to try out armnn and pyarmnn, you could add bullseye to sources.list like that

    deb http://deb.debian.org/debian bullseye main contrib non-free


    and then install everything you need with

    sudo apt-get update && sudo apt-get install python3-pyarmnn libarmnn-cpuacc-backend22 libarmnn-cpuref-backend22


    Obviously it's a hack and stability of a system is not guaranteed - so this "method" is only good for testing.

Reply
  • There are pre-built binaries available for bullseye version of Debian, which you can download and install with apt-get... Unfortunately the latest Raspbian is still Buster, so if you want to try out armnn and pyarmnn, you could add bullseye to sources.list like that

    deb http://deb.debian.org/debian bullseye main contrib non-free


    and then install everything you need with

    sudo apt-get update && sudo apt-get install python3-pyarmnn libarmnn-cpuacc-backend22 libarmnn-cpuref-backend22


    Obviously it's a hack and stability of a system is not guaranteed - so this "method" is only good for testing.

Children
No data