Fix incorrect tabby serve command (#250)

improve-workflow
James Mills 2023-06-18 10:51:47 +10:00 committed by GitHub
parent 66563fabb2
commit 407251b3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Thanks to Apple's Accelerate and CoreML frameworks, we can now run Tabby on edge
3. Start the server with:
```bash
tabby serve model --models TabbyML/T5P-220M
tabby serve --model TabbyML/T5P-220M
```