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 ```