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_ratein 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
ChatMessageclass (7bf7634) - LLM - Fixed the chat models failing due to safetyAttributes format (459ba86)
- Vizier - Fixed pyvizier client study creation errors (16299d1)