From 0c0eac5cf10b530bdf2e68be0c8c553a64f2f82f Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 6 Jun 2023 19:54:50 -0700 Subject: [PATCH] Update 02-apple.md (#214) --- website/docs/self-hosting/02-apple.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/self-hosting/02-apple.md b/website/docs/self-hosting/02-apple.md index f08e002..11aa9b4 100644 --- a/website/docs/self-hosting/02-apple.md +++ b/website/docs/self-hosting/02-apple.md @@ -6,7 +6,10 @@ Thanks to Apple's Accelerate and CoreML frameworks, we can now run Tabby on edge 2. Run `tabby --help` to verify successful installation. -3. Start the server with `tabby serve model --models TabbyML/T5P-220M`. +3. Start the server with: +```bash +tabby serve model --models TabbyML/T5P-220M +``` :::tip