Releases: instill-ai/python-sdk
Releases · instill-ai/python-sdk
v0.13.0
v0.12.1
v0.12.0
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
- dockerfile: revert storing cache dir (#207) (297f1f1)
- ray: append mime type for image output (#208) (9e38b70)
- ray: fix bounding box output type (#205) (22242df)
- ray: fix multimodal chat input (#210) (37aa13a)
- ray: fix number of sample type (#206) (c87527d)
- ray: replace user-agent header (#209) (e18b217)
v0.11.0
v0.10.2
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
v0.10.0
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
v0.8.1
v0.8.0
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)