#96 · Primary category: Inference & Local Deploy
onnx-tensorrt
ONNX-TensorRT: TensorRT backend for ONNX
Project last updated:08/03/26
GitHub Stars
3.2K
Forks
548
Contributors
35
License
Apache-2.0
Why we included this project
Teams deploying ONNX models on NVIDIA GPUs use this parser when latency matters. It takes an ONNX graph and compiles it into a TensorRT engine, so a model trained and validated in PyTorch or another framework runs on TensorRT's optimized kernels instead of a generic interpreter. It is available as a C++ library, a Python backend, and an executable, so you can slot it into a serving pipeline at whatever level you work. Dynamic shapes and full-dimension graphs are supported, which helps if your input batch or resolution changes at runtime. Plan for it being a compiler rather than a drop-in runtime: you build the engine ahead of time and execute it later, and not every ONNX operator has a native mapping, a gap the included operator support matrix spells out.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.