Skip to content

Commit

Permalink
infra: prepare for release 0.4.42 [generated] [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Feb 2, 2024
1 parent 9f9195f commit d1583cc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ This changelog is managed by towncrier and is compiled at release time.

<!-- towncrier release notes start -->

## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42)

### Changes

- Bump vllm to 0.2.7 for a newly built bento
[#837](https://github.com/bentoml/openllm/issues/837)

## [0.4.41](https://github.com/bentoml/openllm/tree/v0.4.41)
No significant changes.

Expand Down
1 change: 0 additions & 1 deletion changelog.d/837.change.md

This file was deleted.

2 changes: 1 addition & 1 deletion openllm-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentoml/openllm-node",
"version": "0.4.42.dev0",
"version": "0.4.42",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions openllm-python/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions openllm-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ classifiers = [
dependencies = [
"bentoml[io]>=1.1.10",
"transformers[torch,tokenizers]>=4.36.0",
"openllm-client>=0.4.41",
"openllm-core>=0.4.41",
"openllm-client>=0.4.42",
"openllm-core>=0.4.42",
"safetensors",
"optimum>=1.12.0",
"accelerate",
Expand Down Expand Up @@ -91,7 +91,7 @@ openllm-playground = "openllm_cli.extension.playground:cli"

[project.urls]
Blog = "https://modelserving.com"
Chat = "https://l.bentoml.com/join-openllm-discord"
Chat = "https://discord.gg/openllm"
Documentation = "https://github.com/bentoml/openllm#readme"
GitHub = "https://github.com/bentoml/OpenLLM"
History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentoml/openllm-monorepo",
"version": "0.4.42.dev0",
"version": "0.4.42",
"description": "OpenLLM: Operating LLMs in production",
"author": "Aaron Pham <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit d1583cc

Please sign in to comment.