[Misc] Add codeowner for Transformers backend (#25180)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-09-18 17:01:50 +01:00
committed by GitHub
parent 2ea50e977a
commit 1c3b1634aa

4
.github/CODEOWNERS vendored
View File

@ -61,6 +61,10 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
/tests/v1/kv_connector @ApostaC
/tests/v1/offloading @ApostaC
# Transformers backend
/vllm/model_executor/models/transformers.py @hmellor
/tests/models/test_transformers.py @hmellor
# Docs
/docs @hmellor
mkdocs.yaml @hmellor