[CI] Bug: Fix ci entrypoint pooling (#28684)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye 2025-11-13 17:19:35 -05:00 committed by GitHub
parent 1b622deba7
commit e64011f29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 "