未验证 提交 d9b49b2e 编写于 作者: T TeslaZhao 提交者: GitHub

Merge pull request #1734 from TeslaZhao/develop

Update BOS URL path of the binary serving
......@@ -473,7 +473,7 @@ class Server(object):
folder_name = "serving-%s-%s" % (self.get_serving_bin_name(),
version_tag)
tar_name = "%s.tar.gz" % folder_name
bin_url = "https://paddle-serving.bj.bcebos.com/bin/%s" % tar_name
bin_url = "https://paddle-serving.bj.bcebos.com/test-dev/bin/%s" % tar_name
self.server_path = os.path.join(self.module_path, folder_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册