TensorRT-LLM: Fast LLM Inference
Use Python to define and run Large Language Models.
"A founder uses TensorRT LLM to create a customer support chatbot. They write a Python script to define the model, train it on customer data, and deploy it on their GPU. The chatbot answers common questions, freeing up human support staff to focus on complex issues."
- •When you need to deploy LLMs in production with high performance and low latency
- •When you want to optimize your LLM inference workflow on NVIDIA GPUs
- •When you need a Python-friendly interface to define and run LLMs
python -c 'from tensorrt_llm import LLM; model = LLM("bert-base-uncased", "https://example.com/model.pth"); print(model.infer("What is the meaning of life?"))'Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/tensorrt-llm && curl -fsSL https://workflowstacks.com/api/skills/tensorrt-llm/claude-skill -o ~/.claude/skills/tensorrt-llm/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
TensorRT-LLM: Fast LLM Inference is a very large Python project (~1.3M lines across 2933 code files, plus 1471 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, Other license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3pyproject.tomlDependencies and the commands it exposes
- 4tensorrt_llm/__init__.pyInside tensorrt_llm/ — the main logic begins here
- 5examples/README.mdA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/tensorrt-llm && curl -fsSL https://workflowstacks.com/api/skills/tensorrt-llm/claude-skill -o ~/.claude/skills/tensorrt-llm/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.