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

View File

@@ -1,2 +0,0 @@
Added a generic embedding implementation largely based on https://github.com/bentoml/sentence-embedding-bento
For all unsupported models.

View File

@@ -1 +0,0 @@
Fixes correct directory for building standalone installer

View File

@@ -1,6 +1,6 @@
{
"name": "openllm-clojure-ui",
"version": "0.2.26.dev0",
"version": "0.2.26",
"description": "OpenLLM Clojure UI",
"repository": {
"url": "git@github.com:bentoml/OpenLLM.git",

View File

@@ -1,6 +1,6 @@
{
"name": "openllm",
"version": "0.2.26.dev0",
"version": "0.2.26",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {

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

View File

@@ -1,6 +1,6 @@
{
"name": "openllm",
"version": "0.2.26.dev0",
"version": "0.2.26",
"description": "OpenLLM: Operating LLMs in production",
"repository": "git@github.com:bentoml/OpenLLM.git",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",