From 19053d6923896aef16fb2bf937787056b17cc837 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 12 Jun 2023 06:30:22 -0700 Subject: [PATCH] docs: Update 02-apple.md --- website/docs/self-hosting/02-apple.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/self-hosting/02-apple.md b/website/docs/self-hosting/02-apple.md index 11aa9b4..4fb2add 100644 --- a/website/docs/self-hosting/02-apple.md +++ b/website/docs/self-hosting/02-apple.md @@ -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