Skip to content

LiteRT is the new name for TensorFlow Lite (TFLite). While the name is new, it's still the same trusted, high-performance runtime for on-device AI, now with an expanded vision.

License

Notifications You must be signed in to change notification settings

google-ai-edge/LiteRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteRT

GitHub repository for Google's open-source high-performance runtime for on-device AI which has been renamed from TensorFlow Lite to LiteRT.

More details of the LiteRT announcement are in this blog post.

The official documentation can be found at https://ai.google.dev/edge/litert

In its current state, the LiteRT repository is not intended for open source development because it is pulling in existing TensorFlow code via a git submodule. We intend to evolve this repo to a point where developers can directly build and contribute here, at which time we will make a separate announcement.

Build Status

Build Type Status
PyPi Nightly Release

PyPi Installation Requirements

  • Python versions: 3.9, 3.10, 3.11
  • Operating system: Linux, MacOS

FAQs

  1. How do I contribute code?

    For now, please contribute code to the existing TensorFlow Lite repository.

  2. What is happening to the .tflite file extension and file format?

    No changes are being made to the .tflite file extension or format. Conversion tools will continue to output .tflite flatbuffer files, and .tflite files will be readable by LiteRT.

  3. How do I convert models to .tflite format?

    For Tensorflow, Keras and Jax you can continue to use the same flows. For PyTorch support check out ai-edge-torch.

  4. Will there be any changes to classes and methods?

    No. Aside from package names, you won’t have to change any code you’ve written for now.

  5. Is TensorFlow Lite still being actively developed?

    Yes, but under the name LiteRT. Active development will continue on the runtime (now called LiteRT), as well as the conversion and optimization tools. To ensure you're using the most up-to-date version of the runtime, please use LiteRT.

About

LiteRT is the new name for TensorFlow Lite (TFLite). While the name is new, it's still the same trusted, high-performance runtime for on-device AI, now with an expanded vision.

Resources

License

Stars

Watchers

Forks

Packages

No packages published