infra: prepare for release 0.4.27 [generated] [skip ci]

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-24 06:25:16 +00:00
parent b4c9971678
commit d8a783772d
6 changed files with 40 additions and 16 deletions

View File

@@ -18,6 +18,24 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.4.27](https://github.com/bentoml/openllm/tree/v0.4.27)
### Changes
- We will deprecate support for PyTorch backend and will enforce all
built Bento to use vLLM backend going forward. This means that `openllm build`
with `--backend pt` will now be deprecated and move to `--backend vllm`.
We will focus more on contributing upstream to vLLM and will ensure that the core
value of OpenLLM is to provide a flexible and as streamlined experience to bring these
models to production with ease.
PyTorch backend will be removed from 0.5.0 releases onwards.
The docker images will now only be available on GHCR and not on ECR anymore as a measure
to reduce cost and maintenance one our side
[#730](https://github.com/bentoml/openllm/issues/730)
## [0.4.26](https://github.com/bentoml/openllm/tree/v0.4.26)
### Features

View File

@@ -40,8 +40,8 @@ classifiers = [
dependencies = [
"bentoml[io]>=1.1.10",
"transformers[torch,tokenizers]>=4.35.0",
"openllm-client>=0.4.26",
"openllm-core>=0.4.26",
"openllm-client>=0.4.27",
"openllm-core>=0.4.27",
"safetensors",
"optimum>=1.12.0",
"accelerate",