mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-08-07 05:32:55 -04: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:
7 files changed
+33
-6
No files matched your search
@@ -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,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",
|
"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,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": {
|
||||||
|
|||||||
Generated
+15
@@ -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
@@ -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>",
|
||||||
|
|||||||
Reference in new issue
Block a user