Skip to content

v1.16.1: Patch release

Compare
Choose a tag to compare
@fxmarty fxmarty released this 15 Dec 10:54
· 104 commits to main since this release

Breaking change: BetterTransformer llama, falcon, whisper, bart is deprecated

The features from BetterTransformer for Llama, Falcon, Whisper and Bart have been upstreamed in Transformers. Please use transformers>=4.36 and torch>=2.1.1 to use by default PyTorch's scaled_dot_product_attention.

More details: https://github.com/huggingface/transformers/releases/tag/v4.36.0

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.16.1