Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 771 Bytes

File metadata and controls

37 lines (20 loc) · 771 Bytes

Changelog

[integrations/optimum-v0.1.1] - 2024-07-04

🐛 Bug Fixes

  • Fix docs build (#633)

  • Fix typo in the ORTModel.inputs_names field to align with upstream (#866)

📚 Documentation

  • Disable-class-def (#556)

⚙️ Miscellaneous Tasks

  • Retry tests to reduce flakyness (#836)
  • Update ruff invocation to include check parameter (#853)

[integrations/optimum-v0.1.0] - 2024-03-04

🚀 Features

  • Add Optimum Embedders (#379)
  • [breaking] Add support for Optimum optimizers and quantizers (#496)
  • Add example for Optimum integration, fix docs, CI (#526)

🚜 Refactor

  • [breaking] Simplify Optimum backend impl (#477)

📚 Documentation

  • Fix Optimum embedder examples (#517)