Providing pre-built TensorFlow installation? #7467
Unanswered
deniskristak
asked this question in
Q&A
Replies: 1 comment 5 replies
-
(We might more realistically hope for XLA to be distributed separately from TF, but there's no concrete plan to do that.) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to add support of
jax
to our HPC package installator/dependency manager, Easybuild.I would like to know if it would be appropriate to provide
TensorFlow
, which is already built, tojax
as dependency, withoutbazel
building it again on it's own.We do have support for
TensorFlow
already so that would seem like the most logical thing to do here (managing deps in one installation SW is more practical than to think about Bazel's management as well).If so, how should I do it (not much experience with Bazel)?
Should I follow this tutorial -
non-bazel-projects
part?Another POI is whether it is safe (doesn't corrupt the
TensorFlow
installation). I've seen here thatjax
might make some changes toTensorFlow installation
?Thank you very much for helping us out, have a great day! :-)
Beta Was this translation helpful? Give feedback.
All reactions