triton-inference-server/server

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on June 3rd, 2026
Created on October 4th, 2018
Open Issues & Pull Requests: 890 (+0)
GitHub issues: Enabled
Number of forks: 1,832
Total Stargazers: 10,958 (+0)
Total Subscribers: 145 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 41.1 days
90th percentile: 53.0 days
Tracked items: 701

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "investigating" is answered fastest, typically in about 27 hours, while "module: server" waits about 6 weeks. 47% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 496
New in 7 days: 0
Closed in 7 days: 18
Avg open age: 574 days
Stale 30+ days: 487
Stale 90+ days: 460

Recent activity

Opened in 7 days: 0
Closed in 7 days: 18
Comments in 7 days: 1
Events in 7 days: 20

Top labels

  • question (121)
  • Enhancement (81)
  • bug (60)
  • investigating (41)
  • module: backends (25)
  • performance (20)
  • grpc (15)
  • module: platforms (13)

Detailed Description

Triton Inference Server is an open source inference serving platform developed by NVIDIA that enables deployment of AI models across multiple frameworks and hardware platforms. The server supports deep learning frameworks including TensorRT, PyTorch, ONNX, and OpenVINO, as well as machine learning frameworks like RAPIDS FIL. It can run on NVIDIA GPUs, x86 and ARM CPUs, and AWS Inferentia, making it suitable for cloud, data center, edge, and embedded deployment scenarios.

The platform provides multiple execution engines called backends, with support for concurrent model execution and various batching strategies. Dynamic batching and sequence batching capabilities allow optimization for different query patterns, while implicit state management supports stateful models. The server enables model pipelining through ensemble models and Business Logic Scripting, allowing teams to create complex inference workflows. A Backend API allows developers to add custom backends and preprocessing or postprocessing operations, with support for Python-based backends.

Triton Inference Server exposes inference capabilities through HTTP/REST and gRPC protocols based on the community-developed KServe protocol. For in-process use cases, it provides C and Java APIs that allow direct linking into applications. The platform includes comprehensive metrics for monitoring GPU utilization, server throughput, and latency. Model configuration and repository management features enable explicit control over which models are available, with tools like the Model Analyzer supporting optimization through profiling.

The repository shows active maintenance and community engagement. The repository shares contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, suggesting cross-project collaboration within the broader software ecosystem.

The codebase is primarily written in Python and is distributed under the BSD 3-Clause license. The current release version is 2.70.0, corresponding to the 26.06 container release on NVIDIA GPU Cloud. The main branch tracks development progress toward the next release. Documentation covers building and deploying Triton through Docker containers or from source, preparing models for serving, and configuring the server for various use cases. The project includes tutorials and examples for popular models like ResNet, BERT, and DLRM, with deployment examples for Kubernetes and Helm on GCP, AWS, and NVIDIA FleetCommand. Triton Inference Server is part of NVIDIA AI Enterprise and offers enterprise support through NVIDIA global support channels.