From a0d8b9738dccaa70a9eb6355c9f9cf6c9bb9fc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Lucchesi?= Date: Mon, 15 Sep 2025 11:21:09 +0200 Subject: [PATCH] [Misc] Own KVConnectors installation (#24867) Signed-off-by: NickLucche --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 846b68054c0a..c0858c309501 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -101,4 +101,7 @@ mkdocs.yaml @hmellor /vllm/v1/worker/tpu* @NickLucche /vllm/platforms/tpu.py @NickLucche /vllm/v1/sample/tpu @NickLucche -/vllm/tests/v1/tpu @NickLucche \ No newline at end of file +/vllm/tests/v1/tpu @NickLucche + +# KVConnector installation files +/requirements/kv_connectors.txt @NickLucche \ No newline at end of file