Skip to content

Releases: instill-ai/model-backend

v0.25.1-alpha

20 Jun 03:51
2a72805
Compare
Choose a tag to compare
v0.25.1-alpha Pre-release
Pre-release

0.25.1-alpha (2024-06-20)

Bug Fixes

  • schema: use camelCase for schema fields (5629b6a)

v0.25.0-alpha

19 Jun 04:54
9012905
Compare
Choose a tag to compare
v0.25.0-alpha Pre-release
Pre-release

0.25.0-alpha (2024-06-18)

Features

v0.24.0-alpha

06 Jun 05:51
d7a4f81
Compare
Choose a tag to compare
v0.24.0-alpha Pre-release
Pre-release

0.24.0-alpha (2024-06-06)

⚠ BREAKING CHANGES

  • model: adopt containerized model serving (#542)

Features

  • handler: implement get latest operation (#589) (33d2395)
  • handler: support listing available regions for model deployment (#561) (52c2172)
  • handler: support model profile image (#566) (0c8dbba)
  • model: add permission field in model object (#576) (2d36a58)
  • model: add task schema in model struct (#578) (647069d)
  • model: adopt containerized model serving (#542) (3c80f39)
  • model: embed sample input/output in model proto message (#558) (5fba538)
  • model: support latest model version trigger (#580) (47cb36c)
  • model: support resource spec in model definition (#557) (fee6e4b)
  • model: support search/filter with list endpoints (#559) (7b17393)
  • model: support watch latest model and order_by for list endpoints (#586) (1a5e48c)
  • prediction: implement sync/async prediction records (#555) (8d58eda)
  • ray: support containerized model deployment (#529) (4dcab05)
  • ray: support custom accelerator type (#547) (f0cc0d7)

Bug Fixes

  • acl: fix wrong type name (#560) (89d09a5)
  • dockerfile: update deploy config yaml path (#590) (ee369e0)
  • model: fix missing package in test models (#552) (a28a21b)
  • ray: check CDI availability for model container (#538) (28bad42)
  • server: add missing message size option (#597) (d0a0aac)
  • service: fix list model version pagination (#569) (d8fb04a)
  • service: fix list model version return list size (#556) (9b69f9c)

v0.23.0-alpha

09 Mar 22:52
2940770
Compare
Choose a tag to compare
v0.23.0-alpha Pre-release
Pre-release

0.23.0-alpha (2024-03-09)

Features

  • pkg: use mgmtPB.Owner to embed the owner information (#523) (37d5708)

Bug Fixes

  • handler,ray: fix reconciliation model status and namespace (#525) (62a30b6)
  • redis: delete redis key when errored (#526) (bb4e18d)

v0.22.0-alpha

20 Feb 16:57
20c6127
Compare
Choose a tag to compare
v0.22.0-alpha Pre-release
Pre-release

0.22.0-alpha (2024-02-20)

⚠ BREAKING CHANGES

  • triton: deprecate triton inference server (#512)

Features

  • acl,org: adopt ACL and add organization endpoints (#504) (13a1650)

Bug Fixes

  • cmd,pkg: refactor codebase to align with golanci-linter checks (#506) (b213812)
  • handler: fix multipart request (352a4ae)
  • pkg: fix isError and set maxBatchSize to 0 (2adfe5b)
  • pkg: fix org model namespace (#510) (f4be09c)
  • service: fix workflow retry when deleting (adcbde5)
  • service: remove org subscription check (76cd66f)
  • usage: add missing org usage collection (239d3f4)
  • worker: fix temporal cloud namespace init (#513) (17c5d68)

Code Refactoring

  • triton: deprecate triton inference server (#512) (f8a277d)

v0.21.3-alpha

30 Jan 12:52
7937ffe
Compare
Choose a tag to compare
v0.21.3-alpha Pre-release
Pre-release

0.21.3-alpha (2024-01-30)

Bug Fixes

  • model: fix indexing error in text2img and img2img postprocessing (#501) (0ba505b)
  • model: fix missing field in ray while serving img2img task (#496) (f572f18)
  • payload: fix wrong form data key (#503) (4d69e5e)

v0.21.2-alpha

25 Jan 22:10
2e74b79
Compare
Choose a tag to compare
v0.21.2-alpha Pre-release
Pre-release

0.21.2-alpha (2024-01-25)

Bug Fixes

  • main: fix misused return statement (5cbfc3d)

v0.21.1-alpha

02 Jan 14:25
8ec74e3
Compare
Choose a tag to compare
v0.21.1-alpha Pre-release
Pre-release

0.21.1-alpha (2024-01-02)

Features

  • service: support basic github pat to avoid rate-limit (#477) (45931ca)

Miscellaneous Chores

  • release: release v0.21.1-alpha (bd320b0)

v0.21.0-alpha

15 Dec 16:54
014b26a
Compare
Choose a tag to compare
v0.21.0-alpha Pre-release
Pre-release

0.21.0-alpha (2023-12-14)

Features

  • model: refactoring AI Tasks for Consistency Across Text and Image Generation (#461) (e827130)
  • redis: use redis for model state caching (#472) (3b6b977)

Bug Fixes

  • model: fix grpc message size limit issue (#474) (1ec7ae1)

v0.20.0-alpha

30 Nov 11:42
47e6e31
Compare
Choose a tag to compare
v0.20.0-alpha Pre-release
Pre-release

0.20.0-alpha (2023-11-30)

Features

  • model: Enhancements for Image Inpu in Text 2 Image Task (#457) (eb604a1)
  • ray: use shared python executable (#455) (db9658b)

Bug Fixes