Skip to content

Katib v0.18.0

Latest
Compare
Choose a tag to compare
@andreyvelich andreyvelich released this 31 Mar 23:25
· 12 commits to master since this release

This is the Katib v0.18.0 release.

The key highlights:

  • KEP-2339: Hyperparameter optimization for LLMs fine-tuning.
  • KEP-2340: Support for push-based metrics collection.
  • KEP-2374: Advanced parameter distribution, such as uniform, log-uniform, normal, and log-normal.

Breaking Changes

New Features

Hyperparameter Optimization for LLMs

  • [DOCS] move llm hyperparameter optimisation design image to the proposal directory and rename it (#2472 by @mahdikhashan)
  • [GSoC] Update tune API for LLM hyperparameters optimization (#2393 by @helenxie-bit)
  • [GSoC] Create LLM Hyperparameters Optimization API Proposal (#2333 by @helenxie-bit)

Support for Advanced Distributions for HPO

Push-based Metrics Collector

SDK Updates

Bug Fixes

Misc

New Contributors