Merge pull request #1131 from eltociear/eltociear-patch-1

Fix typo in README.md
This commit is contained in:
Zhi-guo Huang 2023-08-17 09:29:07 +08:00 committed by GitHub
commit e4c5ea5924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,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
```
如果要启动多卡加载,示例命令如下: