What’s New

LiteRT v2.1.5

v2.1.5
Added 3
  • PyPI wheels for Python 3.14
  • Support LiteRT environment and option APIs directly from Python
  • Raspberry Pi 5 GPU acceleration support
Changed 2
  • Make LiteRT C++ APIs header only
  • Made LiteRT Options class as pure data only object without requiring a LiteRT C API call to create and update
Fixed 2
  • GPU prebuilts for iOS devices
  • Bug on creating host memory TensorBuffer with alignment
Removed 1
  • libLiteRt.so dependency from GPU Accelerator and Dispatch API shared libraries

Release 2.1.5

Major Features and Improvements
  • Python 3.14 Support: Added PyPI wheels for Python 3.14
  • Make LiteRT C++ APIs header only
  • Support LiteRT environment and option APIs directly from Python
  • Removed libLiteRt.so dependency from GPU Accelerator and Dispatch API shared libraries. They no longer require libLiteRt.so to use.
  • Made LiteRT Options class as pure data only object. It doesn’t require a LiteRT C API call to create & update the object.
  • Added Raspberry Pi 5 GPU acceleration support
Bug Fixes and Other Changes
View original

Discussion