#77 · Primary category: Inference & Local Deploy
TensorRT
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
Project last updated:08/30/26
GitHub Stars
3.0K
Forks
409
Contributors
143
License
BSD-3-Clause
Why we included this project
Torch-TensorRT compiles PyTorch models into TensorRT engines so they run faster on NVIDIA GPUs without hand-rewriting the model. Using it as a torch.compile backend gets most of the speedup with a one-line change, up to 5x lower latency than eager execution, and the export workflow serializes an optimized module you can load later from C++/libtorch in a production server. It fits vision models, diffusion pipelines, and LLM inference on data-center or Jetson hardware, and supports Linux, Windows (Dynamo only), and Jetson through source builds. The tooling handles FP8 quantization and ahead-of-time compilation, and because the PyTorch and NVIDIA teams keep it maintained, it tracks current framework versions instead of lagging behind.
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.