From 6f6874d56d5bf813f8e5747c50448590e05a3b86 Mon Sep 17 00:00:00 2001 From: vodkaslime <646329483@qq.com> Date: Tue, 6 Jun 2023 11:26:01 +0800 Subject: [PATCH] minor fix to gpu serving command (#205) --- website/docs/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/server.md b/website/docs/server.md index f37db26..aebeb36 100644 --- a/website/docs/server.md +++ b/website/docs/server.md @@ -22,7 +22,7 @@ tabby --help tabby serve --model TabbyML/J-350M # Serve with cuda -tabby-gpu --model TabbyML/J-350M --device cuda +tabby-gpu serve --model TabbyML/J-350M --device cuda ``` ## Configuration