v9.10.0

huggingface/finetrainersv9.10.0Jun 4, 2026by davidmezzetti

AI Summary

Focuses on training capabilities by adding LiteRT vector support and Knowledge Distillation training. It also includes a new URLRetrieve pipeline and reduces logging noise.

Key Highlights

  • Adds LiteRT vector support
  • Adds Knowledge Distillation Trainer
  • Adds Progressive Distillation Example Notebook
  • Adds URLRetrieve pipeline
  • Reduces noisy logging with Transformers v5

New Features

  • LiteRT vector support
  • Knowledge Distillation Trainer
  • Progressive Distillation Example Notebook
  • URLRetrieve pipeline

Full Release Notes

**This release adds LiteRT vector support and Knowledge Distillation training**

See below for full details on the new features, improvements and bug fixes.

New Features
--------------------------
- Add support for LiteRT vectors (#1097)
- Add URLRetrieve pipeline (#1100)
- Add a Knowledge Distillation Trainer (#1103)
- Add a Progressive Distillation Example Notebook (#1104)

Improvements
--------------------------
- Reduce noisy logging messages with Transformers v5 (#1102)