Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
TensorRT-LLM
Public
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
14.5k
Code
Issues
567
Pull requests
850
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[TRTLLM-14510][feat] serve: multi-process HTTP frontends on the classic IPC executor path
- #16523
#16523
Merged
longlee0622
merged 25 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
lancelly:feat/serve-multi-frontend-main
lancelly/TensorRT-LLM:feat/serve-multi-frontend-main
Copy head branch name to clipboard
Jul 22, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
[TRTLLM-14510][feat] serve: multi-process HTTP frontends on the classic IPC executor path
#16523
longlee0622
merged 25 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
lancelly:feat/serve-multi-frontend-main
lancelly/TensorRT-LLM:feat/serve-multi-frontend-main
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2026
[None][feat] serve: multi-process HTTP frontends on the classic IPC executor path
Show description for 68abdb3
lancelly
committed
68abdb3
View commit details
Copy full SHA for 68abdb3
Browse repository at this point
[None][fix] serve multi-frontend: clean up ipc artifacts and scope the env gate
Show description for 06dbbd3
lancelly
committed
06dbbd3
View commit details
Copy full SHA for 06dbbd3
Browse repository at this point
[None][chore] serve: fold multi-frontend mode resolution into a helper
Show description for 21663cf
lancelly
committed
21663cf
View commit details
Copy full SHA for 21663cf
Browse repository at this point
[None][chore] serve multi-frontend: direct client_id access on the response routing hot path
Show description for 8840733
lancelly
committed
8840733
View commit details
Copy full SHA for 8840733
Browse repository at this point
[None][feat] serve multi-frontend: replace the env gate with the num_serve_frontends knob
Show description for 257d737
lancelly
committed
257d737
View commit details
Copy full SHA for 257d737
Browse repository at this point
[None][chore] serve multi-frontend: cap num_serve_frontends at 64, drop the env fallback
Show description for c55c1ae
lancelly
committed
c55c1ae
View commit details
Copy full SHA for c55c1ae
Browse repository at this point
[None][chore] serve multi-frontend: drop the leftover env warning, tighten comments
Show description for f1e72ae
lancelly
committed
f1e72ae
View commit details
Copy full SHA for f1e72ae
Browse repository at this point
[None][chore] serve multi-frontend: explicit None-check instead of getattr for the frontend count
Show description for e089a40
lancelly
committed
e089a40
View commit details
Copy full SHA for e089a40
Browse repository at this point
[None][chore] serve multi-frontend: merge FrontendProxy id checks
Show description for a4f54aa
lancelly
committed
a4f54aa
View commit details
Copy full SHA for a4f54aa
Browse repository at this point
[None][chore] apply pre-commit yapf formatting
Show description for 757660a
lancelly
committed
757660a
View commit details
Copy full SHA for 757660a
Browse repository at this point
[None][chore] serve multi-frontend: pass attach info via env value, not a temp file
Show description for 9a086ff
lancelly
committed
9a086ff
View commit details
Copy full SHA for 9a086ff
Browse repository at this point
[None][chore] serve multi-frontend: slim MultiFrontendMode
Show description for a8d7b23
lancelly
committed
a8d7b23
View commit details
Copy full SHA for a8d7b23
Browse repository at this point
[None][chore] postproc: take the result-lane address list unconditionally
Show description for bd1fab2
lancelly
committed
bd1fab2
View commit details
Copy full SHA for bd1fab2
Browse repository at this point
[None][chore] serve multi-frontend: tighten _init_multi_frontend_mode
Show description for cbbf9ab
lancelly
committed
cbbf9ab
View commit details
Copy full SHA for cbbf9ab
Browse repository at this point
[None][fix] serve multi-frontend: harden the client_id namespace
Show description for 6f0d39d
lancelly
committed
6f0d39d
View commit details
Copy full SHA for 6f0d39d
Browse repository at this point
[None][chore] apply pre-commit isort/yapf formatting
Show description for d6a2eb6
lancelly
committed
d6a2eb6
View commit details
Copy full SHA for d6a2eb6
Browse repository at this point
[None][chore] fix D205 docstring layout in _init_multi_frontend_mode
Show description for eb3e425
lancelly
committed
eb3e425
View commit details
Copy full SHA for eb3e425
Browse repository at this point
Merge branch 'main' into feat/serve-multi-frontend-main
lancelly
authored
cdbc7d6
View commit details
Copy full SHA for cdbc7d6
Browse repository at this point
Commits on Jul 18, 2026
[None][chore] regenerate the LLM args telemetry golden manifest
Show description for e87306e
lancelly
committed
e87306e
View commit details
Copy full SHA for e87306e
Browse repository at this point
[None][chore] add --num_serve_frontends to the serve CLI stability reference
Show description for d17d1cc
lancelly
committed
d17d1cc
View commit details
Copy full SHA for d17d1cc
Browse repository at this point
Commits on Jul 20, 2026
[None][fix] serve: initialize attached-frontend proxy state and cover it in CI
Show description for 909faae
lancelly
committed
909faae
View commit details
Copy full SHA for 909faae
Browse repository at this point
[None][fix] serve: READY handshake and exception-safe cleanup for attached frontends
Show description for 0b63e89
lancelly
committed
0b63e89
View commit details
Copy full SHA for 0b63e89
Browse repository at this point
[None][fix] serve: disable stateful Responses API storage in multi-frontend mode
Show description for 25a21de
lancelly
committed
25a21de
View commit details
Copy full SHA for 25a21de
Browse repository at this point
Commits on Jul 21, 2026
[None][test] mark multi-frontend routing tests cpu_only
Show description for 4e95c68
lancelly
committed
4e95c68
View commit details
Copy full SHA for 4e95c68
Browse repository at this point
[None][test] stop the dispatch thread in the frontend-proxy lifecycle tests
Show description for f012263
lancelly
committed
f012263
View commit details
Copy full SHA for f012263
Browse repository at this point
You can’t perform that action at this time.