Skip to main content

TileRT: Tile-Based Runtime for
Ultra-Low-Latency LLM Inference

GitHub repository PyPI version HuggingFace

TileRT serves large language models (LLMs) in ultra-low-latency scenarios — pushing the latency limits of hundred-billion-parameter models to millisecond-level time per output token (TPOT) without compromising model size or quality. Its tile-level runtime engine decomposes LLM operators into fine-grained tile tasks and dynamically overlaps computation, I/O, and communication across multiple GPUs.

The current preview supports DeepSeek-V3.2 and GLM-5 on 8× NVIDIA B200. For full usage, examples, and news, see the GitHub repository.

GLM-5.1-FP8 token generation with TileRT v0.1.5
GLM-5.1-FP8 token generation speed with TileRT v0.1.5. Output length 1K, input length 1K–192K. Bars compare TileRT without MTP, with MTP at average acceptance length 3.2, and the peak under best-case MTP acceptance.

Installation

The official tilert==0.1.5 wheel on PyPI was compiled against the following stack. Treat these as hard requirements, not lower bounds.

Component Pinned version
NVIDIA driver Supports CUDA 13.2 runtime
Operating System Linux x86_64, glibc ≥ 2.28 (manylinux_2_28)
Python 3.12
PyTorch torch==2.11.0+cu130
transformers 4.46.3
tokenizers 0.20.3

Recommended: pre-built Docker image

The pinned environment is preinstalled in our official image — the recommended way to run TileRT, avoiding version drift on the host. The image is mirrored to two registries; pull from whichever is reachable:

docker pull ghcr.io/tile-ai/tilert:cu132-latest   # GitHub Container Registry
docker pull tileai/tilert:cu132-latest            # Docker Hub

Launch a container with all 8 GPUs attached, then install the wheel inside:

docker run --rm -it --gpus all --ipc=host \
    -v "$PWD":/workspace -w /workspace \
    ghcr.io/tile-ai/tilert:cu132-latest

# Install from PyPI:
pip install tilert==0.1.5

# Or pin the exact wheel from the GitHub Release page (same artifact,
# useful when PyPI is unreachable):
pip install https://github.com/tile-ai/TileRT/releases/download/v0.1.5/tilert-0.1.5-cp312-cp312-manylinux_2_28_x86_64.whl

Verify the install:

python -c "import tilert, torch; print('tilert', tilert.__version__, '/ torch', torch.__version__, '/ cuda', torch.version.cuda)"
# Expected: tilert 0.1.5 / torch 2.11.0+cu130 / cuda 13.0

Documentation

For weight conversion, the generation CLI, the programmatic API, Multi-Token Prediction (MTP), and the latest benchmarks, see the TileRT GitHub repository.

Release files for tilert 0.1.5.post3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for tilert 0.1.5.post3
File Interpreter ABI Platform
tilert-0.1.5.post3-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details

Release files / tilert-0.1.5.post3-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL tilert-0.1.5.post3-cp312-cp312-manylinux_2_28_x86_64.whl
Size 5.8 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
711557de281f83fcfd8b7f8128bfbc50c8cab338d76991cc1ca19847b58a4606
BLAKE2b-256 checksum
How to use checksums
a3131814553e68ae84bee411aa8c8805fe7dc3318ec068f9dcddc74cb45d711d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.10.18
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page