mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-28 12:46:06 -05:00
infra: prepare for release 0.4.15 [generated] [skip ci]
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,15 @@ This changelog is managed by towncrier and is compiled at release time.
|
||||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [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.
|
||||
|
||||
|
||||
@@ -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)
|
||||
@@ -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": {
|
||||
|
||||
9
openllm-python/CHANGELOG.md
generated
9
openllm-python/CHANGELOG.md
generated
@@ -18,6 +18,15 @@ This changelog is managed by towncrier and is compiled at release time.
|
||||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [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.
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user