From c19654adf370fd6a80ce8aa314726cd171765ba8 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:47:18 +0000 Subject: [PATCH] infra: prepare for release 0.4.15 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ changelog.d/692.feature.md | 3 --- openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 9 +++++++++ openllm-python/pyproject.toml | 4 ++-- package.json | 2 +- 6 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/692.feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c19352..2339c5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,15 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.15](https://github.com/bentoml/openllm/tree/v0.4.15) + +### Features + +- PyTorch runners now supports logprobs calculation for the `logits` output. + + Update logits calculation to support encoder-decoder models (which fix T5 inference) + [#692](https://github.com/bentoml/openllm/issues/692) + ## [0.4.14](https://github.com/bentoml/openllm/tree/v0.4.14) No significant changes. diff --git a/changelog.d/692.feature.md b/changelog.d/692.feature.md deleted file mode 100644 index d7c0c100..00000000 --- a/changelog.d/692.feature.md +++ /dev/null @@ -1,3 +0,0 @@ -PyTorch runners now supports logprobs calculation for the `logits` output. - -Update logits calculation to support encoder-decoder models (which fix T5 inference) diff --git a/openllm-node/package.json b/openllm-node/package.json index 14baec7b..dd15a83b 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.15.dev0", + "version": "0.4.15", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 44c19352..2339c5dd 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,15 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.15](https://github.com/bentoml/openllm/tree/v0.4.15) + +### Features + +- PyTorch runners now supports logprobs calculation for the `logits` output. + + Update logits calculation to support encoder-decoder models (which fix T5 inference) + [#692](https://github.com/bentoml/openllm/issues/692) + ## [0.4.14](https://github.com/bentoml/openllm/tree/v0.4.14) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index 9f4c91ad..3a042adc 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.1.9", "transformers[torch,tokenizers]>=4.35.0", - "openllm-client>=0.4.14", - "openllm-core>=0.4.14", + "openllm-client>=0.4.15", + "openllm-core>=0.4.15", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index 69043885..4ffdf00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.15.dev0", + "version": "0.4.15", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",