Skip to content

Prebuilt TensorFlow Lite runtime binaries for Linux (glibc 2.26+), enabling easy deployment for compatible configurations.

License

Notifications You must be signed in to change notification settings

BogdanZavu/tflite-runtime-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

tflite-runtime-prebuilt

Prebuilt TensorFlow Lite runtime binaries for Linux (glibc 2.26+), enabling easy deployment for compatible configurations.

🚀 What is this?

This repository provides precompiled tflite_runtime binaries built from TensorFlow 2.14 sources, allowing you to run TensorFlow Lite 2.14 models in Python on certain environments where official releases are not available.

🛠️ Build details

  • Target environment: Amazon Linux 2 container with Python 3.11 installed.
  • Python version: 3.11 (matching the AWS Lambda Python 3.11 runtime).
  • glibc version: 2.26 (default in Amazon Linux 2)
  • Purpose: Enable TensorFlow 2.14 Lite runtime for use in AWS Lambda functions running Python 3.11 on Amazon Linux 2.

⚡ Usage

import tflite_runtime_2.14_linux_glibc_2.26.interpreter as tflite
...

⚠️

This build was created to fulfill a specific need (running TensorFlow Lite 2.14 on AWS Lambda with Amazon Linux 2 and Python 3.11) and has been tested only in that environment.

About

Prebuilt TensorFlow Lite runtime binaries for Linux (glibc 2.26+), enabling easy deployment for compatible configurations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages