Skip to content

Commit

Permalink
docs: mark stable for apple m1/m2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Sep 12, 2023
1 parent f301521 commit aae3924
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/installation/apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae3924

Please sign in to comment.