From e27764fe6b0e4a1128d099fa0e289fe6a2bc2c53 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Fri, 24 Nov 2023 07:09:06 +0000 Subject: [PATCH] infra: prepare for release 0.4.28 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ changelog.d/728.change.md | 1 - openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 7 +++++++ openllm-python/pyproject.toml | 4 ++-- package.json | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/728.change.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f55096f7..574c781f 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.28](https://github.com/bentoml/openllm/tree/v0.4.28) + +### Changes + +- Only baichuan2 and baichuan3 are supported. We dropped baichuan 1 support + [#728](https://github.com/bentoml/openllm/issues/728) + ## [0.4.27](https://github.com/bentoml/openllm/tree/v0.4.27) ### Changes diff --git a/changelog.d/728.change.md b/changelog.d/728.change.md deleted file mode 100644 index c41db537..00000000 --- a/changelog.d/728.change.md +++ /dev/null @@ -1 +0,0 @@ -Only baichuan2 and baichuan3 are supported. We dropped baichuan 1 support diff --git a/openllm-node/package.json b/openllm-node/package.json index cea70c69..4876a6b6 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.28.dev0", + "version": "0.4.28", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index f55096f7..574c781f 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.28](https://github.com/bentoml/openllm/tree/v0.4.28) + +### Changes + +- Only baichuan2 and baichuan3 are supported. We dropped baichuan 1 support + [#728](https://github.com/bentoml/openllm/issues/728) + ## [0.4.27](https://github.com/bentoml/openllm/tree/v0.4.27) ### Changes diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index 61fccf1c..6629f67b 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.35.0", - "openllm-client>=0.4.27", - "openllm-core>=0.4.27", + "openllm-client>=0.4.28", + "openllm-core>=0.4.28", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index 3b9fa8d0..2242be7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.28.dev0", + "version": "0.4.28", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",