From 1dbae6717208bb90ea5b57d3c36ed150212901a9 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:27:41 +0000 Subject: [PATCH] infra: prepare for release 0.4.38 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ changelog.d/774.feature.md | 5 ----- changelog.d/775.change.md | 1 - openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 17 +++++++++++++++++ openllm-python/pyproject.toml | 4 ++-- package.json | 2 +- 7 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 changelog.d/774.feature.md delete mode 100644 changelog.d/775.change.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f46ad4fa..11f0fcdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,23 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.38](https://github.com/bentoml/openllm/tree/v0.4.38) + +### Changes + +- Update correct arguments for both `openllm import` and `openllm build` to be synonymous with `openllm start` + [#775](https://github.com/bentoml/openllm/issues/775) + + +### Features + +- Mixtral is now fully supported on BentoCloud. + + ```bash + openllm start mistralai/Mixtral-8x7B-Instruct-v0.1 + ``` + [#774](https://github.com/bentoml/openllm/issues/774) + ## [0.4.37](https://github.com/bentoml/openllm/tree/v0.4.37) No significant changes. diff --git a/changelog.d/774.feature.md b/changelog.d/774.feature.md deleted file mode 100644 index 4ab3cb4b..00000000 --- a/changelog.d/774.feature.md +++ /dev/null @@ -1,5 +0,0 @@ -Mixtral is now fully supported on BentoCloud. - -```bash -openllm start mistralai/Mixtral-8x7B-Instruct-v0.1 -``` diff --git a/changelog.d/775.change.md b/changelog.d/775.change.md deleted file mode 100644 index 5d6bf98b..00000000 --- a/changelog.d/775.change.md +++ /dev/null @@ -1 +0,0 @@ -Update correct arguments for both `openllm import` and `openllm build` to be synonymous with `openllm start` diff --git a/openllm-node/package.json b/openllm-node/package.json index 3cbd43c4..8d8f6b00 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.38.dev0", + "version": "0.4.38", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index f46ad4fa..11f0fcdf 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,23 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.38](https://github.com/bentoml/openllm/tree/v0.4.38) + +### Changes + +- Update correct arguments for both `openllm import` and `openllm build` to be synonymous with `openllm start` + [#775](https://github.com/bentoml/openllm/issues/775) + + +### Features + +- Mixtral is now fully supported on BentoCloud. + + ```bash + openllm start mistralai/Mixtral-8x7B-Instruct-v0.1 + ``` + [#774](https://github.com/bentoml/openllm/issues/774) + ## [0.4.37](https://github.com/bentoml/openllm/tree/v0.4.37) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index e0a60fb9..34b8e938 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.1.10", "transformers[torch,tokenizers]>=4.36.0", - "openllm-client>=0.4.37", - "openllm-core>=0.4.37", + "openllm-client>=0.4.38", + "openllm-core>=0.4.38", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index ec177674..402ee2fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.38.dev0", + "version": "0.4.38", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",