From d1583cc1bbfdf3205663e20ef27df5f4f94f3a86 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:21:09 +0000 Subject: [PATCH] infra: prepare for release 0.4.42 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ changelog.d/837.change.md | 1 - openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 7 +++++++ openllm-python/pyproject.toml | 6 +++--- package.json | 2 +- 6 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/837.change.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f55ac3..92bc3019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,13 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42) + +### Changes + +- Bump vllm to 0.2.7 for a newly built bento + [#837](https://github.com/bentoml/openllm/issues/837) + ## [0.4.41](https://github.com/bentoml/openllm/tree/v0.4.41) No significant changes. diff --git a/changelog.d/837.change.md b/changelog.d/837.change.md deleted file mode 100644 index 6fb32f02..00000000 --- a/changelog.d/837.change.md +++ /dev/null @@ -1 +0,0 @@ -Bump vllm to 0.2.7 for a newly built bento diff --git a/openllm-node/package.json b/openllm-node/package.json index 2b9e9bf1..9fc849e4 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.42.dev0", + "version": "0.4.42", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index b5f55ac3..92bc3019 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,13 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42) + +### Changes + +- Bump vllm to 0.2.7 for a newly built bento + [#837](https://github.com/bentoml/openllm/issues/837) + ## [0.4.41](https://github.com/bentoml/openllm/tree/v0.4.41) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index f198dbde..a0baf5fa 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.1.10", "transformers[torch,tokenizers]>=4.36.0", - "openllm-client>=0.4.41", - "openllm-core>=0.4.41", + "openllm-client>=0.4.42", + "openllm-core>=0.4.42", "safetensors", "optimum>=1.12.0", "accelerate", @@ -91,7 +91,7 @@ openllm-playground = "openllm_cli.extension.playground:cli" [project.urls] Blog = "https://modelserving.com" -Chat = "https://l.bentoml.com/join-openllm-discord" +Chat = "https://discord.gg/openllm" Documentation = "https://github.com/bentoml/openllm#readme" GitHub = "https://github.com/bentoml/OpenLLM" History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md" diff --git a/package.json b/package.json index 3d7e1c09..fd531825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.42.dev0", + "version": "0.4.42", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",