mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-28 19:37:14 +08:00
[CI] Bug: Fix ci entrypoint pooling (#28684)
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
1b622deba7
commit
e64011f29a
@ -579,6 +579,7 @@ class Processor:
|
||||
prompt_len == max_prompt_len
|
||||
and prompt_type == "decoder"
|
||||
and not model_config.is_multimodal_model
|
||||
and self.model_config.runner_type != "pooling"
|
||||
):
|
||||
suggestion = (
|
||||
"Make sure that `max_model_len` is no smaller than the "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user