diff --git a/website/docs/installation/apple.md b/website/docs/installation/apple.md index 4cbf178..90bd2f6 100644 --- a/website/docs/installation/apple.md +++ b/website/docs/installation/apple.md @@ -8,8 +8,7 @@ This guide explains how to install Tabby using homebrew. Thanks to Apple's Accelerate and CoreML frameworks, we can now run Tabby on edge devices with reasonable inference speed. Follow the steps below to set it up using homebrew: ```bash -brew tap TabbyML/tabby -brew install tabby +brew install tabbyml/tabby/tabby # Start server with StarCoder-1B tabby serve --device metal --model TabbyML/StarCoder-1B