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

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-08-16 11:42:47 +00:00
parent e13d2800cc
commit 017e57653b
8 changed files with 43 additions and 14 deletions

View File

@@ -18,6 +18,26 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25)
### Features
- OpenLLM now include a community-maintained ClojureScript UI, Thanks @GutZuFusss
See [this README.md](/contrib/clojure/README.md) for more information
OpenLLM will also include a `--cors` to enable start with cors enabled.
[#89](https://github.com/bentoml/openllm/issues/89)
- Nightly wheels now can be installed via `test.pypi.org`:
```bash
pip install -i https://test.pypi.org/simple/ openllm
```
[#215](https://github.com/bentoml/openllm/issues/215)
- Running vLLM with Falcon is now supported
[#223](https://github.com/bentoml/openllm/issues/223)
## [0.2.24](https://github.com/bentoml/openllm/tree/v0.2.24)
No significant changes.

View File

@@ -1,5 +0,0 @@
Nightly wheels now can be installed via `test.pypi.org`:
```bash
pip install -i https://test.pypi.org/simple/ openllm
```

View File

@@ -1 +0,0 @@
Running vLLM with Falcon is now supported

View File

@@ -1,5 +0,0 @@
OpenLLM now include a community-maintained ClojureScript UI, Thanks @GutZuFusss
See [this README.md](/contrib/clojure/README.md) for more information
OpenLLM will also include a `--cors` to enable start with cors enabled.

View File

@@ -1,6 +1,6 @@
{
"name": "openllm-clojure-ui",
"version": "0.2.24",
"version": "0.2.25",
"description": "OpenLLM Clojure UI",
"repository": {
"url": "git@github.com:bentoml/OpenLLM.git",

View File

@@ -1,6 +1,6 @@
{
"name": "openllm",
"version": "0.2.25.dev0",
"version": "0.2.25",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {

View File

@@ -18,6 +18,26 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25)
### Features
- OpenLLM now include a community-maintained ClojureScript UI, Thanks @GutZuFusss
See [this README.md](/contrib/clojure/README.md) for more information
OpenLLM will also include a `--cors` to enable start with cors enabled.
[#89](https://github.com/bentoml/openllm/issues/89)
- Nightly wheels now can be installed via `test.pypi.org`:
```bash
pip install -i https://test.pypi.org/simple/ openllm
```
[#215](https://github.com/bentoml/openllm/issues/215)
- Running vLLM with Falcon is now supported
[#223](https://github.com/bentoml/openllm/issues/223)
## [0.2.24](https://github.com/bentoml/openllm/tree/v0.2.24)
No significant changes.

View File

@@ -1,6 +1,6 @@
{
"name": "openllm",
"version": "0.2.25.dev0",
"version": "0.2.25",
"description": "OpenLLM: Operating LLMs in production",
"repository": "git@github.com:bentoml/OpenLLM.git",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",