Skip to content

Commit

Permalink
reverting renaming to be consistent with other workers
Browse files Browse the repository at this point in the history
Signed-off-by: Yannick Schnider <[email protected]>
  • Loading branch information
yannicks1 committed Jan 27, 2025
1 parent beadbd5 commit bdde43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/worker/spyre_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
self.is_driver_worker)
self._env_initialized = False

def init_distributed_spyre_environment(self) -> None:
def init_distributed_environment(self) -> None:
"""Initialize the distributed environment."""

torch._C._distributed_c10d._register_process_group(
Expand Down Expand Up @@ -91,7 +91,7 @@ def init_device(self) -> None:
)

if self.parallel_config.world_size > 1:
self.init_distributed_spyre_environment()
self.init_distributed_environment()
elif envs.VLLM_SPYRE_DYNAMO_BACKEND in [
"sendnn", "sendnn_decoder"
]:
Expand Down

0 comments on commit bdde43e

Please sign in to comment.