[Core] Allow specifying custom Executor (#6557)
This commit is contained in:
@@ -25,6 +25,8 @@ logger = init_logger(__name__)
|
||||
class MultiprocessingGPUExecutor(DistributedGPUExecutor):
|
||||
"""Python multiprocessing-based multi-GPU executor"""
|
||||
|
||||
uses_ray: bool = False
|
||||
|
||||
def _init_executor(self) -> None:
|
||||
# Create the parallel GPU workers.
|
||||
world_size = self.parallel_config.world_size
|
||||
|
||||
Reference in New Issue
Block a user