update README.md

This commit is contained in:
imClumsyPanda 2023-08-16 22:38:34 +08:00
parent 8396b57101
commit 38aea8fd9b
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ $ python webui_allinone.py --model-path-address model1@host1@port1 model2@host2@
$ python webui_alline.py --model-path-address model@host@port --num-gpus 2 --gpus 0,1 --max-gpu-memory 10GiB
```
其他参数详见各脚本及fastchat服务说明。
其他参数详见各脚本及 Fastchat 服务说明。
上述两个一键启动脚本会后台运行多个服务,如要停止所有服务,可使用 `shutdown_all.sh` 脚本: