tensorflow/text

Release aarch64 wheels

dwyatte opened this issue · 5 comments

With tensorflow 2.10, it looks like TensorFlow is starting to support aarch64. If I recall correctly, tensorflow-text builds for aarch64. Would it be possible to start building those wheels as part of tensorflow-text releases and publishing to PyPI?

I expect we should be able to. Let me reach out to the TF infra team to figure how to jump onto this deployment path.

After discussing with the core team, that is just a fake wheel that really calls out to the one released by the AWS/ARM/Linaro group. They have an announcement about it here. As such, we are unlikely to add these packages to our releases simply because the build infrastructure isn't there for us.

Apple recently released new versions of tensorflow-macos 2.11 and tensorflow-metal 0.7, with which it was possible to compile tensorflow-text with the usual procedure. I got the resulting wheels for python3.9 and 3.10 to run after building them, but it was very strangely not repeatable, and the wheels are broken. (Apologies for asserting otherwise earlier.)