You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: