Skip to content

Commit

Permalink
Miner fix of type hint (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
beginlner committed Jan 4, 2024
1 parent 2e0b6e7 commit aee8ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/ray_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def initialize_cluster(
parallel_config: ParallelConfig,
engine_use_ray: bool = False,
ray_address: Optional[str] = None,
) -> Tuple[str, Optional["PlacementGroup"]]:
) -> Optional["PlacementGroup"]:
"""Initialize the distributed cluster probably with Ray.
Args:
Expand Down

0 comments on commit aee8ef6

Please sign in to comment.