crossplatform build procedure or prebuild wheel for armv7l arch
@gregbillock is already working on this.
Since Apr 24, 2020.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 379
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 8
Description
I start develop a project for raspberry pi 3, Raspian 9 with tensorflow 2.2.0rc2 and tensorflow-text 2.0.0rc2.
Tensorflow-text is not distributed for armv7l architecture.
To build from scratch I need to build and install bazel 2.0.0, than I need to build tensorflow 2.2 and only after that I can build tensorflow-text.
For Tensorflow 2.2 exists an official,dedicate prebuild wheel https://storage.googleapis.com/tensorflow/raspberrypi/tensorflow-2.2.0rc2-cp35-none-linux_armv7l.whl ( from https://www.tensorflow.org/install/pip)
For Tensorflow 2.2 exists a dedicated crossplatform build procedure to build from scratch on a dedicated machine. (https://www.tensorflow.org/install/source_rpi)
But for Tensorfow-text I have to build all the dependencies on Raspberry pi, this operation is complicated for two factors:
- The different building's procedure of Tensorflow and tensorflow-text from source (Tensorflow use a docker container)
- the limited resources of a raspberry pi
So, I would ask you: Is it possible to have a prebuild wheel or an indication for crossbuild procedure?
Thank you very much
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.