Skip to content

feat(hunyuan-image3): optimize four-GPU hybrid inference - #1412

Closed
Chernobyllight wants to merge 1 commit into
ModelTC:mainfrom
Chernobyllight:lightx2v-hunyuan-v16.4
Closed

feat(hunyuan-image3): optimize four-GPU hybrid inference#1412
Chernobyllight wants to merge 1 commit into
ModelTC:mainfrom
Chernobyllight:lightx2v-hunyuan-v16.4

Conversation

@Chernobyllight

Copy link
Copy Markdown
Contributor

Add a production-ready HunyuanImage 3.0 path for the classic four-GPU topology.

The AR phase runs TP4 with native-GQA paged FlashAttention 3 decode, full-decode CUDA Graph capture, and graph-aware vLLM custom all-reduce. The denoising phase remains TP2+SP2 and uses native-GQA FlashAttention 3 over NCCL collectives.

Include portable T2I and TI2I configs and launch scripts, strict configuration validation, persistent paged KV-cache management, and deterministic distributed cleanup. The implementation intentionally excludes benchmark-only timing instrumentation.

Add a production-ready HunyuanImage 3.0 path for the classic four-GPU topology.

The AR phase runs TP4 with native-GQA paged FlashAttention 3 decode, full-decode CUDA Graph capture, and graph-aware vLLM custom all-reduce. The denoising phase remains TP2+SP2 and uses native-GQA FlashAttention 3 over NCCL collectives.

Include portable T2I and TI2I configs and launch scripts, strict configuration validation, persistent paged KV-cache management, and deterministic distributed cleanup. The implementation intentionally excludes benchmark-only timing instrumentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant