Update 02-apple.md (#214)

improve-workflow
Meng Zhang 2023-06-06 19:54:50 -07:00 committed by GitHub
parent ffe777e519
commit 0c0eac5cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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