Skip to content

Commit a4a6060

Browse files
committed
infra: prepare for release 0.5.0-alpha.15 [generated] [skip ci]
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
1 parent 07655c9 commit a4a6060

File tree

6 files changed

+30
-11
lines changed

6 files changed

+30
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ This changelog is managed by towncrier and is compiled at release time.
1818

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

21+
## [0.5.0-alpha.15](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.15)
22+
23+
### Backwards-incompatible Changes
24+
25+
- Now, OpenLLM is compatible with BentoML 1.2 and above architecture.
26+
27+
Additionally, `openllm` CLI will only offer `start` and `build` to simplify the workflow.
28+
29+
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.
30+
31+
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.
32+
[#996](https://github.com/bentoml/openllm/issues/996)
33+
2134
## [0.5.0-alpha.14](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.14)
2235
No significant changes.
2336

changelog.d/996.breaking.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

openllm-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentoml/openllm-node",
3-
"version": "0.5.0-alpha.14",
3+
"version": "0.5.0-alpha.15",
44
"description": "NodeJS library for OpenLLM",
55
"type": "module",
66
"repository": {

openllm-python/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openllm-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ classifiers = [
4040
dependencies = [
4141
"bentoml[io]>=1.2.16",
4242
"transformers[torch,tokenizers]>=4.36.0",
43-
"openllm-client>=0.5.0-alpha.14",
44-
"openllm-core>=0.5.0-alpha.14",
43+
"openllm-client>=0.5.0-alpha.15",
44+
"openllm-core>=0.5.0-alpha.15",
4545
"safetensors",
4646
"vllm>=0.4.2",
4747
"optimum>=1.12.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentoml/openllm-monorepo",
3-
"version": "0.5.0-alpha.14",
3+
"version": "0.5.0-alpha.15",
44
"description": "OpenLLM: Operating LLMs in production",
55
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)