LiteRT supports Samsung Exynos AI LiteCore through the CompiledModel API for both AOT and on-device compilation.
Set up development environment
Samsung Exynos AI LiteCore has the following development environment requirements:
- Operating System: Ubuntu 22.04 LTS
- Build System: Bazel version 7.4.1
- Standard libraries: Libc++ and Libc++abi 16+
- Platform Specific Requirements:
- Android:
- Android SDK: Android API Level 36 (Android 16).
- Android NDK: Support for API Level 28 (Android 9 Pie).
You can use the Quick system setup with Docker to configure dependencies automatically.
Supported SoCs
- Exynos 2500 Mobile Platform (E9955)
- Exynos 2600 Mobile Platform (E9965)
Next steps
- Start with the unified NPU guide: NPU acceleration with LiteRT
- Follow the conversion and deployment steps there, choosing Samsung where applicable.
- For LLMs, see Execute LLMs on NPU using LiteRT-LM.