mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-26 20:24:46 +08:00
Miner fix of type hint (#2340)
This commit is contained in:
parent
2e0b6e7757
commit
aee8ef661a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user