mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:15:26 +08:00
[Bugfix] Fix PP default fallback behavior for V1 (#18915)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
a1cc9f33a3
commit
d54af615d5
@ -1380,7 +1380,8 @@ class EngineArgs:
|
||||
|
||||
if (self.pipeline_parallel_size > 1
|
||||
and self.distributed_executor_backend
|
||||
not in ("ray", "mp", "external_launcher")):
|
||||
not in (ParallelConfig.distributed_executor_backend, "ray",
|
||||
"mp", "external_launcher")):
|
||||
name = "Pipeline Parallelism without Ray distributed executor " \
|
||||
"or multiprocessing executor or external launcher"
|
||||
_raise_or_fallback(feature_name=name, recommend_to_remove=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user