diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dbcad3aa308f..61ac9fefc59f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -121,3 +121,11 @@ mkdocs.yaml @hmellor # KVConnector installation files /requirements/kv_connectors.txt @NickLucche + +# Pooling models +/examples/*/pooling/ @noooop +/tests/models/*/pooling* @noooop +/tests/entrypoints/pooling @noooop +/vllm/config/pooler.py @noooop +/vllm/pooling_params.py @noooop +/vllm/model_executor/layers/pooler.py @noooop