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
ee9841da
Unverified
Commit
ee9841da
authored
Nov 28, 2025
by
Cyrus Leung
Committed by
GitHub
Nov 27, 2025
Browse files
[Bugfix] Fix doc build on main (#29619)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
0840abdd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/model_executor/models/interfaces_base.py
vllm/model_executor/models/interfaces_base.py
+1
-2
No files found.
vllm/model_executor/models/interfaces_base.py
View file @
ee9841da
...
@@ -167,8 +167,7 @@ class VllmModelForPooling(VllmModel[T_co], Protocol[T_co]):
...
@@ -167,8 +167,7 @@ class VllmModelForPooling(VllmModel[T_co], Protocol[T_co]):
default_pooling_type
:
ClassVar
[
str
]
=
"LAST"
default_pooling_type
:
ClassVar
[
str
]
=
"LAST"
"""
"""
Indicates the
Indicates the [vllm.config.pooler.PoolerConfig.pooling_type][]
[vllm.model_executor.layers.pooler.PoolerConfig.pooling_type][]
to use by default.
to use by default.
You can use the
You can use 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