Commit ed8e8b7
[BugFix]Resolve the bubble in the PP pipeline of PP+MTP and fix the verification of PP in the pd separation scenario. (vllm-project#10855)
### What this PR does / why we need it?
In the pd separation + pp + mtp scenario, synchronization is avoided and
bubbles are eliminated by skipping the broadcast of the p node.
Fix the verification of PP in the pd separation scenario.
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
ran GLM5.1 gpqa test 87.37
- vLLM version: v0.23.0
- vLLM main:
vllm-project/vllm@967c5c3
Signed-off-by: LostFox11 <wangziyue17@huawei.com>
Co-authored-by: LostFox11 <wangziyue17@huawei.com>1 parent 8f8c56f commit ed8e8b7
2 files changed
Lines changed: 18 additions & 4 deletions
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1411 | 1411 | | |
1412 | 1412 | | |
1413 | 1413 | | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
1414 | 1423 | | |
1415 | 1424 | | |
1416 | 1425 | | |
| |||
1782 | 1791 | | |
1783 | 1792 | | |
1784 | 1793 | | |
1785 | | - | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
1786 | 1799 | | |
1787 | 1800 | | |
1788 | 1801 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2394 | 2394 | | |
2395 | 2395 | | |
2396 | 2396 | | |
| 2397 | + | |
| 2398 | + | |
2397 | 2399 | | |
2398 | 2400 | | |
2399 | 2401 | | |
2400 | 2402 | | |
2401 | 2403 | | |
2402 | 2404 | | |
2403 | | - | |
| 2405 | + | |
2404 | 2406 | | |
2405 | 2407 | | |
2406 | 2408 | | |
| |||
2546 | 2548 | | |
2547 | 2549 | | |
2548 | 2550 | | |
2549 | | - | |
2550 | | - | |
| 2551 | + | |
2551 | 2552 | | |
2552 | 2553 | | |
2553 | 2554 | | |
| |||
0 commit comments