From d4fbbcee34f3f203e3cd20933830bc000cadad7e Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:20:01 +0000 Subject: [PATCH] infra: prepare for release 0.4.39 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ changelog.d/779.fix.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/779.fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f0fcdf..ff69e7ca 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.39](https://github.com/bentoml/openllm/tree/v0.4.39) + +### Bug fix + +- Fixes logprobs branch with PyTorch backend. + [#779](https://github.com/bentoml/openllm/issues/779) + ## [0.4.38](https://github.com/bentoml/openllm/tree/v0.4.38) ### Changes diff --git a/changelog.d/779.fix.md b/changelog.d/779.fix.md deleted file mode 100644 index 690e453b..00000000 --- a/changelog.d/779.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixes logprobs branch with PyTorch backend. diff --git a/openllm-node/package.json b/openllm-node/package.json index 3a6e03d1..1d9cca56 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.39.dev0", + "version": "0.4.39", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 11f0fcdf..ff69e7ca 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.39](https://github.com/bentoml/openllm/tree/v0.4.39) + +### Bug fix + +- Fixes logprobs branch with PyTorch backend. + [#779](https://github.com/bentoml/openllm/issues/779) + ## [0.4.38](https://github.com/bentoml/openllm/tree/v0.4.38) ### Changes diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index 34b8e938..f3ab150a 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.38", - "openllm-core>=0.4.38", + "openllm-client>=0.4.39", + "openllm-core>=0.4.39", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index 61f88bd4..515a4bcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.39.dev0", + "version": "0.4.39", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",