From 797f58963565e153dc3a0e983aa4d3a8cab1be5d Mon Sep 17 00:00:00 2001 From: Venky Ganesh <23023424+venkywonka@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:24:37 -0800 Subject: [PATCH] chore: add CODEOWNERS coverage for serve/ and commands/ directories Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com> --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index df163559556..bbfd95dca34 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -154,6 +154,8 @@ docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers ## TensorRT-LLM LLM API /tensorrt_llm/llmapi @NVIDIA/trt-llm-llmapi-devs /tensorrt_llm/executor @NVIDIA/trt-llm-llmapi-devs +/tensorrt_llm/serve @NVIDIA/trt-llm-llmapi-devs +/tensorrt_llm/commands @NVIDIA/trt-llm-llmapi-devs ## TensorRT-LLM LLM Disaggregated /examples/disaggregated @NVIDIA/trt-llm-disagg-devs @NVIDIA/trt-llm-doc-owners