Skip to content

Commit e64011f

Browse files
authored
[CI] Bug: Fix ci entrypoint pooling (vllm-project#28684)
Signed-off-by: yewentao256 <[email protected]>
1 parent 1b622de commit e64011f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/v1/engine/processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ def _validate_model_input(
579579
prompt_len == max_prompt_len
580580
and prompt_type == "decoder"
581581
and not model_config.is_multimodal_model
582+
and self.model_config.runner_type != "pooling"
582583
):
583584
suggestion = (
584585
"Make sure that `max_model_len` is no smaller than the "

0 commit comments

Comments
 (0)