Skip to content

Commit

Permalink
infra: prepare for release 0.4.16 [generated] [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Nov 19, 2023
1 parent cb4386b commit e9207ff
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ This changelog is managed by towncrier and is compiled at release time.

<!-- towncrier release notes start -->

## [0.4.16](https://github.com/bentoml/openllm/tree/v0.4.16)

### Changes

- Update vLLM to 0.2.2, bringing supports and a lot of improvement upstream
[#695](https://github.com/bentoml/openllm/issues/695)


### Features

- Added experimental CTranslate backend to run on CPU, that yields higher TPS comparing to PyTorch counterpart.

This has been tested on c5.4xlarge instances
[#698](https://github.com/bentoml/openllm/issues/698)

## [0.4.15](https://github.com/bentoml/openllm/tree/v0.4.15)

### Features
Expand Down
1 change: 0 additions & 1 deletion changelog.d/695.change.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/698.feature.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.16.dev0",
"version": "0.4.16",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions openllm-python/CHANGELOG.md

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

4 changes: 2 additions & 2 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.9",
"transformers[torch,tokenizers]>=4.35.0",
"openllm-client>=0.4.15",
"openllm-core>=0.4.15",
"openllm-client>=0.4.16",
"openllm-core>=0.4.16",
"safetensors",
"optimum>=1.12.0",
"accelerate",
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.16.dev0",
"version": "0.4.16",
"description": "OpenLLM: Operating LLMs in production",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit e9207ff

Please sign in to comment.