Unverified Commit ee9841da authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Bugfix] Fix doc build on main (#29619)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 0840abdd
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment