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

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-24 07:09:06 +00:00
parent 7b8d9024c4
commit e27764fe6b
6 changed files with 18 additions and 5 deletions

View File

@@ -18,6 +18,13 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.4.28](https://github.com/bentoml/openllm/tree/v0.4.28)
### Changes
- Only baichuan2 and baichuan3 are supported. We dropped baichuan 1 support
[#728](https://github.com/bentoml/openllm/issues/728)
## [0.4.27](https://github.com/bentoml/openllm/tree/v0.4.27)
### Changes

View File

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