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 }}
zhou9402
/
dynamo
Public
forked from
ai-dynamo/dynamo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
[Feat]Disagg diffusion hunyuan
- #2
#2
Open
zhou9402
wants to merge 22 commits into
main
zhou9402/dynamo:main
from
feat/disagg-diffusion-hunyuan
zhou9402/dynamo:feat/disagg-diffusion-hunyuan
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
[Feat]Disagg diffusion hunyuan
#2
zhou9402
wants to merge 22 commits into
main
zhou9402/dynamo:main
from
feat/disagg-diffusion-hunyuan
zhou9402/dynamo:feat/disagg-diffusion-hunyuan
Copy head branch name to clipboard
Commits
Commits on Mar 16, 2026
feat: add HunyuanVideo support for disaggregated diffusion pipeline
Show description for 5c4b82e
Hongli Mi
and
claude
committed
5c4b82e
View commit details
Copy full SHA for 5c4b82e
Browse repository at this point
docs: update disagg diffusion design doc and README for HunyuanVideo
Show description for 189bbbb
Hongli Mi
and
claude
committed
189bbbb
View commit details
Copy full SHA for 189bbbb
Browse repository at this point
feat: add NIXL RDMA GPU-direct tensor transfer between disagg stages
Show description for df42966
Hongli Mi
and
claude
committed
df42966
View commit details
Copy full SHA for df42966
Browse repository at this point
docs: consolidate design into README, improve serve.py clarity
Show description for 350f260
Hongli Mi
and
claude
committed
350f260
View commit details
Copy full SHA for 350f260
Browse repository at this point
feat: add Dynamo RPC endpoints for disagg diffusion with HunyuanVideo
Show description for 0148f34
Hongli Mi
and
claude
committed
0148f34
View commit details
Copy full SHA for 0148f34
Browse repository at this point
docs: update README with high-quality default examples
Show description for d4f148a
Hongli Mi
and
claude
committed
d4f148a
View commit details
Copy full SHA for d4f148a
Browse repository at this point
docs: rewrite README with architecture diagrams, flow, and roadmap
Show description for 780598b
Hongli Mi
and
claude
committed
780598b
View commit details
Copy full SHA for 780598b
Browse repository at this point
feat: add run_all.sh launcher script, rewrite README
Show description for 9afd1dc
Hongli Mi
and
claude
committed
9afd1dc
View commit details
Copy full SHA for 9afd1dc
Browse repository at this point
refactor: move shared utilities to sglang_utils, remove dead code
Show description for dfb608c
Hongli Mi
and
claude
committed
dfb608c
View commit details
Copy full SHA for dfb608c
Browse repository at this point
Commits on Mar 17, 2026
perf: eliminate asyncio.run() overhead, remove dead code, consolidate worker boilerplate
Show description for 3badde7
Hongli Mi
and
claude
committed
3badde7
View commit details
Copy full SHA for 3badde7
Browse repository at this point
feat: add multi-worker stage pools with round-robin dispatch
Show description for a2d7e58
Hongli Mi
and
claude
committed
a2d7e58
View commit details
Copy full SHA for a2d7e58
Browse repository at this point
docs: add multi-worker benchmark usage to README
Show description for 62afdaa
Hongli Mi
and
claude
committed
62afdaa
View commit details
Copy full SHA for 62afdaa
Browse repository at this point
fix: serialize per-pool access to avoid NIXL concurrent RDMA race
Show description for c03f0ca
Hongli Mi
and
claude
committed
c03f0ca
View commit details
Copy full SHA for c03f0ca
Browse repository at this point
refactor: flatten phase prefixes, fix sglang 0.5.8 import paths
Show description for 856cd6b
Hongli Mi
and
claude
committed
856cd6b
View commit details
Copy full SHA for 856cd6b
Browse repository at this point
fix: adapt NixlSendStage + orchestrator for sglang 0.5.8 API
Show description for de76961
Hongli Mi
and
claude
committed
de76961
View commit details
Copy full SHA for de76961
Browse repository at this point
Commits on Mar 18, 2026
feat: add debug-level NIXL transfer tensor stats logging
Show description for 3b2bd4f
Hongli Mi
and
claude
committed
3b2bd4f
View commit details
Copy full SHA for 3b2bd4f
Browse repository at this point
Commits on Mar 20, 2026
docs: add DESIGN.md for disaggregated diffusion pipeline
Show description for a8a7465
Hongli Mi
and
claude
committed
a8a7465
View commit details
Copy full SHA for a8a7465
Browse repository at this point
refactor: per-worker targeted dispatch, ZMQ fallback, sglang 0.5.8 compat
Show description for 84feca9
Hongli Mi
and
claude
committed
84feca9
View commit details
Copy full SHA for 84feca9
Browse repository at this point
fix: NIXL 1:N REMOTE_DISCONNECT in disagg diffusion pipeline
Show description for 92453a9
Hongli Mi
and
claude
committed
92453a9
View commit details
Copy full SHA for 92453a9
Browse repository at this point
refactor: add request validation, improve worker settle, update DESIGN.md
Show description for 7a0bda8
Hongli Mi
and
claude
committed
7a0bda8
View commit details
Copy full SHA for 7a0bda8
Browse repository at this point
docs: rewrite DESIGN.md with ASCII diagrams and current implementation
Show description for e2e92eb
Hongli Mi
and
claude
committed
e2e92eb
View commit details
Copy full SHA for e2e92eb
Browse repository at this point
perf: optimize NIXL transfer path — NixlSendStage 640ms → 3ms
Show description for 1e39464
Hongli Mi
and
claude
committed
1e39464
View commit details
Copy full SHA for 1e39464
Browse repository at this point
You can’t perform that action at this time.