Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1003 Bytes

File metadata and controls

29 lines (17 loc) · 1003 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2026-07-02

Added

  • Support palettization of ConvTranspose1d/ConvTranspose2d/ConvTranspose3d layers via KMeansPalettizer
  • Support for EAGER execution mode in model inspection utility

Fixed

  • Fixed pruning mask dtype to match that of the weight being pruned
  • Fixes to allow better support for bfloat16 dtype in palettization and quantization

0.2.0 - 2026-06-08

Added

  • Initial release of coreai-opt. See the GitHub Releases page for release notes.