Skip to content

Commit 7eae503

Browse files
committed
infra: prepare for release 0.4.26 [generated] [skip ci]
Signed-off-by: Aaron Pham <[email protected]>
1 parent b28b526 commit 7eae503

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ This changelog is managed by towncrier and is compiled at release time.
1818

1919
<!-- towncrier release notes start -->
2020

21+
## [0.4.26](https://github.com/bentoml/openllm/tree/v0.4.26)
22+
23+
### Features
24+
25+
- `/v1/chat/completions` now accepts two additional parameters
26+
27+
- `chat_templates`: this is a string of [Jinja templates](https://huggingface.co/docs/transformers/main/chat_templating#templates-for-chat-models)
28+
to use with this models. By default, it will just use the default models provided chat templates based on config.json.
29+
- `add_generation_prompt`: See [here](https://huggingface.co/docs/transformers/main/chat_templating#how-do-i-use-chat-templates)
30+
[#725](https://github.com/bentoml/openllm/issues/725)
31+
2132
## [0.4.25](https://github.com/bentoml/openllm/tree/v0.4.25)
2233
No significant changes.
2334

changelog.d/725.feature.md

-5
This file was deleted.

openllm-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentoml/openllm-node",
3-
"version": "0.4.26.dev0",
3+
"version": "0.4.26",
44
"description": "NodeJS library for OpenLLM",
55
"type": "module",
66
"repository": {

openllm-python/CHANGELOG.md

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openllm-python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ classifiers = [
4040
dependencies = [
4141
"bentoml[io]>=1.1.10",
4242
"transformers[torch,tokenizers]>=4.35.0",
43-
"openllm-client>=0.4.25",
44-
"openllm-core>=0.4.25",
43+
"openllm-client>=0.4.26",
44+
"openllm-core>=0.4.26",
4545
"safetensors",
4646
"optimum>=1.12.0",
4747
"accelerate",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentoml/openllm-monorepo",
3-
"version": "0.4.26.dev0",
3+
"version": "0.4.26",
44
"description": "OpenLLM: Operating LLMs in production",
55
"author": "Aaron Pham <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)