Skip to content

v1.8.0 release

Compare
Choose a tag to compare
@andreyvelich andreyvelich released this 23 Jul 18:10
· 88 commits to master since this release
f8687ca

This is the Training Operator v1.8.0 release.

This release introduces a new Python API for LLMs Fine-Tuning that simplifies the ability to fine-tune foundational models using distributed PyTorch nodes.

Install the Kubeflow Training SDK as follows to try it:

pip install -U "kubeflow-training[huggingface]"

LLMs Fine-Tuning API

Breaking Changes

New Features

Control Plane Updates

SDK Improvements

Bug Fixes

Misc

New Contributors