From 38aea8fd9b93333198ad1a5d1b269c846790705c Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Wed, 16 Aug 2023 22:38:34 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af4785..226a68b 100644 --- a/README.md +++ b/README.md @@ -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` 脚本: