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

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-12-13 23:27:41 +00:00
parent 0d83cefcb6
commit 1dbae67172
7 changed files with 38 additions and 10 deletions

View File

@@ -18,6 +18,23 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [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.

View File

@@ -1,5 +0,0 @@
Mixtral is now fully supported on BentoCloud.
```bash
openllm start mistralai/Mixtral-8x7B-Instruct-v0.1
```

View File

@@ -1 +0,0 @@
Update correct arguments for both `openllm import` and `openllm build` to be synonymous with `openllm start`

View File

@@ -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": {

View File

@@ -18,6 +18,23 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [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.

View File

@@ -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",

View File

@@ -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",