Commit b4bcab8
committed
Fix ReplicaContext serialization error in DPRankAssigner
Remove unused replica_ctx parameter from DPRankAssigner.register() to
fix serialization error when passing ReplicaContext across actor
boundaries.
Root cause: The addition of _handle_registration_callback field to
ReplicaContext in PR ray-project#58345
Fixes ray-project#58474 and ray-project#58475
Signed-off-by: Nikhil Ghosh <nikhil@anyscale.com>1 parent 62231dd commit b4bcab8
File tree
2 files changed
+2
-4
lines changed- python/ray/llm/_internal/serve/serving_patterns/data_parallel
2 files changed
+2
-4
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments