vllm.model_executor.layers.pooler.common ¶
__all__ module-attribute ¶
PoolingParamsUpdate dataclass ¶
Source code in vllm/model_executor/layers/pooler/common.py
requires_token_ids class-attribute instance-attribute ¶
requires_token_ids: bool = False
Set this flag to enable get_prompt_token_ids for your pooler.
__or__ ¶
__or__(other: PoolingParamsUpdate) -> PoolingParamsUpdate
apply ¶
apply(params: PoolingParams) -> None