sun1638650145 / Libraries-and-Extensions-for-TensorFlow-for-Apple-Silicon

This Repo will provide TensorFlow libraries and extended build tutorials that require compilation to build, as well as pre-compiled wheel files.
115 stars 9 forks source link

Build tensorflow text for aarch64 (old 2.8.2 version) #26

Open Switc4 opened 5 months ago

Switc4 commented 5 months ago

Hi, thanks for file in other topic, at least i get rid of few errors using this one but my project needs 2.8.2 text and 2.8.0 tensorflow I have a lot of errors and cant adapt it on my Orange pi (armbian linux), becuase of Keras erros and other one I was wondering is it possible to make right whl file with 2.8.2 and 2.8.0 version? Thank you

sun1638650145 commented 5 months ago

I haven’t used the aarch version of Linux, but I think the build process should be similar to that on Apple silicon. You can try following the tutorial for the old branch. If you encounter any errors, please post them here.

Switc4 commented 5 months ago

Thanks, but i cant even setup the brew coz its unsupported on aarch :(

sun1638650145 commented 5 months ago

You can try using apt or directly downloading the bazel source code to compile it.