Skip to content

Commit

Permalink
docs: mark installation use tabbyml/tabby (latest tag) (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 18, 2023
1 parent 7eabfee commit d45d6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/installation/modal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from modal import Image, Stub, asgi_app, gpu

IMAGE_NAME = "tabbyml/tabby:0.6.0"
IMAGE_NAME = "tabbyml/tabby"
MODEL_ID = "TabbyML/StarCoder-1B"
GPU_CONFIG = gpu.T4()

Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/modal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from modal import Image, Stub, asgi_app, gpu
Next, we set the base docker image version, which model to serve, taking care to specify the GPU configuration required to fit the model into VRAM.

```python
IMAGE_NAME = "tabbyml/tabby:0.6.0"
IMAGE_NAME = "tabbyml/tabby"
MODEL_ID = "TabbyML/StarCoder-1B"
GPU_CONFIG = gpu.T4()
```
Expand Down

0 comments on commit d45d6e4

Please sign in to comment.