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

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-29 07:39:42 +00:00
parent 9706228956
commit 69deedd9b8
5 changed files with 12 additions and 4 deletions

View File

@@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.4.32](https://github.com/bentoml/openllm/tree/v0.4.32)
No significant changes.
## [0.4.31](https://github.com/bentoml/openllm/tree/v0.4.31)
No significant changes.

View File

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