Skip to content

Commit

Permalink
docs: fix tabby-cpu entrypoint override in docker-compose.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Feb 12, 2024
1 parent 2d39c25 commit a4615c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
tabby:
restart: always
image: tabbyml/tabby
entrypoint: /opt/tabby/bin/tabby-cpu
command: serve --model TabbyML/StarCoder-1B --device cuda
volumes:
- "$HOME/.tabby:/data"
Expand All @@ -43,6 +42,7 @@ services:
tabby:
restart: always
image: tabbyml/tabby
entrypoint: /opt/tabby/bin/tabby-cpu
command: serve --model TabbyML/StarCoder-1B
volumes:
- "$HOME/.tabby:/data"
Expand Down

0 comments on commit a4615c7

Please sign in to comment.