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

Are TF Serving minor versions always backwards compatible? #2168

Closed
law-lin opened this issue Aug 2, 2023 · 4 comments
Closed

Are TF Serving minor versions always backwards compatible? #2168

law-lin opened this issue Aug 2, 2023 · 4 comments
Assignees
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response type:support

Comments

@law-lin
Copy link

law-lin commented Aug 2, 2023

Question

Is there a guarantee that TF Serving minor versions are always backwards compatible?

For example, if I have a model trained on TF 2.x, is there a guarantee that the model can run on any TF Serving 2.y where y >= x?

@singhniraj08
Copy link

@law-lin,

Underneath the hood, TensorFlow Serving uses the TensorFlow runtime to do the actual inference on your requests.
Referring to TensorFlow version compatibility, Code and data that worked with a previous minor release and which depends only on the non-experimental public API will continue to work unchanged.
To see what's covered in backward compatibility, refer here.
Thank you!

@github-actions
Copy link

This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Aug 11, 2023
@github-actions
Copy link

This issue was closed due to lack of activity after being marked stale for past 7 days.

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response type:support
Projects
None yet
Development

No branches or pull requests

2 participants