mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-07 16:47:13 -05:00
infra: prepare for release 0.4.42 [generated] [skip ci]
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
7
openllm-python/CHANGELOG.md
generated
7
openllm-python/CHANGELOG.md
generated
@@ -18,6 +18,13 @@ This changelog is managed by towncrier and is compiled at release time.
|
||||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42)
|
||||
|
||||
### Changes
|
||||
|
||||
- Bump vllm to 0.2.7 for a newly built bento
|
||||
[#837](https://github.com/bentoml/openllm/issues/837)
|
||||
|
||||
## [0.4.41](https://github.com/bentoml/openllm/tree/v0.4.41)
|
||||
No significant changes.
|
||||
|
||||
|
||||
@@ -40,8 +40,8 @@ classifiers = [
|
||||
dependencies = [
|
||||
"bentoml[io]>=1.1.10",
|
||||
"transformers[torch,tokenizers]>=4.36.0",
|
||||
"openllm-client>=0.4.41",
|
||||
"openllm-core>=0.4.41",
|
||||
"openllm-client>=0.4.42",
|
||||
"openllm-core>=0.4.42",
|
||||
"safetensors",
|
||||
"optimum>=1.12.0",
|
||||
"accelerate",
|
||||
@@ -91,7 +91,7 @@ openllm-playground = "openllm_cli.extension.playground:cli"
|
||||
|
||||
[project.urls]
|
||||
Blog = "https://modelserving.com"
|
||||
Chat = "https://l.bentoml.com/join-openllm-discord"
|
||||
Chat = "https://discord.gg/openllm"
|
||||
Documentation = "https://github.com/bentoml/openllm#readme"
|
||||
GitHub = "https://github.com/bentoml/OpenLLM"
|
||||
History = "https://github.com/bentoml/OpenLLM/blob/main/CHANGELOG.md"
|
||||
|
||||
Reference in New Issue
Block a user