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 committed 2023-08-17 19:53:56 +00:00
1 parent 4140d160b8
commit ec3852b5b8
7 files changed
+33 -6

No files matched your search

+15
View File
@@ -18,6 +18,21 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start --> <!-- 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) ## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25)
### Features ### Features
-2
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.
-1
View File
@@ -1 +0,0 @@
Fixes correct directory for building standalone installer
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "openllm-clojure-ui", "name": "openllm-clojure-ui",
"version": "0.2.26.dev0", "version": "0.2.26",
"description": "OpenLLM Clojure UI", "description": "OpenLLM Clojure UI",
"repository": { "repository": {
"url": "git@github.com:bentoml/OpenLLM.git", "url": "git@github.com:bentoml/OpenLLM.git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "openllm", "name": "openllm",
"version": "0.2.26.dev0", "version": "0.2.26",
"description": "NodeJS library for OpenLLM", "description": "NodeJS library for OpenLLM",
"type": "module", "type": "module",
"repository": { "repository": {
+15
View File
@@ -18,6 +18,21 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start --> <!-- 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) ## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25)
### Features ### Features
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "openllm", "name": "openllm",
"version": "0.2.26.dev0", "version": "0.2.26",
"description": "OpenLLM: Operating LLMs in production", "description": "OpenLLM: Operating LLMs in production",
"repository": "git@github.com:bentoml/OpenLLM.git", "repository": "git@github.com:bentoml/OpenLLM.git",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",