Ross ROSS = Recommend OSS · open-source software intelligence for agents

pytorch/TensorRT

PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT observed · 2026-08-28

github.com/pytorch/TensorRT · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 83
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 57.5
  • age_days: 2366
  • days_rel: 36
  • days_push: 7
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

2986 stars · 409 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Torch-TensorRT is a compiler library that accelerates PyTorch model inference on NVIDIA GPUs using TensorRT. It supports just-in-time compilation via torch.compile and ahead-of-time export for deployment in Python or C++ (libtorch) environments.

Use cases

  • speed up pytorch model inference on nvidia gpus
  • compile pytorch models with tensorrt backend
  • deploy pytorch models in c++ without python dependency
  • optimize inference latency for deep learning models
  • export optimized torch models for production serving
  • accelerate model inference on jetson devices

When to choose

  • you run PyTorch models on NVIDIA GPUs and need lower inference latency
  • you want a one-line torch.compile backend for GPU acceleration
  • you need to serialize optimized models for C++/libtorch deployment
  • you target Jetson or other NVIDIA embedded platforms

When to avoid

  • you run inference on CPUs or non-NVIDIA GPUs
  • you need training acceleration rather than inference
  • your stack is TensorFlow, JAX, or ONNX Runtime based
  • you cannot install CUDA and TensorRT dependencies

Facets

library · maturity active

machine-learning llm-inference compiler gpu-computing deep-learning machine-learning gpu-computing developer-tools windows python cpp tensorrt pytorch nvidia cuda inference-optimization torch-compile model-deployment jetson linux gpu

3 sources

Member repositories

RepositoryRoleHealth v2
pytorch/TensorRTmain94

For agents

markdown · JSON · MCP: product_card(name="pytorch/TensorRT")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem