infra: prepare for release 0.2.26 [generated] [skip ci]

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-08-17 19:53:56 +00:00
parent 4140d160b8
commit ec3852b5b8
7 changed files with 33 additions and 6 deletions

View File

@@ -18,6 +18,21 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.2.26](https://github.com/bentoml/openllm/tree/v0.2.26)
### Features
- Added a generic embedding implementation largely based on https://github.com/bentoml/sentence-embedding-bento
For all unsupported models.
[#227](https://github.com/bentoml/openllm/issues/227)
### Bug fix
- Fixes correct directory for building standalone installer
[#228](https://github.com/bentoml/openllm/issues/228)
## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25)
### Features