Releases: googleapis/python-aiplatform
Releases · googleapis/python-aiplatform
v1.32.0
1.32.0 (2023-09-05)
Features
- LLM - Added
stop_sequences
parameter to streaming methods andCodeChatModel
(d62bb1b) - LLM - Improved the handling of temperature and top_p in streaming (6566529)
- Support bigframes sharded parquet ingestion at remote deserialization (Tensorflow) (a8f85ec)
- Release Vertex SDK Preview (c60b9ca)
- Allow setting default service account (d11b8e6)
Bug Fixes
- Fix feature update since no LRO is created (468e6e7)
- LLM -
CodeGenerationModel
now supports safety attributes (c2c8a5e) - LLM - Fixed batch prediction on tuned models (2a08535)
- LLM - Fixed the handling of the
TextEmbeddingInput.task_type
parameter. (2e3090b) - Make statistics Optional for TextEmbedding. (7eaa1d4)
v1.31.1
v1.31.0
1.31.0 (2023-08-21)
Features
- Add disable_retries option to custom jobs. (db518b0)
- LLM - Added support for
stop_sequences
in inference (6f7ea84) - LLM - Exposed the
TextGenerationResponse.raw_prediction_response
(f8f2b9c) - LLM - Made tuning asynchronous when tuning becomes GA (226ab8b)
- LLM - release model evaluation for TextGenerationModel to public preview (8df5185)
- LLM - Released
TextGenerationModel
tuning to GA (62ff30d) - LLM - Support streaming prediction for chat models (ce60cf7)
- LLM - Support streaming prediction for code chat models (0359f1d)
- LLM - Support streaming prediction for code generation models (3a8348b)
- LLM - Support streaming prediction for text generation models (fb527f3)
- LLM - TextEmbeddingModel - Added support for structural inputs (
TextEmbeddingInput
),auto_truncate
parameter and resultstatistics
(cbf9b6e) - LVM - Added support for Image Generation models (b3729c1)
- LVM - Released
ImageCaptioningModel
to GA (7575046) - LVM - Released
ImageQnAModel
to GA (fd5cb02) - LVM - Released
MultiModalEmbeddingModel
to GA (e99f366) - LVM - Removed the
width
andheight
parameters fromImageGenerationModel.generate_images
since the service has dropped support for image sizes and aspect ratios (52897e6) - Scheduled pipelines client GA. (62b8b23)
Documentation
v1.30.1
v1.30.0
v1.29.0
1.29.0 (2023-08-02)
Features
- Add preview CustomJob which can be run on persistent resource (56906b0)
- LLM - Support for Batch Prediction for the
textembedding
models (preview) (a368538) - LLM - Support tuning for the code-bison model (preview) (e4b23a2)
- LVM - Large Vision Models SDK (preview release). Support for image captioning and image QnA (
imagetext
model) and multi modal embedding (multimodelembedding
model) (preview) (9bbf1ea)
Bug Fixes
- LLM - Fixed
get_tuned_model
for the future models that are nottext-bison
(1adf72b)
Documentation
v1.28.1
1.28.1 (2023-07-18)
Features
- LLM - Released the BatchPrediction to GA for TextGenerationModel (701c3a2)
- LLM - Support tuning in the "us-central1" location (4aa7745)
Bug Fixes
- Fix artifact registry link not showing in ui when creating schedules with SDK. (203cb47)
- Fixed the installation error caused by a PyYAML issue (4b86ce1)
- Require model name in ModelEvaluation.list() (aed8c76)
Documentation
- Fixed a docstring for train_steps (1f55b05)
Miscellaneous Chores
- Release 1.28.1 (8ebf22e)
v1.28.0
v1.27.1
v1.27.0
1.27.0 (2023-06-30)
Features
- Add submit for CustomTrainingJob and CustomContainerTrainingJob which won't block until complete. (d6476d0)
- LLM - Added support for
learning_rate
in tuning (c6cdd10) - LLM - Released the Codey models to GA (89609c9)
Bug Fixes
- Fix aiplatform.init bug by replacing experiment_name with experiment (c60773a)
- Fix error when calling update_state() after ExperimentRun.list() (cb255ec)
- LLM - Exported the
ChatMessage
class (7bf7634) - LLM - Fixed the chat models failing due to safetyAttributes format (459ba86)
- Vizier - Fixed pyvizier client study creation errors (16299d1)