diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c4ac8c7bef..96bf7b92178 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,9 @@ /tensorrt_llm/_torch @NVIDIA/trt-llm-torch-devs ## TensorRT-LLM Pytorch backend - runtime /tensorrt_llm/_torch/pyexecutor @NVIDIA/trt-llm-torch-runtime-devs +## TensorRT-LLM Pytorch backend - AutoDeploy flow +/tensorrt_llm/_torch/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs +/tensorrt_llm/examples/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs # 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.