From aae392417eea458af063aa7d7327eedfa114eb33 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 13 Sep 2023 00:33:24 +0800 Subject: [PATCH] docs: mark stable for apple m1/m2 support --- website/docs/installation/apple.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/docs/installation/apple.md b/website/docs/installation/apple.md index 1bdc0be..435f70b 100644 --- a/website/docs/installation/apple.md +++ b/website/docs/installation/apple.md @@ -5,14 +5,13 @@ sidebar_position: 3 # Homebrew (Apple M1/M2) This guide explains how to install Tabby using homebrew. -:::info -Apple M1/M2 support is under **alpha** test. -::: - 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 + +# Use the flag --HEAD if you're instered in the nightly build. brew install --HEAD tabby # Start server with CodeLlama