[Bugfix] Fix doc build on main (#29619)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user