Skip to content

Commit 7a87895

Browse files
committed
first
Signed-off-by: Venky Ganesh <[email protected]>
1 parent 263c6c0 commit 7a87895

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/CODEOWNERS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@
1414
/tensorrt_llm/_torch/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs
1515
/tensorrt_llm/examples/auto_deploy @NVIDIA/trt-llm-torch-autodeploy-devs
1616

17+
## TensorRT-LLM LLM Pytorch - Speculative Decoding
18+
/tensorrt_llm/_torch/speculative @NVIDIA/trt-llm-torch-spec-decoding
19+
20+
## TensorRT-LLM LLM Pytorch - Graph Compiler
21+
/tensorrt_llm/_torch/compilation @NVIDIA/trt-llm-torch-graph-compiler
22+
/tensorrt_llm/_torch/custom_ops @NVIDIA/trt-llm-torch-graph-compiler
23+
24+
## TensorRT-LLM LLM Pytorch Models
25+
/tensorrt_llm/_torch/models @NVIDIA/trt-llm-torch-models-devs
26+
27+
### TensorRT-LLM LLM Pytorch - Models - Nemotron
28+
/tensorrt_llm/_torch/models/modeling_nemotron_nas.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
29+
/tensorrt_llm/_torch/models/modeling_nemotron_h.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
30+
/tensorrt_llm/_torch/models/modeling_nemotron_nas.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
31+
/tensorrt_llm/_torch/pyexecutor/resource_manager.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-runtime-devs @NVIDIA/trt-llm-torch-models-devs
32+
/tensorrt_llm/_torch/modules/mamba @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
33+
/tensorrt_llm/_torch/models/checkpoints/hf/nemotron_h_weight_mapper.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
34+
/tests/unittest/_torch/modeling/test_modeling_nemotron.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
35+
/tests/unittest/_torch/modeling/test_modeling_nemotron_h.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
36+
/tests/unittest/_torch/modeling/test_modeling_nemotron_nas.py @NVIDIA/trt-llm-torch-models-nemotron-devs @NVIDIA/trt-llm-torch-models-devs
37+
1738
## TensorRT-LLM trtllm-bench Reviewers
1839
/tensorrt_llm/bench @NVIDIA/trtllm-bench-reviewers
1940
/tensorrt_llm/commands/bench.py @NVIDIA/trtllm-bench-reviewers
@@ -23,6 +44,21 @@ docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers
2344
/tensorrt_llm/llmapi @NVIDIA/trt-llm-llmapi-devs
2445
/tensorrt_llm/executor @NVIDIA/trt-llm-llmapi-devs
2546

47+
## TensorRT-LLM LLM Disaggregated
48+
/examples/disaggregated @NVIDIA/trt-llm-disaggregated-devs
49+
/tensorrt_llm/disaggregated_params.py @NVIDIA/trt-llm-disaggregated-devs
50+
/tensorrt_llm/_torch/pyexecutor/kv_cache_transceiver.py @NVIDIA/trt-llm-disaggregated-devs
51+
/tensorrt_llm/_torch/pyexecutor/py_executor.py @NVIDIA/trt-llm-disaggregated-devs
52+
/cpp/tensorrt_llm/batch_manager/cacheFormatter.cpp @NVIDIA/trt-llm-disaggregated-devs
53+
/cpp/tensorrt_llm/batch_manager/cacheFormatter.h @NVIDIA/trt-llm-disaggregated-devs
54+
/cpp/tensorrt_llm/batch_manager/cacheTransBuffer.cpp @NVIDIA/trt-llm-disaggregated-devs
55+
/cpp/tensorrt_llm/batch_manager/cacheTransBuffer.h @NVIDIA/trt-llm-disaggregated-devs
56+
/cpp/tensorrt_llm/batch_manager/cacheTransceiver.cpp @NVIDIA/trt-llm-disaggregated-devs
57+
/cpp/tensorrt_llm/batch_manager/dataTransceiver.cpp @NVIDIA/trt-llm-disaggregated-devs
58+
/cpp/tensorrt_llm/batch_manager/dataTransceiver.h @NVIDIA/trt-llm-disaggregated-devs
59+
/cpp/tensorrt_llm/batch_manager/dataTransceiverImpl.cpp @NVIDIA/trt-llm-disaggregated-devs
60+
/cpp/tensorrt_llm/batch_manager/dataTransceiverImpl.h @NVIDIA/trt-llm-disaggregated-devs
61+
2662
# The rule below requires that any PR modifying public APIs must be approved by at least one member
2763
# of the NVIDIA/trt-llm-committed-api-review-committee or NVIDIA/trt-llm-noncommitted-api-review-committee team.
2864
# This approval is mandatory regardless of other approvals the PR may have received. Without approval

0 commit comments

Comments
 (0)