Skip to content

v1.13.0: Stable Diffusion 3, Sentence Transformers, SAM, DETR, Kubernetes example

Compare
Choose a tag to compare
@regisss regisss released this 16 Aug 14:25
· 316 commits to main since this release

SynapseAI 1.17

  • Upgrade SynapseAI version to 1.17.0 #1217

Transformers 4.43

Diffusers 0.29

  • Upgrade optimum-habana diffusers dependency from 0.26.3 to 0.29.2 #1150 @dsocek

Stable Diffusion 3

Training with Sentence Transformers

Model optimizations

SAM, FastVIT, VideoMAE, OpenCLIP, DETR, Table Transformer, deciLM

Stable Diffusion inpainting, unconditional image generation

  • Add the Stable diffusion inpaint support #869 @yuanwu2017
  • Enable Unconditional Image Generation on Gaudi 2 [Diffuser/Tasks] #859 @cfgfung

Text feature extraction example

Tensor parallelism

  • Tensor parallel distributed strategy without using deepspeed #1121 @kalyanjk
  • Disable torch.compile for all_reduce when parallel_strategy is set to "tp" #1174 @kalyanjk

Kubernetes cluster example

  • Adds a helm chart, dockerfile, and instructions for running examples using a Kubernetes cluster #1099 @dmsuehir
  • Fix PyTorch version in the Kubernetes docker-compose to match image #1246 @dmsuehir

FP8 training

Other

Known limitations

  • For Llama, some big batch sizes lead to out-of-memory errors whereas they used to work