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.

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 8.9k 1.5k

  2. core core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 120 105

  3. backend backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 310 94

  4. client client Public

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

    Python 607 235

  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 460 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 196 26

Repositories

Showing 10 of 36 repositories
  • 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 8,859 BSD-3-Clause 1,530 651 (3 issues need help) 68 Updated Mar 8, 2025
  • perf_analyzer Public
    triton-inference-server/perf_analyzer’s past year of commit activity
    C++ 49 BSD-3-Clause 12 6 11 Updated Mar 8, 2025
  • triton_distributed Public archive
    triton-inference-server/triton_distributed’s past year of commit activity
    Rust 48 Apache-2.0 14 36 (10 issues need help) 37 Updated Mar 7, 2025
  • core Public

    The core library and APIs implementing the Triton Inference Server.

    triton-inference-server/core’s past year of commit activity
    C++ 120 BSD-3-Clause 105 0 16 Updated Mar 8, 2025
  • openvino_backend Public

    OpenVINO backend for Triton.

    triton-inference-server/openvino_backend’s past year of commit activity
    C++ 31 BSD-3-Clause 16 6 4 Updated Mar 7, 2025
  • vllm_backend Public
    triton-inference-server/vllm_backend’s past year of commit activity
    Python 233 BSD-3-Clause 24 0 5 Updated Mar 6, 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 58 4 2 2 Updated Mar 6, 2025
  • onnxruntime_backend Public

    The Triton backend for the ONNX Runtime.

    triton-inference-server/onnxruntime_backend’s past year of commit activity
    C++ 139 BSD-3-Clause 59 72 3 Updated Mar 6, 2025
  • pytorch_backend Public

    The Triton backend for the PyTorch TorchScript models.

    triton-inference-server/pytorch_backend’s past year of commit activity
    C++ 144 BSD-3-Clause 45 0 4 Updated Mar 6, 2025
  • common Public

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

    triton-inference-server/common’s past year of commit activity
    C++ 69 BSD-3-Clause 75 0 4 Updated Mar 5, 2025