tensorflow / addons

Useful extra functionality for TensorFlow 2.x maintained by SIG-addons
Apache License 2.0
1.69k stars 610 forks source link

Build against 2.14.0 #2850

Closed seanpmorgan closed 10 months ago

seanpmorgan commented 11 months ago

Need to update as: https://github.com/tensorflow/tensorflow/commit/66b9b9befaf3f63be26f8ea68c0200deda0a0244#diff-117cd8a79150901519d641f6ffa5d426c184d2dc2a40b102050972854da00d84

Same issue reported in #2849

trevor-m commented 10 months ago

Hi @seanpmorgan, TF 2.14 has been released. Any luck with the TF addons build?

seanpmorgan commented 10 months ago

Same thing we did against TF2.13 build. Given that we have about ~3 more releases left , I think we can just keep the lights on and not take the bazel workspace dependency on TF2.14 with hermetic python. The custom ops are compiled against TF2.14 as is written to .bazelrc

Open to a PR to clean up the build env (will also try to clean it up if I can get some free cycles). tensorflow/build is still publishing a container for each python version so I don't see a huge need to adopt the new build strategy.