Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e64011f2
Unverified
Commit
e64011f2
authored
Nov 13, 2025
by
Wentao Ye
Committed by
GitHub
Nov 13, 2025
Browse files
[CI] Bug: Fix ci entrypoint pooling (#28684)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
1b622deb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/v1/engine/processor.py
vllm/v1/engine/processor.py
+1
-0
No files found.
vllm/v1/engine/processor.py
View file @
e64011f2
...
...
@@ -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 "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment