File tree 1 file changed +16
-0
lines changed
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``.
30
30
pip install --upgrade tensorflow-serving-api-python3
31
31
32
32
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
+
33
49
Why?
34
50
----
35
51
You can’t perform that action at this time.
0 commit comments