Support torchrun and SPMD-style offline inference (#12071)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
@@ -388,7 +388,7 @@ class EngineArgs:
|
||||
# Parallel arguments
|
||||
parser.add_argument(
|
||||
'--distributed-executor-backend',
|
||||
choices=['ray', 'mp'],
|
||||
choices=['ray', 'mp', 'uni', 'external_launcher'],
|
||||
default=EngineArgs.distributed_executor_backend,
|
||||
help='Backend to use for distributed model '
|
||||
'workers, either "ray" or "mp" (multiprocessing). If the product '
|
||||
|
||||
Reference in New Issue
Block a user