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

  1. server server Public

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

    Python 7.6k 1.4k

  2. core core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 95 90

  3. backend backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 264 80

  4. client client Public

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

    C++ 505 220

  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 387 73

  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 161 24

Repositories

Showing 10 of 34 repositories
  • server Public

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

    Python 7,570 BSD-3-Clause 1,401 441 (1 issue needs help) 49 Updated Jun 6, 2024
  • client Public

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

    C++ 505 BSD-3-Clause 220 10 33 Updated Jun 6, 2024
  • core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 95 BSD-3-Clause 90 0 25 Updated Jun 6, 2024
  • third_party Public

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

    C 7 BSD-3-Clause 47 0 6 Updated Jun 6, 2024
  • 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 387 Apache-2.0 73 12 5 Updated Jun 6, 2024
  • tensorrt_backend Public

    The Triton backend for TensorRT.

    C++ 49 BSD-3-Clause 28 0 1 Updated Jun 6, 2024
  • 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.

    Python 26 1 1 2 Updated Jun 6, 2024
  • onnxruntime_backend Public

    The Triton backend for the ONNX Runtime.

    C++ 113 BSD-3-Clause 53 63 4 Updated Jun 6, 2024
  • common Public

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

    C++ 58 BSD-3-Clause 71 0 4 Updated Jun 5, 2024
  • backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 264 BSD-3-Clause 80 0 4 Updated Jun 6, 2024