Commit 83828d0
authored
Added support for the vLLM --data-parallel-rank command line argument (#279)
* Added the --data-parallel-rank parameter
Signed-off-by: Shmuel Kallner <[email protected]>
* Use rank in logger is specified
Signed-off-by: Shmuel Kallner <[email protected]>
* Corrected test and correcting error message text
Signed-off-by: Shmuel Kallner <[email protected]>
* Improved error message text
Signed-off-by: Shmuel Kallner <[email protected]>
* Added a test for the new --data-parallel-rank command line argument
Signed-off-by: Shmuel Kallner <[email protected]>
---------
Signed-off-by: Shmuel Kallner <[email protected]>1 parent a15923f commit 83828d0
File tree
3 files changed
+20
-2
lines changed- pkg
- common
- llm-d-inference-sim
3 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| |||
375 | 379 | | |
376 | 380 | | |
377 | 381 | | |
| 382 | + | |
378 | 383 | | |
379 | 384 | | |
380 | 385 | | |
| |||
653 | 658 | | |
654 | 659 | | |
655 | 660 | | |
656 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
657 | 666 | | |
658 | 667 | | |
659 | 668 | | |
| |||
751 | 760 | | |
752 | 761 | | |
753 | 762 | | |
| 763 | + | |
754 | 764 | | |
755 | 765 | | |
756 | 766 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
480 | 486 | | |
481 | 487 | | |
482 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
| 281 | + | |
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
| |||
0 commit comments