🚀 Major Upgrades
- Transformers v4.53 support and SmolLM3 model addition by @IlyasMoutawwakil in #2326
- Batched inference support across all decoders by @IlyasMoutawwakil in #2319
- VisualBert support by @Abdennacer-Badaoui in #2303
🔧 Enhancements & Fixes
- Fix taskmanager by @echarlaix in #2296
- Add task onnx register by @echarlaix in #2291
- ExporterConfig refactorization by @echarlaix in #2157
- remove timm from exporters extra by @echarlaix in #2299
- No more forcing separators by @IlyasMoutawwakil in #2279
- Fix broken Trainer documentation link in README by @VolodymyrBg in #2304
- Propagate library_name parameter in from_pretrained to export by @tomaarsen in #2328
- Fix 'Block pattern could not be match. Pass block_name_to_quantize argument in quantize_model' while loading Qwen VL GPTQ model by @arunmadhusud in #2295
🧹 Deprecations & v2
- Deprecated support for TFLite, BetterTransformer, and ONNXRuntime‑Training, these integrations will be fully removed in v2.
- TensorFlow models export will be removed in v2, consistent with Transformer library dropping TF/JAX support.
- ONNX and ONNXRuntime integrations will move into the new Optimum‑ONNX package.
New Contributors
- @dependabot[bot] made their first contribution in #2292
- @arunmadhusud made their first contribution in #2295
- @VolodymyrBg made their first contribution in #2304
Full Changelog: v1.26.1...v1.27.0