infra: prepare for release 0.4.40 [generated] [skip ci]

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-12-15 16:46:12 +00:00
parent 88b6d3d6de
commit 2e8fc284f5
5 changed files with 12 additions and 4 deletions

View File

@@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.4.40](https://github.com/bentoml/openllm/tree/v0.4.40)
No significant changes.
## [0.4.39](https://github.com/bentoml/openllm/tree/v0.4.39)
### Bug fix

View File

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

View File

@@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.4.40](https://github.com/bentoml/openllm/tree/v0.4.40)
No significant changes.
## [0.4.39](https://github.com/bentoml/openllm/tree/v0.4.39)
### Bug fix

View File

@@ -40,8 +40,8 @@ classifiers = [
dependencies = [
"bentoml[io]>=1.1.10",
"transformers[torch,tokenizers]>=4.36.0",
"openllm-client>=0.4.39",
"openllm-core>=0.4.39",
"openllm-client>=0.4.40",
"openllm-core>=0.4.40",
"safetensors",
"optimum>=1.12.0",
"accelerate",

View File

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