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

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2024-02-05 10:48:05 +00:00
parent 4dc4c45c4a
commit fe44c843ec
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.43](https://github.com/bentoml/openllm/tree/v0.4.43)
No significant changes.
## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42)
### Changes

View File

@@ -40,8 +40,8 @@ classifiers = [
dependencies = [
"bentoml[io]>=1.1.11,<1.2",
"transformers[torch,tokenizers]>=4.36.0",
"openllm-client>=0.4.42",
"openllm-core>=0.4.42",
"openllm-client>=0.4.43",
"openllm-core>=0.4.43",
"safetensors",
"optimum>=1.12.0",
"accelerate",