tensorflow / addons

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

[WIP] Build against TF2.16 #2866

Closed seanpmorgan closed 3 months ago

seanpmorgan commented 4 months ago

Description

Build against TF2.16

seanpmorgan commented 4 months ago

Breaking on build_deps patch for the new version: https://github.com/tensorflow/addons/pull/2856

Looks like federated did not update theirs yet either: https://github.com/tensorflow/federated/blob/main/third_party/tensorflow/python_toolchain.patch

@georgiyekkert not sure if you're still working on this project, but would you be able to submit a final patch so we can make our last release?

bhack commented 3 months ago

@seanpmorgan It seems that TFio updated to 2.16.1 without the patch: https://github.com/tensorflow/io/blob/master/WORKSPACE

bhack commented 3 months ago

@seanpmorgan It is also mandatory to support cuda 12.x for the new TF. As we are approaching at the end of the month let me know what we want to do here cause I suppose there is still enough work required to prepare a release.

seanpmorgan commented 3 months ago

Closing in favor of #2870 which utilizes the same build patch we've been using.