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

TensorFlow serving seems to have no version attribute #2194

Open
zhangggzh opened this issue Nov 15, 2023 · 3 comments
Open

TensorFlow serving seems to have no version attribute #2194

zhangggzh opened this issue Nov 15, 2023 · 3 comments
Assignees
Labels

Comments

@zhangggzh
Copy link

zhangggzh commented Nov 15, 2023

I built and installed the whl package for serving on ROCM myself, but found that only the pip list method was used to view the version of serving, while the " import tensorflow_serving tenorflow_ serving.__ version__ " An error was reported, TensorFlow serving does not have the version attribute. May I ask if this attribute was not added to the source code during development

@singhniraj08 singhniraj08 self-assigned this Nov 20, 2023
@singhniraj08
Copy link

@zhangggzh, Can you try using below command to check TF Serving version. Thank you!

tensorflow_model_server --version

For docker image you can do this:

docker run --rm -it tensorflow/serving tensorflow_model_server --version

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 Nov 29, 2023
@zhangggzh
Copy link
Author

@singhniraj08 Hello, can you add the version attribute in Python? For example, after entering the Python environment, use " tensorflow_ serving__.version__ " to return the version information of serving

@google-ml-butler google-ml-butler bot removed stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants