From ede704ca05f7d78da594f416a156b2192d051435 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 19 Sep 2023 00:53:05 +0800 Subject: [PATCH] docs: Update apple.md --- website/docs/installation/apple.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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