[CI] Bug: Fix ci entrypoint pooling (#28684)
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user