File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,22 @@ Supported Python versions are: ``3.5`` and ``3.6``.
3030 pip install --upgrade tensorflow-serving-api-python3
3131
3232
33+ Supported versions of Tensorflow
34+ --------------------------------
35+
36+ +-----------------------+------------------------------------------------+--------------------------------------------------------+
37+ | Tensorflow version | Serving API version | Link to original serving package |
38+ +-----------------------+------------------------------------------------+--------------------------------------------------------+
39+ | ``tensorflow~=1.4.0 `` | ``pip install tensorflow-serving-api-python3~=1.4.0 `` | https://pypi.org/project/tensorflow-serving-api/1.4.0/ |
40+ +-----------------------+------------------------------------------------+--------------------------------------------------------+
41+ | ``tensorflow~=1.5.0 `` | TBA | https://pypi.org/project/tensorflow-serving-api/1.5.0/ |
42+ +-----------------------+------------------------------------------------+--------------------------------------------------------+
43+ | ``tensorflow~=1.6.0 `` | TBA | https://pypi.org/project/tensorflow-serving-api/1.6.0/ |
44+ +-----------------------+------------------------------------------------+--------------------------------------------------------+
45+ | ``tensorflow~=1.7.0 `` | TBA | https://pypi.org/project/tensorflow-serving-api/1.7.0/ |
46+ +-----------------------+------------------------------------------------+--------------------------------------------------------+
47+
48+
3349Why?
3450----
3551
You can’t perform that action at this time.
0 commit comments