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 10.1k 1.7k

  2. core core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 156 121

  3. backend backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 361 101

  4. client client Public

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

    Python 667 252

  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 500 80

  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 215 27

Repositories

Showing 10 of 35 repositories
  • pytorch_backend Public

    The Triton backend for the PyTorch TorchScript models.

    triton-inference-server/pytorch_backend’s past year of commit activity
    C++ 166 BSD-3-Clause 62 0 6 Updated Dec 9, 2025
  • vllm_backend Public
    triton-inference-server/vllm_backend’s past year of commit activity
    Python 319 BSD-3-Clause 32 0 9 Updated Dec 9, 2025
  • tutorials Public

    This repository contains tutorials and examples for Triton Inference Server

    triton-inference-server/tutorials’s past year of commit activity
    Python 813 BSD-3-Clause 135 8 16 Updated Dec 9, 2025
  • triton_cli Public

    Triton CLI is an open source command line interface that enables users to create, deploy, and profile models served by the Triton Inference Server.

    triton-inference-server/triton_cli’s past year of commit activity
    Python 72 5 3 3 Updated Dec 9, 2025
  • third_party Public

    Third-party source packages that are modified for use in Triton.

    triton-inference-server/third_party’s past year of commit activity
    C 7 BSD-3-Clause 64 0 4 Updated Dec 9, 2025
  • tensorrt_backend Public

    The Triton backend for TensorRT.

    triton-inference-server/tensorrt_backend’s past year of commit activity
    C++ 80 BSD-3-Clause 34 0 1 Updated Dec 9, 2025
  • square_backend Public

    Simple Triton backend used for testing.

    triton-inference-server/square_backend’s past year of commit activity
    C++ 3 BSD-3-Clause 5 0 0 Updated Dec 9, 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 10,106 BSD-3-Clause 1,686 774 (3 issues need help) 88 Updated Dec 9, 2025
  • repeat_backend Public

    An example Triton backend that demonstrates sending zero, one, or multiple responses for each request.

    triton-inference-server/repeat_backend’s past year of commit activity
    C++ 7 BSD-3-Clause 8 0 0 Updated Dec 9, 2025
  • redis_cache Public

    TRITONCACHE implementation of a Redis cache

    triton-inference-server/redis_cache’s past year of commit activity
    C++ 16 BSD-3-Clause 4 3 0 Updated Dec 9, 2025