Google Tensor SDK Beta with LiteRT

· Source: Google Developers Blog - AI · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Internet of Things (IoT) & Connected Devices · Depth: Intermediate, medium

Summary

Google has released the Tensor ML SDK Beta, enabling developers to build and deploy on-device AI experiences on Google Pixel 10 family devices, leveraging the custom Google Tensor System-on-Chip (SoC) and its dedicated Tensor Processing Unit (TPU) inference accelerator. This beta launch introduces two key advantages: a unified developer workflow with LiteRT and access to a Model Garden featuring over 100 classic ML and Generative AI models, including Gemma 3 1B. LiteRT, Google's on-device framework, abstracts vendor-specific SDKs, offering a streamlined API for model conversion, compilation, deployment, and inference on Pixel's TPU. The Model Garden supports diverse applications like small language models, intelligent content creation, vision & understanding, and audio & accessibility features, with precompiled models available on Hugging Face.

Key takeaway

For AI Engineers developing mobile applications, the Tensor ML SDK Beta provides a robust platform for on-device AI. You should explore integrating LiteRT to streamline your model deployment workflow and leverage the extensive Model Garden to accelerate development of features like real-time translation or advanced computational photography on Pixel 10 devices.

Key insights

The Tensor ML SDK Beta unifies on-device AI development on Pixel devices via LiteRT and a comprehensive model garden.

Principles

Method

Convert PyTorch/TFLite models to optimized binaries using LiteRT Torch, deploy via Play Feature Delivery and AI Packs, then run inference with LiteRT Runtime, specifying CPU/GPU fallbacks.

In practice

Topics

Code references

Best for: AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Google Developers Blog - AI.