Skip to content

OpenVINO™ Integration with Optimum* Changelog

Dmitry Kurtaev edited this page Mar 4, 2022 · 5 revisions

This is a changelog page for OpenVINO™ Integration with Optimum* module - an extension for Hugging Face Transformers library.

*Other names and brands may be claimed as the property of others.

  • Added support for old version of Transformers library (2.11.0)
  • Cache TensorFlow converted models for faster initialization
  • Support dynamic shapes API from OpenVINO >= 2022.1
  • Split NNCF and Runtime required dependencies

Initial release of OpenVINO extension of Hugging Face Transformers. Designed as Optimum.

  • OpenVINO runtime
    • OVAutoModelForMaskedLM
    • OVAutoModelWithLMHead
    • OVAutoModelForQuestionAnswering
    • OVAutoModelForSequenceClassification
  • NNCF for training
Clone this wiki locally