Unverified Commit e64011f2 authored by Wentao Ye's avatar Wentao Ye Committed by GitHub
Browse files

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


Signed-off-by: default avataryewentao256 <zhyanwentao@126.com>
parent 1b622deb
...@@ -579,6 +579,7 @@ class Processor: ...@@ -579,6 +579,7 @@ class Processor:
prompt_len == max_prompt_len prompt_len == max_prompt_len
and prompt_type == "decoder" and prompt_type == "decoder"
and not model_config.is_multimodal_model and not model_config.is_multimodal_model
and self.model_config.runner_type != "pooling"
): ):
suggestion = ( suggestion = (
"Make sure that `max_model_len` is no smaller than the " "Make sure that `max_model_len` is no smaller than the "
......
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