docs: set the quick start example to be StarCoder-1B

r0.6
Meng Zhang 2023-11-22 09:32:45 +08:00 committed by GitHub
parent bb534fae27
commit 2133f8f187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ The easiest way to start a Tabby server is by using the following Docker command
docker run -it \
--gpus all -p 8080:8080 -v $HOME/.tabby:/data \
tabbyml/tabby \
serve --model TabbyML/SantaCoder-1B --device cuda
serve --model TabbyML/StarCoder-1B --device cuda
```
For additional options (e.g inference type, parallelism), please refer to the [documentation page](https://tabbyml.github.io/tabby).