docs: Update 02-apple.md

improve-workflow
Meng Zhang 2023-06-12 06:30:22 -07:00 committed by GitHub
parent 5ab286814a
commit 19053d6923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
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:
1. Download the `tabby` binary from the Release page [here](https://github.com/TabbyML/tabby/releases/tag/latest).
2. Run `tabby --help` to verify successful installation.
1. Download the tabby binary from the latest Release page, rename it to `tabby`, place it in a directory included in your `$PATH` variable, and ensure its permissions are set to executable (e.g., 755).
3. Run `tabby --help` to verify successful installation.
3. Start the server with:
```bash