Skip to content

v2.0.0: Optimum ONNX, TF Lite, BetterTransformer

Latest
Compare
Choose a tag to compare
@echarlaix echarlaix released this 09 Oct 12:24
· 3 commits to main since this release

Breaking changes since v1.x

v2.0.0 introduces several breaking changes

1. ONNX integration moved to Optimum ONNX

ONNX export and ONNX Runtime inference related integrations were moved to Optimum ONNX #2298

Installation

How to obtain the same behavior as v1.x

pip install "optimum-onnx[onnxruntime]"

or equivalently

pip install "optimum[onnxruntime]"

🚨 You shouldn't install optimum without an extra if you want to be able to export your model to ONNX, please follow the installation instructions from the documentation 🚨

ONNX Runtime Training

ONNX Runtime Training officially deprecated, more information on this in optimum-onnx v0.0.1 release notes

2. TF Lite export

TF Lite export officially deprecated #2340

3. BetterTransformer

BetterTransformer officially deprecated #2305

Improvements

Optimum pipelines

General improvements

New Contributors

Full Changelog: v1.27.0...v2.0.0