Skip to content

v1.10: SDXL, Textual-Inversion, TRL, SynapseAI v1.14

Compare
Choose a tag to compare
@regisss regisss released this 30 Jan 21:50
· 686 commits to main since this release

SynapseAI v1.14

The codebase is fully validated for the latest version of Habana SDK, SynapseAI v1.14.0.

Stable Diffusion XL

SDXL is now supported and optimized for Gaudi.

Textual inversion fine-tuning

An example of textual-inversion fine-tuning has been added.

TRL

The 🤗 TRL library is now supported on Gaudi for performing DPO and SFT.

  • Add DPO and SFT of TRL support in Gaudi and example #601
  • Restructure example/trl/stack_llama_2 for generic DPO #635 @libinta
  • Add DPO of TRL in README.md #652 @libinta
  • Add seed in DPO for reproduce the training result #646 @sywangyi

Full bf16 evaluation

Full bf16 evaluation inside the trainer can now be performed like in Transformers.

Text-generation pipeline

A text-generation pipeline fully optimized for Gaudi has been added.

Model optimizations

TGI

TGI on Gaudi has been moved to a dedicated repo: https://github.com/huggingface/tgi-gaudi

Various fixes

Others