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

[BugFix] Set engine_use_ray=True when TP>1 (#1531)

parent cf8849f2
......@@ -484,7 +484,7 @@ class AsyncLLMEngine:
distributed_init_method, placement_group = initialize_cluster(
parallel_config, engine_args.engine_use_ray)
# Create the async LLM engine.
engine = cls(engine_args.worker_use_ray,
engine = cls(parallel_config.worker_use_ray,
engine_args.engine_use_ray,
*engine_configs,
distributed_init_method,
......
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