Metadata-Version: 2.4
Name: litert-lm-builder-nightly
Version: 0.12.0.dev20260506
Summary: Python tools for building LiteRT-LM
Project-URL: Homepage, https://github.com/google-ai-edge/LiteRT-LM
Project-URL: Repository, https://github.com/google-ai-edge/LiteRT-LM
Keywords: On-Device ML,AI,Google,TFLite,LiteRT,PyTorch,LLMs,GenAI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: protobuf
Requires-Dist: flatbuffers
Requires-Dist: absl-py
Requires-Dist: tomli

# LiteRT-LM Builder

Python tools for building, inspecting, and unpacking LiteRT-LM files.

## Usage

### 🛠️ Build a LiteRT-LM File
Use the CLI tool:

```bash
litert-lm-builder [options]
```

### 🔍 Inspect and Unpack a LiteRT-LM File
Use the CLI tool:

```bash
litert-lm-peek [options]
```
