Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tf-text to 2.18.1 #4057

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gotadachi
Copy link

maybe related: #2267

This pull request updates the embedded TensorFlow Text from version 2.12.1 to 2.18.1.

Currently, TensorFlow Serving container images cannot load models trained using TensorFlow Text 2.16.1 or later.

Sample error:

E0000 00:00:1717728698.868398 1121 mlir_bridge_pass_util.cc:56] Failed to parse __inference___call___16218: Op type not registered 'TFText>RoundRobinTrim' in binary running on (some-models)-5b8c94f664-558vk. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib (e.g. tf.contrib.resampler), accessing should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.

The embedded TensorFlow Text version is 2.12.1, which may be missing Op types that were added in versions 2.16 and above. Is there any specific reason for not updating it beyond version 2.12.1?

It's build/tested on 2.18.0 tag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant