From c792e770e8acb41c91a12ec8c5d98063d687c78a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 17 Aug 2023 00:33:58 +0900 Subject: [PATCH] Fix typo in README.md --model-path-addresss -> --model-path-address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 226a68b..f852043 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ $ python server/llm_api_launch.py 该方式支持启动多个worker,示例启动方式: ```shell -$ python server/llm_api_launch.py --model-path-addresss model1@host1@port1 model2@host2@port2 +$ python server/llm_api_launch.py --model-path-address model1@host1@port1 model2@host2@port2 ``` 如果要启动多卡加载,示例命令如下: