Skip to content

Commit

Permalink
chore(main): release 0.18.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Oct 23, 2023
1 parent f92ae22 commit 5849a3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.18.0-alpha](https://github.com/instill-ai/model-backend/compare/v0.17.2-alpha...v0.18.0-alpha) (2023-10-23)


### 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)) ([f92ae22](https://github.com/instill-ai/model-backend/commit/f92ae227a0b85e15c789f902cae6989a75eba0af))

## [0.17.2-alpha](https://github.com/instill-ai/model-backend/compare/v0.17.1-alpha...v0.17.2-alpha) (2023-10-13)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.17.2-alpha"
".": "0.18.0-alpha"
}

0 comments on commit 5849a3e

Please sign in to comment.