From 39c2d8e7690b8b3eb3eeb6041225729f61a99ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BE=E7=9C=9F=E7=89=9B?= <82481660+cgisky1980@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:20:12 +0800 Subject: [PATCH] Update README_zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 顾真牛 <82481660+cgisky1980@users.noreply.github.com> --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index fbfbfc2e..f2b35523 100644 --- a/README_zh.md +++ b/README_zh.md @@ -112,7 +112,7 @@ 服务器监听3000端口,加载全部层量化(32 > 24)的0.4B模型,自动选择高性能适配器。 ```bash -$ cargo run --release -- --model assets/Config.toml --port 3000 --adapter auto +$ cargo run --release -- --config assets/configs/Config.toml --port 3000 --adapter auto ```