Skip to content

NVIDIA Triton Inference Server Organization

NVIDIA Triton Inference Server provides a cloud and edge inferencing solution optimized for both CPUs and GPUs.

This top level GitHub organization host repositories for officially supported backends, including TensorRT, TensorFlow, PyTorch, Python, ONNX Runtime, and OpenVino. The organization also hosts several popular Triton tools, including:

  • Model Analyzer: A tool to analyze the runtime performance of a model and provide an optimized model configuration for Triton Inference Server.

  • Model Navigator: a tool that provides the ability to automate the process of moving a model from source to optimal format and configuration for deployment on Triton Inference Server.

Getting Started

To learn about NVIDIA Triton Inference Server, refer to the Triton developer page and read our Quickstart Guide. Official Triton Docker containers are available from NVIDIA NGC.

Product Documentation

User documentation on Triton features, APIs, and architecture is located in the server documents on GitHub. A table of contents for the user documentation is located in the server README file.

Release Notes, Support Matrix, and Licenses information are available in the NVIDIA Triton Inference Server Documentation.

Examples

Specific end-to-end examples for popular models, such as ResNet, BERT, and DLRM are located in the NVIDIA Deep Learning Examples page on GitHub. Additional generic examples can be found in the server documents.

FAQ

For technical questions about Triton Inference Server, please consult the Triton FAQ Guide. Information about future support & updates for Triton can be found in the Dynamo FAQ Guide.

Feedback

Share feedback or ask questions about NVIDIA Triton Inference Server by filing a GitHub issue.

Pinned Loading

  1. server Public

    The Triton Inference Server provides an optimized cloud and edge inferencing solution.

    Python 9.6k 1.6k

  2. core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 145 111

  3. backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 336 100

  4. client Public

    Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.

    Python 636 244

  5. model_analyzer Public

    Triton Model Analyzer is a CLI tool to help with better understanding of the compute and memory requirements of the Triton Inference Server models.

    Python 482 78

  6. model_navigator Public

    Triton Model Navigator is an inference toolkit designed for optimizing and deploying Deep Learning models with a focus on NVIDIA GPUs.

    Python 210 27

Repositories

Showing 10 of 36 repositories
  • server Public

    The Triton Inference Server provides an optimized cloud and edge inferencing solution.

    Python 9,550 BSD-3-Clause 1,618 734 (3 issues need help) 76 Updated Jul 31, 2025
  • vllm_backend Public
    Python 280 BSD-3-Clause 31 0 9 Updated Jul 31, 2025
  • core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 145 BSD-3-Clause 111 0 17 Updated Jul 30, 2025
  • onnxruntime_backend Public

    The Triton backend for the ONNX Runtime.

    C++ 156 BSD-3-Clause 68 73 3 Updated Jul 30, 2025
  • perf_analyzer Public
    Python 97 BSD-3-Clause 24 22 13 Updated Jul 30, 2025
  • common Public

    Common source, scripts and utilities shared across all Triton repositories.

    C++ 75 BSD-3-Clause 74 0 5 Updated Jul 28, 2025
  • tensorrt_backend Public

    The Triton backend for TensorRT.

    C++ 77 BSD-3-Clause 33 0 1 Updated Jul 29, 2025
  • python_backend Public

    Triton backend that enables pre-process, post-processing and other logic to be implemented in Python.

    C++ 629 BSD-3-Clause 175 0 15 Updated Jul 28, 2025
  • dali_backend Public

    The Triton backend that allows running GPU-accelerated data pre-processing pipelines implemented in DALI's python API.

    C++ 136 MIT 33 23 (8 issues need help) 7 Updated Jul 28, 2025
  • tensorrtllm_backend Public

    The Triton TensorRT-LLM Backend

    Shell 870 Apache-2.0 126 311 (1 issue needs help) 23 Updated Jul 25, 2025