We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041f1fa commit 63cf929Copy full SHA for 63cf929
.github/CODEOWNERS
@@ -19,6 +19,9 @@
19
/tensorrt_llm/commands/bench.py @NVIDIA/trtllm-bench-reviewers
20
docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers
21
22
+## TensorRT-LLM LLM API
23
+/tensorrt_llm/llmapi @NVIDIA/trt-llm-llmapi-devs
24
+/tensorrt_llm/executor @NVIDIA/trt-llm-llmapi-devs
25
26
# The rule below requires that any PR modifying public APIs must be approved by at least one member
27
# of the NVIDIA/trt-llm-committed-api-review-committee or NVIDIA/trt-llm-noncommitted-api-review-committee team.
0 commit comments