From 407251b3f5a4f271e58415ca46353036f310db00 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 18 Jun 2023 10:51:47 +1000 Subject: [PATCH] Fix incorrect tabby serve command (#250) --- website/docs/self-hosting/02-apple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/self-hosting/02-apple.md b/website/docs/self-hosting/02-apple.md index 4fb2add..9db591c 100644 --- a/website/docs/self-hosting/02-apple.md +++ b/website/docs/self-hosting/02-apple.md @@ -7,7 +7,7 @@ Thanks to Apple's Accelerate and CoreML frameworks, we can now run Tabby on edge 3. Start the server with: ```bash -tabby serve model --models TabbyML/T5P-220M +tabby serve --model TabbyML/T5P-220M ```