docs: Update apple.md

release-0.2
Meng Zhang 2023-09-19 00:53:05 +08:00 committed by GitHub
parent eec351f6bf
commit ede704ca05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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: 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 ```bash
brew tap TabbyML/tabby brew install tabbyml/tabby/tabby
brew install tabby
# Start server with StarCoder-1B # Start server with StarCoder-1B
tabby serve --device metal --model TabbyML/StarCoder-1B tabby serve --device metal --model TabbyML/StarCoder-1B