Miner fix of type hint (#2340)
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user