* Extend support for `transformers` up to v4.25.x. * Add support for Python 3.11 (currently limited to linux due to supported platforms for PyTorch v1.13.x).
1.1.8
* Extend support for `transformers` up to v4.21.x. * Support MPS device in `HFShim` (328). * Track seen docs during alignment to improve speed (337). * Don't require examples in `Transformer.initialize` (341).
1.1.7
* Extend support for `transformers` up to v4.20.x. * Convert all transformer outputs to XP arrays at once (330). * Support alternate model loaders in `HFShim` and `HFWrapper` (332).
1.1.6
* Extend support for `transformers` up to v4.19.x. * Fix issue 324: Skip backprop for `transformer` if not available, for example if the `transformer` is frozen.
1.1.5
✨ New features and improvements
- Extend support for `transformers` up to v4.17.x.
👥 Contributors
adrianeboyd
1.1.4
✨ New features and improvements
- Extend support for `transformers` up to v4.15.x.