-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |