Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The easiest way to start a Tabby server is by using the following Docker command

```bash
docker run -it \
--gpus all -p 8080:8080 -v $HOME/.tabby:/data \
--gpus all -p 8080:8080 -v $HOME/.tabby:/data:Z \
tabbyml/tabby \
serve --model StarCoder-1B --device cuda --chat-model Qwen2-1.5B-Instruct
```
Expand Down