vllm - 💡(How to fix) Fix [Feature]: [parity with CUDA] PD disagg recipes on vllm

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

🚀 The feature, motivation and pitch

hi @hongxiayang

currently CUDA vLLM has easy to understand PD disagg recipes for popular models. can u add this for ROCm vLLM too (blocker is acutally get ROCm vLLM disagg to work with vllm router https://github.com/vllm-project/vllm/issues/38687 https://github.com/vllm-project/vllm/issues/38692)

https://recipes.vllm.ai/moonshotai/Kimi-K2.5?strategy=pd_cluster&variant=nvfp4

+viz @powderluv @chunfangamd @andyluo7

prefill command

<img width="930" height="680" alt="Image" src="https://github.com/user-attachments/assets/e826b385-639a-4ed7-b1e6-7f48f9db96a0" />

decode command

<img width="809" height="656" alt="Image" src="https://github.com/user-attachments/assets/3bfbd08a-d75f-44b6-9537-04460d7c25fa" />

router command

<img width="789" height="376" alt="Image" src="https://github.com/user-attachments/assets/f7601475-d383-457e-af78-f530c8d8d763" />

https://recipes.vllm.ai/moonshotai/Kimi-K2.5?strategy=pd_cluster

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

extent analysis

TL;DR

To resolve the issue, focus on getting ROCm vLLM disagg to work with the vllm router by addressing the blockers mentioned in the related issues.

Guidance

  • Review the related issues https://github.com/vllm-project/vllm/issues/38687 and https://github.com/vllm-project/vllm/issues/38692 to understand the current blockers for ROCm vLLM disagg with vllm router.
  • Investigate the provided prefill, decode, and router commands to identify any potential configuration or compatibility issues.
  • Compare the working CUDA vLLM recipes with the ROCm vLLM setup to pinpoint differences that might be causing the issue.
  • Consider reaching out to the mentioned users (@powderluv, @chunfangamd, @andyluo7) for additional insights or assistance.

Notes

The issue seems to be specific to getting ROCm vLLM disagg working with the vllm router, and the provided images and links suggest a complex setup that requires careful configuration.

Recommendation

Apply workaround: Focus on resolving the blockers in the related issues to get ROCm vLLM disagg working with the vllm router, as this seems to be the primary obstacle.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING