mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-30 02:35:29 +08:00
Fix typo in README.md
--model-path-addresss -> --model-path-address
This commit is contained in:
parent
7cd7ca240b
commit
bef36608e0
@ -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
|
||||
```
|
||||
|
||||
如果要启动多卡加载,示例命令如下:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user