diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96bf7b92178..47c6bb728fe 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,6 +14,12 @@ /tensorrt_llm/_torch/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs /tensorrt_llm/examples/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs +## TensorRT-LLM trtllm-bench Reviewers +/tensorrt_llm/bench @NVIDIA/trtllm-bench-reviewers +/tensorrt_llm/commands/bench.py @NVIDIA/trtllm-bench-reviewers +docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers + + # The rule below requires that any PR modifying public APIs must be approved by at least one member # of the NVIDIA/trt-llm-committed-api-review-committee or NVIDIA/trt-llm-noncommitted-api-review-committee team. # This approval is mandatory regardless of other approvals the PR may have received. Without approval