Skip to content

Commit

Permalink
Miner fix of type hint (vllm-project#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
beginlner authored and Chris Woodson committed Jan 5, 2024
1 parent d9d926b commit f3e6b38
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 f3e6b38

Please sign in to comment.