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 server Public

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

    Python 9.2k 1.6k

  2. core core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 125 107

  3. backend backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 319 95

  4. client client Public

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

    Python 620 238

  5. model_analyzer 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 474 78

  6. model_navigator 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 199 26

Repositories

Showing 10 of 36 repositories
  • tensorrt_backend Public

    The Triton backend for TensorRT.

    triton-inference-server/tensorrt_backend’s past year of commit activity
    C++ 74 BSD-3-Clause 32 0 2 Updated May 3, 2025
  • backend Public

    Common source, scripts and utilities for creating Triton backends.

    triton-inference-server/backend’s past year of commit activity
    C++ 319 BSD-3-Clause 95 0 3 Updated May 3, 2025
  • server Public

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

    triton-inference-server/server’s past year of commit activity
    Python 9,155 BSD-3-Clause 1,570 687 (3 issues need help) 70 Updated May 3, 2025
  • perf_analyzer Public
    triton-inference-server/perf_analyzer’s past year of commit activity
    C++ 63 BSD-3-Clause 15 8 10 Updated May 2, 2025
  • openvino_backend Public

    OpenVINO backend for Triton.

    triton-inference-server/openvino_backend’s past year of commit activity
    C++ 31 BSD-3-Clause 17 6 4 Updated May 2, 2025
  • onnxruntime_backend Public

    The Triton backend for the ONNX Runtime.

    triton-inference-server/onnxruntime_backend’s past year of commit activity
    C++ 143 BSD-3-Clause 64 73 3 Updated May 2, 2025
  • python_backend Public

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

    triton-inference-server/python_backend’s past year of commit activity
    C++ 606 BSD-3-Clause 166 0 10 Updated May 2, 2025
  • pytorch_backend Public

    The Triton backend for the PyTorch TorchScript models.

    triton-inference-server/pytorch_backend’s past year of commit activity
    C++ 148 BSD-3-Clause 52 0 4 Updated May 2, 2025
  • identity_backend Public

    Example Triton backend that demonstrates most of the Triton Backend API.

    triton-inference-server/identity_backend’s past year of commit activity
    C++ 7 BSD-3-Clause 12 0 0 Updated May 2, 2025
  • common Public

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

    triton-inference-server/common’s past year of commit activity
    C++ 70 BSD-3-Clause 74 0 5 Updated May 1, 2025

Top languages

Loading…

Most used topics

Loading…