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.4k 1.5k

  2. core core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 105 105

  3. backend backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 295 90

  4. client client Public

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

    Python 571 233

  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 434 75

  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 185 25

Repositories

Showing 10 of 35 repositories
  • client Public

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

    triton-inference-server/client’s past year of commit activity
    Python 571 BSD-3-Clause 233 32 29 Updated Nov 24, 2024
  • 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,379 BSD-3-Clause 1,487 581 (1 issue needs help) 63 Updated Nov 24, 2024
  • triton-inference-server/perf_analyzer’s past year of commit activity
    C++ 26 BSD-3-Clause 6 10 11 Updated Nov 23, 2024
  • tensorflow_backend Public

    The Triton backend for TensorFlow.

    triton-inference-server/tensorflow_backend’s past year of commit activity
    C++ 45 BSD-3-Clause 19 0 3 Updated Nov 23, 2024
  • tensorrt_backend Public

    The Triton backend for TensorRT.

    triton-inference-server/tensorrt_backend’s past year of commit activity
    C++ 64 BSD-3-Clause 29 0 2 Updated Nov 23, 2024
  • 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 6 BSD-3-Clause 56 0 6 Updated Nov 23, 2024
  • triton-inference-server/vllm_backend’s past year of commit activity
    Python 193 BSD-3-Clause 20 0 8 Updated Nov 23, 2024
  • 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++ 5 BSD-3-Clause 7 0 1 Updated Nov 23, 2024
  • redis_cache Public

    TRITONCACHE implementation of a Redis cache

    triton-inference-server/redis_cache’s past year of commit activity
    C++ 12 BSD-3-Clause 4 2 1 Updated Nov 23, 2024
  • pytorch_backend Public

    The Triton backend for the PyTorch TorchScript models.

    triton-inference-server/pytorch_backend’s past year of commit activity
    C++ 127 BSD-3-Clause 43 0 4 Updated Nov 23, 2024