Unverified Commit aee8ef66 authored by ljss's avatar ljss Committed by GitHub
Browse files

Miner fix of type hint (#2340)

parent 2e0b6e77
...@@ -55,7 +55,7 @@ def initialize_cluster( ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment