提交 994bc0c8 编写于 作者: H HexToString

fix gpuserver_encryption_bug

上级 c28ef034
......@@ -833,6 +833,7 @@ class MultiLangServer(object):
workdir=None,
port=9292,
device="cpu",
use_encryption_model=False,
cube_conf=None):
if not self._port_is_available(port):
raise SystemExit("Prot {} is already used".format(port))
......@@ -847,6 +848,7 @@ class MultiLangServer(object):
workdir=workdir,
port=self.port_list_[0],
device=device,
use_encryption_model=use_encryption_model,
cube_conf=cube_conf)
self.set_port(port)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册