Nightly build of the LiteRT runtime for on-device machine learning, targeting TensorFlow Lite models on mobile and edge devices. Currently at version 2.2.0.dev20260430.
pip install ai-edge-litert-nightlyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic model loading using LiteRT API. Replace model.tflite with your model file.
Use a stable release like ai-edge-litert (non-nightly) for production.
Migrate to ai_edge_litert imports, e.g., from ai_edge_litert import LiteRTModel.
No dependency data recorded yet.