From 5f1471232d64be32a9b953a0b944b31bb2a17f9a Mon Sep 17 00:00:00 2001 From: hzg0601 Date: Wed, 16 Aug 2023 16:00:24 +0800 Subject: [PATCH] =?UTF-8?q?update=20llm=5Fapi=5Flaunch.py:=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=9C=AC=E5=9C=B0=E5=8A=A0=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/llm_api_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/llm_api_launch.py b/server/llm_api_launch.py index 798206b..044bab6 100644 --- a/server/llm_api_launch.py +++ b/server/llm_api_launch.py @@ -234,7 +234,7 @@ def launch_all(args, else: for idx, item in enumerate(args.model_path_address): print(f"开始加载第{idx}个模型:{item}") - launch_worker(item) + launch_worker(item,args=args,worker_args=worker_args) server_str_args = string_args(args, server_args) server_sh = base_launch_sh.format("openai_api_server", server_str_args, LOG_PATH, "openai_api_server")