| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| litert_cc_sdk.zip | 2026-05-18 | 265.6 kB | |
| README.md | 2026-05-14 | 884 Bytes | |
| v2.1.5 source code.tar.gz | 2026-05-14 | 100.6 MB | |
| v2.1.5 source code.zip | 2026-05-14 | 107.2 MB | |
| Totals: 4 Items | 208.0 MB | 3 | |
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.
- Applied https://github.com/google-ai-edge/LiteRT/blob/main/g3doc/apis/runtime_context.md
- 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
- Fixed GPU prebuilts for iOS devices https://github.com/google-ai-edge/LiteRT/issues/6745
- Fixed a bug on creating host memory TensorBuffer with alignment https://github.com/google-ai-edge/LiteRT/issues/5373