We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c256fa7 commit 53a6260Copy full SHA for 53a6260
stacks/tabby/docker-compose.yml
@@ -3,7 +3,7 @@ version: '3.7'
3
services:
4
tabby:
5
restart: always
6
- image: tabbyml/tabby:0.27.0-rc.0
+ image: tabbyml/tabby:0.27.1-rc.0
7
command: serve --model TabbyML/DeepseekCoder-6.7B --device cuda --webserver
8
volumes:
9
- tabby:/data
0 commit comments