Skip to content

0.38.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 08:04

Main changes

  • Resuming from checkpoint moved to the TrainerConfig (setting resume_from_checkpoint in Trainer.train() is now deprecated and raises error)
  • Resuming from checkpoints now supports inner-loop steps instead of only epochs
  • Add data sampler for slicing data loaders (mainly used for training resumption)
  • Re-order objects initialization in the Trainer's init function
  • Add support for optimizer checkpointing in Trainer
  • Add option to disable preprocess and post processing in Model.predict()
  • Seperate generation config in Whisper's model config with a separate data class
  • Drop support for Python 3.9