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.6k 1.8k

  2. core core Public

    The core library and APIs implementing the Triton Inference Server.

    C++ 170 133

  3. backend backend Public

    Common source, scripts and utilities for creating Triton backends.

    C++ 370 106

  4. client client Public

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

    Python 687 254

  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 509 84

  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 221 28

Repositories

Showing 10 of 36 repositories
  • TensorRT-LLM Public Forked from NVIDIA/TensorRT-LLM

    TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way.

    triton-inference-server/TensorRT-LLM’s past year of commit activity
    Python 2 2,319 0 0 Updated Apr 18, 2026
  • 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 687 BSD-3-Clause 254 58 34 Updated Apr 18, 2026
  • 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,580 BSD-3-Clause 1,761 775 (3 issues need help) 96 Updated Apr 18, 2026
  • 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.

    triton-inference-server/model_analyzer’s past year of commit activity
    Python 509 Apache-2.0 84 2 1 Updated Apr 18, 2026
  • vllm_backend Public
    triton-inference-server/vllm_backend’s past year of commit activity
    Python 339 BSD-3-Clause 43 0 12 Updated Apr 17, 2026
  • common Public

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

    triton-inference-server/common’s past year of commit activity
    C++ 79 BSD-3-Clause 79 0 11 Updated Apr 17, 2026
  • core Public

    The core library and APIs implementing the Triton Inference Server.

    triton-inference-server/core’s past year of commit activity
    C++ 170 BSD-3-Clause 133 0 28 Updated Apr 16, 2026
  • tensorrtllm_backend Public

    The Triton TensorRT-LLM Backend

    triton-inference-server/tensorrtllm_backend’s past year of commit activity
    931 Apache-2.0 138 320 (1 issue needs help) 26 Updated Apr 16, 2026
  • tutorials Public

    This repository contains tutorials and examples for Triton Inference Server

    triton-inference-server/tutorials’s past year of commit activity
    Python 829 BSD-3-Clause 146 8 19 Updated Apr 15, 2026
  • 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 74 5 4 3 Updated Apr 15, 2026

Top languages

Loading…

Most used topics

Loading…