tensorflow / text

Making text a first-class citizen in TensorFlow.
https://www.tensorflow.org/beta/tutorials/tensorflow_text/intro
Apache License 2.0
1.22k stars 338 forks source link

Update TensorFlow to latest release which supports Cuda 12 #1196

Closed joker-eph closed 1 year ago

joker-eph commented 1 year ago

I'm working on an Aarch64 platform where there are no wheels for tensorflow text and I have to build from source.

Right now the source build seems broken because the tf.patch does not apply: #1195

Beyond this I had to upgrade to TensorFlow 2.13 to align with Tensorflow expected protobuf version.