tensorrt-llm

Optimize LLM inference on NVIDIA GPUs with TensorRT-LLM.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/AissenLiu/EasyHermes --skill tensorrt-llm-aissenliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tensorrt-llm
Source: https://github.com/AissenLiu/EasyHermes/tree/main/hermes-agent/optional-skills/mlops/tensorrt-llm
Command: npx skills add https://github.com/AissenLiu/EasyHermes --skill tensorrt-llm-aissenliu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

TensorRT-LLM optimizes large language model inference on NVIDIA GPUs, delivering higher throughput and lower latency for production deployments.

Core Features & Use Cases

  • High-throughput, low-latency inference using FP8/INT4 quantization and in-flight batching.
  • Multi-GPU and multi-node deployment support via tensor/pipeline/expert parallelism.
  • Production-ready serving with trtllm-serve and OpenAI-compatible APIs, metrics, and health checks.

Quick Start

Install tensorrt_llm and start trtllm-serve with a model to begin serving high-performance LLMs.

Frequently Asked Questions about tensorrt-llm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize LLM inference on NVIDIA GPUs for lower latency?

Deploy TensorRT-LLM to optimize LLM inference on NVIDIA GPUs, achieving higher throughput and lower latency. It applies FP8/INT4 quantization and in-flight batching for production deployment.

Can I run multi-GPU LLM serving with tensor and pipeline parallelism?

Yes, multi-GPU and multi-node LLM serving is supported via tensor, pipeline, and expert parallelism. This scales inference across multiple CUDA-capable GPUs for higher throughput.

Do I need CUDA-capable GPUs and Python to use TensorRT-LLM serving?

Yes, TensorRT-LLM requires CUDA-capable GPUs, a Python environment, and the tensorrt_llm package to run the server and APIs as documented in the references.

How do I start an OpenAI-compatible API server for LLM inference?

Install the tensorrt_llm package and start trtllm-serve with a model. This provides production-ready serving with OpenAI-compatible APIs, health checks, and Prometheus metrics.

Does TensorRT-LLM support Prometheus metrics for monitoring?

Yes, TensorRT-LLM includes Prometheus metrics for monitoring production deployments. It also provides health checks alongside its OpenAI-compatible API serving.