Skip to content

Commit f82eab9

Browse files
committed
Remove redundant replica_pg reassignment in deployment scheduler
Signed-off-by: Ryan O'Leary <ryanaoleary@google.com>
1 parent 89dc61f commit f82eab9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/ray/serve/_private/deployment_scheduler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ def _schedule_replica(
665665
# - The user provided an accelerator_config that derives its own
666666
# bundles from structured fields (e.g. TPUAcceleratorConfig
667667
# derives bundles from topology via slice_placement_group).
668-
replica_pg = None
669668
placement_group_strategy = (
670669
scheduling_request.placement_group_strategy
671670
if scheduling_request.placement_group_strategy

0 commit comments

Comments
 (0)