diff --git a/CHANGELOG.md b/CHANGELOG.md index c11e6f65..19ec5d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.5.0-alpha.10](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.10) +No significant changes. + + ## [0.5.0-alpha.9](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.9) No significant changes. diff --git a/openllm-node/package.json b/openllm-node/package.json index 72b970c9..c1323c1d 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.5.0-alpha.9", + "version": "0.5.0-alpha.10", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index c11e6f65..19ec5d18 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.5.0-alpha.10](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.10) +No significant changes. + + ## [0.5.0-alpha.9](https://github.com/bentoml/openllm/tree/v0.5.0-alpha.9) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index e4d91d02..ca9f7b7f 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.2", "transformers[torch,tokenizers]>=4.36.0", - "openllm-client>=0.5.0-alpha.9", - "openllm-core>=0.5.0-alpha.9", + "openllm-client>=0.5.0-alpha.10", + "openllm-core>=0.5.0-alpha.10", "safetensors", "vllm>=0.4.2", "optimum>=1.12.0", diff --git a/package.json b/package.json index f49733bb..3d9b66cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.5.0-alpha.9", + "version": "0.5.0-alpha.10", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",