infra: prepare for release 0.5.0-alpha.14 [generated] [skip ci]

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2024-05-23 14:43:49 +00:00
parent cec0aa5487
commit fa850bafeb
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.5.0-alpha.14](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.14)
No significant changes.
## [0.5.0-alpha.13](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.13)
No significant changes.

View File

@@ -1,6 +1,6 @@
{
"name": "@bentoml/openllm-node",
"version": "0.5.0-alpha.13",
"version": "0.5.0-alpha.14",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {

View File

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

View File

@@ -40,8 +40,8 @@ classifiers = [
dependencies = [
"bentoml[io]>=1.2",
"transformers[torch,tokenizers]>=4.36.0",
"openllm-client>=0.5.0-alpha.13",
"openllm-core>=0.5.0-alpha.13",
"openllm-client>=0.5.0-alpha.14",
"openllm-core>=0.5.0-alpha.14",
"safetensors",
"vllm>=0.4.2",
"optimum>=1.12.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@bentoml/openllm-monorepo",
"version": "0.5.0-alpha.13",
"version": "0.5.0-alpha.14",
"description": "OpenLLM: Operating LLMs in production",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
"license": "Apache-2.0",