docs: update changelog for 0.4.0 (#629)
parent
e171776774
commit
cd14ad723b
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,11 +1,20 @@
|
|||
# v0.4.0 [Unreleased]
|
||||
# v0.5.0 [Unreleased]
|
||||
|
||||
## Features
|
||||
|
||||
## Fixes and Improvements
|
||||
|
||||
# v0.4.0
|
||||
|
||||
## Features
|
||||
|
||||
* Supports golang: https://github.com/TabbyML/tabby/issues/553
|
||||
* Supports ruby: https://github.com/TabbyML/tabby/pull/597
|
||||
* Supports using local directory for `Repository.git_url`: use `file:///path/to/repo` to specify a local directory.
|
||||
* A new UI design for webserver.
|
||||
|
||||
## Fixes and Improvements
|
||||
|
||||
* Improve snippets retrieval by dedup candidates to existing content + snippets: https://github.com/TabbyML/tabby/pull/582
|
||||
|
||||
# v0.3.1
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ modal serve app.py
|
|||
|
||||
from modal import Image, Stub, asgi_app, gpu
|
||||
|
||||
IMAGE_NAME = "tabbyml/tabby:0.3.1"
|
||||
IMAGE_NAME = "tabbyml/tabby:0.4.0"
|
||||
MODEL_ID = "TabbyML/StarCoder-1B"
|
||||
GPU_CONFIG = gpu.T4()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue