Skip to content

v0.0.26: T5 parallel support and new NeuronORPOTrainer

Latest
Compare
Choose a tag to compare
@dacorvo dacorvo released this 15 Nov 15:54

What's Changed

Inference

  • refactoring Diffusers pipelines (#711)
  • Add tensor parallel support to T5 via NxD (#697)

Training

  • support resizing embeddings (#670)
  • NeuronORPOTrainer (#719)

Bug fixes

  • update TGI error message (#659)
  • fix errors in vision/audio models docstring (#714)
  • fix wrong inputs/model placement when using a single core (#725)
  • fix model checkpoint saving issue when using PEFT (#727)
  • fix non contiguous tensors in consolidation (#736)

Full Changelog: v0.0.25...v0.0.26