Skip to content

v1.7: Llama 2, Falcon, LoRA, Transformers v4.31, SynapseAI v1.11

Compare
Choose a tag to compare
@regisss regisss released this 17 Aug 11:20
· 938 commits to main since this release

Transformers v4.31

Transformers v4.31 (latest stable release) is fully supported.

SynapseAI v1.11

SynapseAI v1.11 (latest stable release) is fully supported.

Optimizations for Llama 2, Falcon, StarCoder, OPT, GPT-NeoX, CodeGen

Torch Autocast

⚠️ Habana Mixed Precision is deprecated and will be removed in SynapseAI v1.12.
Torch Autocast is becoming the default for managing mixed-precision runs.

Improved text-generation example

LoRA examples

Two new LoRA examples for fine-tuning and inference.

LDM3D

New Stable Diffusion pipeline that enables to generate images and depth maps.

Added support for Text Generation Inference (TGI)

TGI is now supported on Gaudi.

GaudiGenerationConfig

Transformers' GenerationConfig has been extended to be fully compatible with Gaudi. It adds two fields to better control generation with static shapes.

Various fixes and improvements