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

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung 2025-11-28 01:08:08 +08:00 committed by GitHub
parent 0840abdd24
commit ee9841daa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,8 +167,7 @@ class VllmModelForPooling(VllmModel[T_co], Protocol[T_co]):
default_pooling_type: ClassVar[str] = "LAST"
"""
Indicates the
[vllm.model_executor.layers.pooler.PoolerConfig.pooling_type][]
Indicates the [vllm.config.pooler.PoolerConfig.pooling_type][]
to use by default.
You can use the