From e1471416d4497e60d021e913e2845c9c805d6e40 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:57:48 +0100 Subject: [PATCH] chore(main): release 0.18.0-alpha --- CHANGELOG.md | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659fbb41..cfba870e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.18.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.17.2-alpha...v0.18.0-alpha) (2023-10-26) + + +### Features + +* **model:** Enhancements for Llava Model Support and Model Hub File Movement ([#434](https://github.com/instill-ai/model-backend/issues/434)) ([58cb97c](https://github.com/instill-ai/model-backend/commit/58cb97c005722ccba05370513268ecd60be7b5b4)) +* **model:** Support for LLM-like models in TRITON Inference Server ([#432](https://github.com/instill-ai/model-backend/issues/432)) ([590eb0b](https://github.com/instill-ai/model-backend/commit/590eb0b8d19a78ea7d1432bce4b22bc3d0a37609)) + + +### Bug Fixes + +* **Dockerfile:** fix Python 3.11 using Debian base image ([#438](https://github.com/instill-ai/model-backend/issues/438)) ([2ace6eb](https://github.com/instill-ai/model-backend/commit/2ace6eb91e233db8ed8e0a8ed86758b743be409a)) +* **payload:** fix incorrect conversion between integer types ([#440](https://github.com/instill-ai/model-backend/issues/440)) ([32bffea](https://github.com/instill-ai/model-backend/commit/32bffea38c95025de39d52b6e53c55af4b5b0e3a)) + ## [0.17.2-alpha](https://github.com/instill-ai/model-backend/compare/v0.17.1-alpha...v0.17.2-alpha) (2023-10-13) diff --git a/release-please/manifest.json b/release-please/manifest.json index 7d6767b4..36825ce0 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.2-alpha" + ".": "0.18.0-alpha" }