Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5c4b82e
feat: add HunyuanVideo support for disaggregated diffusion pipeline
Mar 16, 2026
189bbbb
docs: update disagg diffusion design doc and README for HunyuanVideo
Mar 16, 2026
df42966
feat: add NIXL RDMA GPU-direct tensor transfer between disagg stages
Mar 16, 2026
350f260
docs: consolidate design into README, improve serve.py clarity
Mar 16, 2026
0148f34
feat: add Dynamo RPC endpoints for disagg diffusion with HunyuanVideo
Mar 16, 2026
d4f148a
docs: update README with high-quality default examples
Mar 16, 2026
780598b
docs: rewrite README with architecture diagrams, flow, and roadmap
Mar 16, 2026
9afd1dc
feat: add run_all.sh launcher script, rewrite README
Mar 16, 2026
dfb608c
refactor: move shared utilities to sglang_utils, remove dead code
Mar 16, 2026
3badde7
perf: eliminate asyncio.run() overhead, remove dead code, consolidate…
Mar 17, 2026
a2d7e58
feat: add multi-worker stage pools with round-robin dispatch
Mar 17, 2026
62afdaa
docs: add multi-worker benchmark usage to README
Mar 17, 2026
c03f0ca
fix: serialize per-pool access to avoid NIXL concurrent RDMA race
Mar 17, 2026
856cd6b
refactor: flatten phase prefixes, fix sglang 0.5.8 import paths
Mar 17, 2026
de76961
fix: adapt NixlSendStage + orchestrator for sglang 0.5.8 API
Mar 17, 2026
3b2bd4f
feat: add debug-level NIXL transfer tensor stats logging
Mar 18, 2026
a8a7465
docs: add DESIGN.md for disaggregated diffusion pipeline
Mar 20, 2026
84feca9
refactor: per-worker targeted dispatch, ZMQ fallback, sglang 0.5.8 co…
Mar 20, 2026
92453a9
fix: NIXL 1:N REMOTE_DISCONNECT in disagg diffusion pipeline
Mar 20, 2026
7a0bda8
refactor: add request validation, improve worker settle, update DESIG…
Mar 20, 2026
e2e92eb
docs: rewrite DESIGN.md with ASCII diagrams and current implementation
Mar 20, 2026
1e39464
perf: optimize NIXL transfer path — NixlSendStage 640ms → 3ms
Mar 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
203 changes: 0 additions & 203 deletions docs/design/disaggregated_diffusion.md

This file was deleted.

Loading