tensorrt-llm

Accelerate LLM inference on NVIDIA GPUs with TensorRT.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/hhhi21g/HealthCenter --skill tensorrt-llm-hhhi21g
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tensorrt-llm
Source: https://github.com/hhhi21g/HealthCenter/tree/main/.codex/skills/tensorrt-llm
Command: npx skills add https://github.com/hhhi21g/HealthCenter --skill tensorrt-llm-hhhi21g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tensorrt-llm, torch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of slow and resource-intensive LLM inference, optimizing for maximum throughput and low latency on NVIDIA GPUs.

Core Features & Use Cases

  • Optimized Inference: Accelerates LLM inference with TensorRT for significant speedups.
  • High Throughput: Achieves 10-100x faster inference than PyTorch.
  • Low Latency: Ideal for real-time applications with low latency requirements.
  • Quantization: Supports FP8 and INT4 quantization for faster inference and reduced memory usage.
  • Multi-GPU Scaling: Scalable across multiple GPUs or nodes for large-scale deployment.

Quick Start

Install the tensorrt-llm package and run the inference on your LLM model.

Frequently Asked Questions about tensorrt-llm

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

FAQPage Schema
How do I accelerate LLM inference on NVIDIA GPUs for production environments?▼

You can accelerate LLM inference using TensorRT to achieve 10-100x faster speeds than standard PyTorch. This optimization significantly reduces latency and maximizes throughput for real-time applications on NVIDIA GPUs.

Can I use FP8 or INT4 quantization to reduce memory usage during LLM inference?▼

Yes, TensorRT supports FP8 and INT4 quantization for LLM inference. These techniques enable faster processing and significantly reduce memory usage while maintaining model performance on compatible NVIDIA GPUs.

What do I need to run TensorRT-optimized LLM inference?▼

You need CUDA, the TensorRT library, a compatible LLM model, and the tensorrt-llm package installed. These components are required to execute the optimized inference pipeline on NVIDIA GPUs.

Does TensorRT LLM optimization support multi-GPU scaling for large-scale deployment?▼

Yes, TensorRT LLM optimization is scalable across multiple GPUs or nodes. This multi-GPU scaling capability supports large-scale deployment scenarios for demanding production workloads.

Why is my PyTorch LLM inference too slow for real-time applications?▼

Standard PyTorch LLM inference often lacks the low latency required for real-time applications. Using TensorRT optimizes the inference pipeline to achieve 10-100x faster speeds than PyTorch.