docs: update changelog for 0.4.0 (#629)

add-llama-model-converter
Meng Zhang 2023-10-24 16:26:23 -07:00 committed by GitHub
parent e171776774
commit cd14ad723b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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()