@@ -33,17 +33,17 @@ Supported Python versions are: ``3.5`` and ``3.6``.
33
33
Supported versions of Tensorflow
34
34
--------------------------------
35
35
36
- +-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
37
- | Tensorflow version | Serving API version | Link to original serving package |
38
- +-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
36
+ +-----------------------+--------------------------------------------------------- +----------------------------------------------------------------------------------------+
37
+ | Tensorflow version | Serving API version | Link to original serving package |
38
+ +-----------------------+--------------------------------------------------------- +----------------------------------------------------------------------------------------+
39
39
| ``tensorflow~=1.4.0 `` | ``pip install 'tensorflow-serving-api-python3~=1.4.0' `` | `https://pypi.org/.../1.4.0 <https://pypi.org/project/tensorflow-serving-api/1.4.0/ >`_ |
40
- +-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
40
+ +-----------------------+--------------------------------------------------------- +----------------------------------------------------------------------------------------+
41
41
| ``tensorflow~=1.5.0 `` | ``pip install 'tensorflow-serving-api-python3~=1.5.0' `` | `https://pypi.org/.../1.5.0 <https://pypi.org/project/tensorflow-serving-api/1.5.0/ >`_ |
42
- +-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
42
+ +-----------------------+--------------------------------------------------------- +----------------------------------------------------------------------------------------+
43
43
| ``tensorflow~=1.6.0 `` | ``pip install 'tensorflow-serving-api-python3~=1.6.0' `` | `https://pypi.org/.../1.6.0 <https://pypi.org/project/tensorflow-serving-api/1.6.0/ >`_ |
44
- +-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
44
+ +-----------------------+--------------------------------------------------------- +----------------------------------------------------------------------------------------+
45
45
| ``tensorflow~=1.7.0 `` | ``pip install 'tensorflow-serving-api-python3~=1.7.0' `` | `https://pypi.org/.../1.7.0 <https://pypi.org/project/tensorflow-serving-api/1.7.0/ >`_ |
46
- +-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
46
+ +-----------------------+--------------------------------------------------------- +----------------------------------------------------------------------------------------+
47
47
48
48
49
49
Why?
0 commit comments