Skip to content

Commit

Permalink
docs: fix mount path for sky serve installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 24, 2023
1 parent 0654ec9 commit 31a80b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/skypilot/tabby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ service:
replicas: 1

run: |
docker run --gpus all -p 8080:8080 -v ~/data:/data \
docker run --gpus all -p 8080:8080 -v ~/.tabby:/data \
tabbyml/tabby \
serve --model TabbyML/StarCoder-1B --device cuda

0 comments on commit 31a80b4

Please sign in to comment.