Skip to content

Releases: instill-ai/python-sdk

v0.13.0

08 Oct 17:12
eebd867

Choose a tag to compare

v0.13.0 Pre-release
Pre-release

0.13.0 (2024-10-07)

Features

  • client: support namespace and requester (#217) (f524739)
  • client: support target namespace and extra header (#215) (19563ac)

v0.12.1

12 Sep 09:41
09ac8ec

Choose a tag to compare

v0.12.1 Pre-release
Pre-release

0.12.1 (2024-09-12)

Bug Fixes

  • ray: fix misaligned message and image length (#211) (dd8ceeb)

v0.12.0

12 Sep 03:29
6976044

Choose a tag to compare

v0.12.0 Pre-release
Pre-release

0.12.0 (2024-09-11)

Features

  • artifact: update get_file_catalog input parameter default values (#203) (f5da73f)
  • ray: implement model local run and adopt latest task spec (#196) (5b67b56)
  • ray: support multimodal embedding input (#204) (e150ad1)

Bug Fixes

v0.11.0

05 Sep 05:12
85045ef

Choose a tag to compare

v0.11.0 Pre-release
Pre-release

0.11.0 (2024-09-04)

Features

  • artifact: updated proto and client code (#193) (e6e54b1)

Bug Fixes

  • vdp: fix trigger pipeline release input (#198) (db5224e)

v0.10.2

31 Jul 18:58
7da2565

Choose a tag to compare

v0.10.2 Pre-release
Pre-release

0.10.2 (2024-07-31)

Features

  • artifact: updated proto and added client code (#185) (51942bd)
  • client: adopt latest api spec (#168) (d33c050)

Bug Fixes

  • client: added some parameter default values for artifact (#192) (ab624f4)
  • specs: deleted out-dated resources (#183) (be86e69)

Miscellaneous Chores

  • release: release v0.10.2 (f15a1a9)

v0.10.1

02 Jul 17:18
7daddf7

Choose a tag to compare

v0.10.1 Pre-release
Pre-release

0.10.1 (2024-06-29)

Features

Miscellaneous Chores

  • release: release v0.10.1 (2a88d53)

v0.10.0

06 Jun 05:56
b1f9870

Choose a tag to compare

v0.10.0 Pre-release
Pre-release

0.10.0 (2024-06-05)

Features

  • client, resources: adopt latest api spec (#145) (bafa292)
  • dockerfile: separate config and weights into different layers (#156) (8d25fc3)
  • ray: support cuda version and fix user root permission (#158) (cd1fa69)

Bug Fixes

Documentation

  • readme: update workflow name (ba36a91)

v0.9.0

30 Apr 10:42
377a503

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

0.9.0 (2024-04-30)

Features

  • ray: implement standalone executable and optional system packages (#141) (c897080)

v0.8.1

29 Apr 19:13
e1d585d

Choose a tag to compare

v0.8.1 Pre-release
Pre-release

0.8.1 (2024-04-29)

Bug Fixes

v0.8.0

25 Apr 22:06
d0f3f90

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

0.8.0 (2024-04-25)

Features

  • deps: upgrade ray version (cc61b85)
  • ray: adapt to native docker client instead of docker sdk (#138) (7d19ccb)
  • ray: add accelerator and custom resource support (#118) (f974f98)
  • ray: add llava 13b to predeploy list (3fd5914)
  • ray: add metadata and infer constructor for llm tasks (#137) (be122d1)
  • ray: generate sha256 as tag if not presented (#120) (6abb538)
  • ray: inject accelerator type at runtime (#121) (f78a2d0)
  • ray: support containerized model serving (#116) (ad0f250)
  • ray: support custom accelerator type (#134) (ae6c139)
  • ray: use env for resource and deprecate deploy/undeploy (#124) (a58bc50)
  • ray: use tmp folder for image building (#122) (9512cec)

Bug Fixes

  • deps: downgrade ray to avoid grpc servicer issue (#128) (9ead421)
  • dockerfile: avoid build hang at ARG statement (#130) (f02a27c)
  • ray: fix etrypoint module not found (#126) (f1ed83d)
  • ray: fix missing default resource value (#129) (b2f564a)
  • ray: fix multi-platform build stage (6f358fd)
  • ray: support target platform for image building (#127) (f4825fc)