How to build tensorflow-compression package for aarch64? #168
Unanswered
ganeshShindeQ
asked this question in
Q&A
Replies: 2 comments
-
@ssjhv any ideas on this one? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't have experience or a machine for aarch64. But I suspect it is one
of the Bazel repos that TF depends on, because the only thing we use from
bazel_tools is http_archive.
This issue on highway may be a hint:
google/highway#1094
According to that issue, Bazel 6 breaks certain deprecated features and
they could fix it by using a newer googletest commit. It looks like it is a
recent change, and TF on aarch64 or its dependencies on aarch64 may have a
similar issue.
In addition to the bazel error, there could be other issues as well. For
example, tensorflow seems to have a separate pypi name for aarch64:
https://pypi.org/project/tensorflow-aarch64/ so our requirements.txt may
need modification.
…On Thu, Dec 29, 2022 at 10:51 AM Johannes Ballé ***@***.***> wrote:
@ssjhv <https://github.com/ssjhv> any ideas on this one?
—
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHIWAYNAWB7KJRWCWPFXZTWPXMSXANCNFSM6AAAAAATFUISOE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to follow steps
I am using t2a machine with debian and used following steps to build tensorflow_compression
Got the following error
Error: dd48f66785b37a83b2ce2c612bd47a6/external/bazel_tools/platforms/BUILD:84:6: in alias rule @bazel_tools//platforms:linux: Constraints from @bazel_tools//platforms have been removed. Please use constraints from @platforms repository embedded in Bazel, or preferably declare dependency on https://github.com/bazelbuild/platforms. See bazelbuild/bazel#8622 for details
Beta Was this translation helpful? Give feedback.
All reactions