infra: prepare for release 0.1.15 [generated]

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-06-26 22:40:45 +00:00
parent fc103be6e8
commit 4a4d91a8d0
4 changed files with 13 additions and 6 deletions

View File

@@ -18,6 +18,17 @@ This changelog is managed by towncrier and is compiled at release time.
<!-- towncrier release notes start -->
## [0.1.15](https://github.com/bentoml/openllm/tree/v0.1.15)
### Features
- `openllm.Runner` now supports AMD GPU, addresses #65.
It also respect CUDA_VISIBLE_DEVICES set correctly, allowing disabling GPU and
run on CPU only.
[#72](https://github.com/bentoml/openllm/issues/72)
## [0.1.14](https://github.com/bentoml/openllm/tree/v0.1.14)
### Features

View File

@@ -1,4 +0,0 @@
`openllm.Runner` now supports AMD GPU, addresses #65.
It also respect CUDA_VISIBLE_DEVICES set correctly, allowing disabling GPU and
run on CPU only.

View File

@@ -1,6 +1,6 @@
{
"name": "openllm",
"version": "0.1.15.dev0",
"version": "0.1.15",
"description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model",
"repository": "git@github.com:llmsys/OpenLLM.git",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",

View File

@@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.15.dev0"
__version__ = "0.1.15"