mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-20 09:07:10 +08:00
[Bugfix] Fix doc build on main (#29619)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
0840abdd24
commit
ee9841daa9
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user