mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-18 14:47:30 -05:00
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:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
Added a generic embedding implementation largely based on https://github.com/bentoml/sentence-embedding-bento
|
||||
For all unsupported models.
|
||||
@@ -1 +0,0 @@
|
||||
Fixes correct directory for building standalone installer
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openllm",
|
||||
"version": "0.2.26.dev0",
|
||||
"version": "0.2.26",
|
||||
"description": "NodeJS library for OpenLLM",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
15
openllm-python/CHANGELOG.md
generated
15
openllm-python/CHANGELOG.md
generated
@@ -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
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user