mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-06 06:29:21 -05:00
infra: prepare for release 0.3.4 [generated] [skip ci]
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -18,6 +18,16 @@ This changelog is managed by towncrier and is compiled at release time.
|
||||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [0.3.4](https://github.com/bentoml/openllm/tree/v0.3.4)
|
||||
|
||||
### Bug fix
|
||||
|
||||
- vLLM now should support safetensors loading format, so `--serlisation` should be agnostic of backend now
|
||||
|
||||
Removed some legacy check and default behaviour
|
||||
[#324](https://github.com/bentoml/openllm/issues/324)
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/bentoml/openllm/tree/v0.3.3)
|
||||
No significant changes.
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
vLLM now should support safetensors loading format, so `--serlisation` should be agnostic of backend now
|
||||
|
||||
Removed some legacy check and default behaviour
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openllm-clojure-ui",
|
||||
"version": "",
|
||||
"version": "0.3.4",
|
||||
"description": "OpenLLM Clojure UI",
|
||||
"repository": {
|
||||
"url": "git@github.com:bentoml/OpenLLM.git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bentoml/openllm-node",
|
||||
"version": "0.3.4.dev0",
|
||||
"version": "0.3.4",
|
||||
"description": "NodeJS library for OpenLLM",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
10
openllm-python/CHANGELOG.md
generated
10
openllm-python/CHANGELOG.md
generated
@@ -18,6 +18,16 @@ This changelog is managed by towncrier and is compiled at release time.
|
||||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [0.3.4](https://github.com/bentoml/openllm/tree/v0.3.4)
|
||||
|
||||
### Bug fix
|
||||
|
||||
- vLLM now should support safetensors loading format, so `--serlisation` should be agnostic of backend now
|
||||
|
||||
Removed some legacy check and default behaviour
|
||||
[#324](https://github.com/bentoml/openllm/issues/324)
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/bentoml/openllm/tree/v0.3.3)
|
||||
No significant changes.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bentoml/openllm-monorepo",
|
||||
"version": "0.3.4.dev0",
|
||||
"version": "0.3.4",
|
||||
"description": "OpenLLM: Operating LLMs in production",
|
||||
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user