TensorRT-LLM: Optimizing Large Language Model Inference on NVIDIA GPUs
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
TensorRT-LLM is an open-source library by NVIDIA designed to optimize inference for Large Language Models (LLMs) and Visual Generation models. It offers a user-friendly Python API, state-of-the-art optimizations, and specialized kernels to ensure efficient performance on NVIDIA GPUs. This powerful tool enables developers to deploy LLMs with high throughput and low latency, from single-GPU setups to multi-node deployments.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
TensorRT-LLM, developed by NVIDIA, is a comprehensive open-source library dedicated to optimizing inference for Large Language Models (LLMs) and Visual Generation models. It provides an intuitive Python API for defining LLMs and integrates state-of-the-art optimizations to achieve highly efficient inference on NVIDIA GPUs. The library includes specialized kernels for common operations such as attention, GEMMs, and Mixture-of-Experts (MoE), alongside algorithmic runtime optimizations like Prefill-Decode disaggregation and Speculative Decoding.
Architected on PyTorch, TensorRT-LLM offers a modular and extensible framework. It supports a wide array of inference configurations, from single-GPU to multi-GPU and multi-node deployments, with built-in parallelism strategies. Furthermore, it seamlessly integrates with the broader inference ecosystem, including NVIDIA Dynamo and the Triton Inference Server, making it a versatile solution for high-performance AI serving.
Installation
To get started with TensorRT-LLM, please refer to the official Installation Guide in the documentation. This guide provides detailed instructions for setting up the environment and dependencies required to run the library effectively.
Examples
TensorRT-LLM offers various examples to help users understand its capabilities and integrate it into their projects. You can find comprehensive examples and a quick start guide in the official Documentation, including specific examples like Running DeepSeek.
Why Use It
TensorRT-LLM stands out as a premier choice for LLM and Visual Gen inference optimization due to several key advantages:
- Unmatched Performance: It leverages state-of-the-art optimizations, custom kernels, and algorithmic enhancements to deliver maximum inference efficiency and throughput on NVIDIA GPUs.
- Ease of Use: The high-level Python API simplifies the process of defining, optimizing, and deploying Large Language Models.
- Flexibility and Scalability: Supports diverse inference setups, from single-GPU to complex multi-GPU or multi-node deployments, with robust parallelism strategies.
- Modularity and Extensibility: Its PyTorch-native architecture allows developers to easily customize, extend, and experiment with the runtime to meet specific project requirements.
- Broad Ecosystem Integration: Seamlessly integrates with other NVIDIA tools like Dynamo and Triton Inference Server, enhancing deployment and serving capabilities.
Links
Here are some useful links to learn more about TensorRT-LLM:
Related repositories
Similar repositories that may be relevant next.

Open Index: A Deterministic Memory Layer for Your AI Agents
September 16, 2026
Open Index is a powerful tool for building domain-specific, accurate, and structured data that AI agents can effectively operate on. It enables the creation of a "brain," a searchable and continuously improving context graph tailored to any domain. This system ensures agents have access to reliable, up-to-date information, enhancing their capabilities and decision-making processes.
tooltrim: Drastically Reduce LLM Agent Tool Output Tokens, Improve Accuracy
September 16, 2026
tooltrim provides drop-in compression for LLM agent tool outputs, drastically cutting tokens while often improving answer accuracy. This provider-agnostic solution offers content-aware compression, faithfulness benchmarks, and seamless integration with popular frameworks or as an OpenAI-compatible proxy.

AgentShield: Python Firewall for AI Agent Spend Control
September 16, 2026
AgentShield is a pure Python library designed to prevent runaway AI agents from exceeding budget limits. It offers 10 composable spend rules, evaluated in under 1ms, providing robust cost control. Although its core development has transitioned to sipi.bot, the AgentShield Python package remains available for existing users and its test fixtures are open-source.

DA-Forge: Streamlining Declarative Agent Creation for Copilot Notebooks
September 12, 2026
DA-Forge is a Python-based tool by Microsoft designed to automate the creation and deployment of Declarative Agents for Copilot Notebooks. It significantly reduces the manual effort and time required to set up AI assistants with specific grounding references, transforming an 85-minute process into just a few minutes. This tool is essential for developers and researchers working with Copilot Notebooks and Declarative Agents.
Source repository
Open the original repository on GitHub.
28 counted GitHub visits