From c591dd78362f0be6a766c09414c8cb227812c148 Mon Sep 17 00:00:00 2001 From: hzg0601 Date: Mon, 14 Aug 2023 17:18:26 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 445ea1e..4fc1583 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ $ python server/llm_api_shutdown.py --serve all 示例代码如下: ```shell -PEFT_SHARE_BASE_WEIGHTS=true python3 -m FastChat.serve.multi_model_worker \ +PEFT_SHARE_BASE_WEIGHTS=true python3 -m fastchat.serve.multi_model_worker \ --model-path /data/chris/peft-llama-dummy-1 \ --model-names peft-dummy-1 \ --model-path /data/chris/peft-llama-dummy-2 \ @@ -299,7 +299,7 @@ PEFT_SHARE_BASE_WEIGHTS=true python3 -m FastChat.serve.multi_model_worker \ --num-gpus 2 ``` -详见 [FastChat 相关 PR](https://github.com/lm-sys/FastChat/pull/1905#issuecomment-1627801216) +详见 https://github.com/lm-sys/FastChat/pull/1905#issuecomment-1627801216 #### 5.2 启动 API 服务