-
Notifications
You must be signed in to change notification settings - Fork 88
Add heterogeneous pd docs #714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for the heterogeneous PD (Prefill-Decode) disaggregation feature, which allows splitting model execution across CUDA prefill nodes and Gaudi decode nodes. The documentation covers setup requirements, installation procedures, service configuration, and verification steps.
Key Changes:
- Added comprehensive setup guide for CUDA+Gaudi multi-node systems
- Documented installation of NIXL with UCX support
- Provided launch configurations for prefill, decode, and proxy services
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Daniel Huang <[email protected]>
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Daniel Huang <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Add docs for #711 feature. I'm not sure where the best place to put the docs, the placement is flexible.
This docker is reply on upstream PR merge for
Prefill(CUDA) -> Decode(Gaudi): #vllm-project/vllm#30275
Prefill(Gaudi) -> Decode(Cuda): #vllm-project/vllm#30448