This release is a pre-release and may not be stable for production use.
LiteRT-LM Python
Python bindings for LiteRT-LM, a production-ready, open-source inference framework designed to deliver high-performance, cross-platform LLM deployments on edge devices.
Usage
Here is a simple example showing how to load a model and interact with it using the Python API:
import litert_lm
# Load the model using the CPU backend
with litert_lm.Engine("path/to/model.litertlm") as engine:
# Create a conversation and generate a response
with engine.create_conversation() as conversation:
user_message = "Hello world!"
# Alternative: send the full message for prompt template
# user_message = {"role": "user", "content": "Hello world!"}
# Synchronous completion
response = conversation.send_message(user_message)
print("Response:", response["content"][0]["text"])
# Asynchronous / Streaming completion
# stream = conversation.send_message_async(user_message)
# for text_piece in stream:
# print(text_piece, end="", flush=True)
For more information, please visit the main repository.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp313-cp313-manylinux_2_27_x86_64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp313-cp313-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 28.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09c45d2d21aaa924cb3b80a04ab1e4113e788385952f1acff7f4bae6187f7645
|
|
| MD5 |
620b90d237ea9771e9d15a7f2af5f13b
|
|
| BLAKE2b-256 |
820a778bf80c6078453172d35e83714cfaf53a52fc49ba34af7eae31df659969
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp313-cp313-macosx_12_0_arm64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp313-cp313-macosx_12_0_arm64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.13, macOS 12.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d54c68e5cffb685df19666f4c04bead0bfcf9be34491ca06604f06d268692cb
|
|
| MD5 |
7183134294c68e242ff91f81a07a7494
|
|
| BLAKE2b-256 |
11bcdc4e72ceef9edfc8c836d0ef31c952ee0169225dd5a2e7c1266ec21bd34b
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp312-cp312-manylinux_2_27_x86_64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp312-cp312-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 28.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3bf3201b755579feed04beee99e118b33532b2a0eb42594fd4b029d76fa4825
|
|
| MD5 |
d28378b7f78b54ca5e27c84094bb0a7a
|
|
| BLAKE2b-256 |
3316dc78b1177cf8aa8691e41aa74320a8904457bb0033dba9f2fa9dfda8f47d
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp312-cp312-macosx_12_0_arm64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp312-cp312-macosx_12_0_arm64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.12, macOS 12.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffc0530aa28e0b13cbf3a5c585f16329fcd6c125546904a45119b6ae641a17f5
|
|
| MD5 |
9139f12f1eeea3863638846571832643
|
|
| BLAKE2b-256 |
a11507aa2115618054a77e3bb6f95954152dab425da4ace285ea2b87eb8bed6d
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp311-cp311-manylinux_2_27_x86_64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp311-cp311-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 28.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9655d1c1c57408ab4fb620a818f21c8cd3ac73f6f2505b81056926444c04c97b
|
|
| MD5 |
36513f24eb962866cf02379c32b6fb90
|
|
| BLAKE2b-256 |
1eed4215d29f9fd12328b31e0ced848d0eb8d252fde175687fc44b32b7562f81
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp311-cp311-macosx_12_0_arm64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp311-cp311-macosx_12_0_arm64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.11, macOS 12.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ce7d0e0ecb096b7b146125d96c7ffce2593af9b334011465cac48d68646107b
|
|
| MD5 |
a12a00782818a0fec8e74fff2ce00c0c
|
|
| BLAKE2b-256 |
91f98530256dc175476f35d5dc907e54e96d7867796242ea16d7377b3f685619
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp310-cp310-manylinux_2_27_x86_64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp310-cp310-manylinux_2_27_x86_64.whl
- Upload date:
- Size: 28.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccd50ee52cfe5652380249e6df03fa5a16bc8d3f1f6728dc802b415076cb4e5a
|
|
| MD5 |
3f3bfd3daddbc3d4be2da0a7b0bf6fe1
|
|
| BLAKE2b-256 |
2856ee63c401e03c37cadc2845f0b836d588e63259ab22543b0e2a9ab859af50
|
File details
Details for the file litert_lm_nightly-0.9.0.dev20260323-cp310-cp310-macosx_12_0_arm64.whl.
File metadata
- Download URL: litert_lm_nightly-0.9.0.dev20260323-cp310-cp310-macosx_12_0_arm64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.10, macOS 12.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2751ae218a5e64b4217b2e72e0377d74f5f3f7c947316acf5aaa9eb29e335ea
|
|
| MD5 |
fdbae529d988f654d9de0cfbbc2751ee
|
|
| BLAKE2b-256 |
3f7b0ee5a81e36f9c77aeb7c94b55a66027bb95a44c0ba200fc4d7427feae921
|