Skip to content

Commit

Permalink
chore: add RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Aug 31, 2023
1 parent 26fc0e7 commit cfa0e66
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ jobs:
artifacts: "tabby_*/tabby_*"
tag: ${{ github.ref_name }}
removeArtifacts: true
bodyFile: ci/RELEASE_NOTES.md
19 changes: 19 additions & 0 deletions ci/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 📦 Artifacts
* Binary for Mac OSX M1/M2, CPU only: [tabby_aarch64-apple-darwin](https://github.com/TabbyML/tabby/releases/download/v0.0.1-rc.2/tabby_aarch64-apple-darwin).
* Binary for Linux x86/64, CPU only: [tabby_x86_64-unknown-linux-gnu](https://github.com/TabbyML/tabby/releases/download/v0.0.1-rc.2/tabby_x86_64-unknown-linux-gnu).
* Docker image with NVIDIA CUDA Support: [tabbyml/tabby:0.0.1-rc.2](https://hub.docker.com/layers/tabbyml/tabby/0.0.1-rc.2/images/sha256-7de5477377bc493fe7e3c7871dc0f9ae83beaefef5ad3da065ae66c54fec88b1?context=explore).

## 🚀 Features
* Support FIM inference.
* Initial support of indexing with `tabby scheduler`.
* Support CodeLlama series model.

## 🧰 Improvements
* Support early cancellation to reduce GPU workload, increasing capacity of tabby server.

## 💫 New Contributors
* @Allesanddro made their first contribution in https://github.com/TabbyML/tabby/pull/233
* @prologic made their first contribution in https://github.com/TabbyML/tabby/pull/250
* @pauchiner made their first contribution in https://github.com/TabbyML/tabby/pull/253
* @ghthor made their first contribution in https://github.com/TabbyML/tabby/pull/255
* @sandrofigo made their first contribution in https://github.com/TabbyML/tabby/pull/353

0 comments on commit cfa0e66

Please sign in to comment.