v1.22.0: transformers 4.44 compatibility, bugfixes
What's Changed
- Fix sentence transformers modeling patching for export by @echarlaix in #1936
- Update optimum intel extra by @echarlaix in #1935
- Update Habana extra by @regisss in #1937
- Remove inplace op in mistral patcher by @IlyasMoutawwakil in #1938
- Fix forward bug in ORTModelForFeatureExtraction by @moria97 in #1941
- Deprecate ORTModel class by @IlyasMoutawwakil in #1939
- Remove warning by @echarlaix in #1945
- Clip vision model onnx export by @fxmarty in #1920
- Add export test for swin with shifted windows by @echarlaix in #1942
- Refactor diffusers tasks by @IlyasMoutawwakil in #1947
- Fix optimizer's command line reading by @idruker-cerence in #1961
- Fix unmask_unattended_patched signature by @fxmarty in #1963
- Fix undefined variable in library name inference by @IlyasMoutawwakil in #1964
- Fix gpt bigcode ONNX export for transformers<4.39.0 by @echarlaix in #1973
- Support transformers 4.43 by @IlyasMoutawwakil in #1971
- chore(ci): migrate runner configuration in GitHub workflows by @XciD in #1978
- Fix typos in quantization.mdx by @aldakata in #1989
- Update Habana extra in setup.py by @regisss in #1991
- Follow up the diffusers task refactoring by @JingyaHuang in #1999
- Transformers 4.44 support by @IlyasMoutawwakil in #1996
- Modify token classification processor default dataset args by @echarlaix in #2005
- Fix TFLite tests by @IlyasMoutawwakil in #2007
- Fix attribute name from
inputs_names
toinput_names
by @J4BEZ in #2010 - Fix typo in BetterTransformer's overview docs by @ftnext in #2015
- Apply deprecated
evaluation_strategy
by @muellerzr in #1819 - Update transformers imports for
deepspeed
andis_torch_xla_available
by @Rohan138 in #2012 - Add quanto install and instructions by @dacorvo in #1976
New Contributors
- @moria97 made their first contribution in #1941
- @XciD made their first contribution in #1978
- @zhenglongjiepheonix made their first contribution in #1933
- @aldakata made their first contribution in #1989
- @J4BEZ made their first contribution in #2010
- @ftnext made their first contribution in #2015
- @muellerzr made their first contribution in #1819
- @Rohan138 made their first contribution in #2012
Full Changelog: v1.21.4...v1.22.0