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,
|
parallel_config: ParallelConfig,
|
||||||
engine_use_ray: bool = False,
|
engine_use_ray: bool = False,
|
||||||
ray_address: Optional[str] = None,
|
ray_address: Optional[str] = None,
|
||||||
) -> Tuple[str, Optional["PlacementGroup"]]:
|
) -> Optional["PlacementGroup"]:
|
||||||
"""Initialize the distributed cluster probably with Ray.
|
"""Initialize the distributed cluster probably with Ray.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user