Skip to content

Commit

Permalink
infra: prepare for release 0.5.0-alpha.15 [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 May 27, 2024
1 parent 07655c9 commit a4a6060
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ This changelog is managed by towncrier and is compiled at release time.

<!-- towncrier release notes start -->

## [0.5.0-alpha.15](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.15)

### Backwards-incompatible Changes

- Now, OpenLLM is compatible with BentoML 1.2 and above architecture.

Additionally, `openllm` CLI will only offer `start` and `build` to simplify the workflow.

OpenLLM will also now require vllm by default, and CPU support is currently turning off. We will look into supporting CPU in later version as our main focus is on accelerator.

Python API is also considered deprecated and internal only. If you are using this in your old service, make sure to set `IMPLEMENTATION=deprecated` as environment variable to avoid breaking changes. We recommend users to upgrade to BentoML 1.2.
[#996](https://github.com/bentoml/openllm/issues/996)

## [0.5.0-alpha.14](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.14)
No significant changes.

Expand Down
7 changes: 0 additions & 7 deletions changelog.d/996.breaking.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.5.0-alpha.14",
"version": "0.5.0-alpha.15",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {
Expand Down
13 changes: 13 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.2.16",
"transformers[torch,tokenizers]>=4.36.0",
"openllm-client>=0.5.0-alpha.14",
"openllm-core>=0.5.0-alpha.14",
"openllm-client>=0.5.0-alpha.15",
"openllm-core>=0.5.0-alpha.15",
"safetensors",
"vllm>=0.4.2",
"optimum>=1.12.0",
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.5.0-alpha.14",
"version": "0.5.0-alpha.15",
"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 a4a6060

Please sign in to comment.