chore: add RELEASE_NOTES.md
parent
26fc0e7e64
commit
cfa0e66c45
|
|
@ -110,3 +110,4 @@ jobs:
|
||||||
artifacts: "tabby_*/tabby_*"
|
artifacts: "tabby_*/tabby_*"
|
||||||
tag: ${{ github.ref_name }}
|
tag: ${{ github.ref_name }}
|
||||||
removeArtifacts: true
|
removeArtifacts: true
|
||||||
|
bodyFile: ci/RELEASE_NOTES.md
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue