Skip to content

Commit 88d8a2f

Browse files
authored
add info about supported TF versions
1 parent d4a2ec4 commit 88d8a2f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3349
Why?
3450
----
3551

0 commit comments

Comments
 (0)