提交 8cba69b4 编写于 作者: B barrierye

recover client.connect() function && test=serving

上级 51bd1035
...@@ -157,7 +157,7 @@ class Client(object): ...@@ -157,7 +157,7 @@ class Client(object):
self.add_variant('var1', endpoints, 100) self.add_variant('var1', endpoints, 100)
else: else:
print( print(
"endpoints({}) will not be enabled because you use the add_variant function.". "parameter endpoints({}) will not take effect, because you use the add_variant function.".
format(endpoints)) format(endpoints))
sdk_desc = self.predictor_sdk_.gen_desc() sdk_desc = self.predictor_sdk_.gen_desc()
print(sdk_desc) print(sdk_desc)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册