Add @noooop to codeowner for pooling models (#26652)

Signed-off-by: wang.yuqi <noooop@126.com>
This commit is contained in:
wang.yuqi 2025-10-12 14:04:44 +08:00 committed by GitHub
parent c5c8f5ea59
commit 4ca204055e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.github/CODEOWNERS vendored
View File

@ -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